Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 1991a20

Browse files
authored
Merge pull request #294 from nevermined-io/update/sdk-1.3.10
Update/sdk 1.3.10
2 parents 9a55105 + e563074 commit 1991a20

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.4.3](https://github.com/nevermined-io/components-catalog/compare/v1.4.2...v1.4.3)
8+
9+
> 15 May 2023
10+
11+
- Feat/reset user loading status [`#292`](https://github.com/nevermined-io/components-catalog/pull/292)
12+
- Adding v1.4.2 Changelog updates [`32c5b68`](https://github.com/nevermined-io/components-catalog/commit/32c5b680be050430ef02a2dc1b0df3cd01e5731e)
13+
- add reset user profile loading status [`72da06c`](https://github.com/nevermined-io/components-catalog/commit/72da06c8bf3b49864f417e09fa1ac8955e0a64f1)
14+
715
#### [v1.4.2](https://github.com/nevermined-io/components-catalog/compare/v1.4.1...v1.4.2)
816

917
> 11 May 2023

catalog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@nevermined-io/catalog",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"dependencies": {
7-
"@nevermined-io/sdk": "^1.3.7",
8-
"@nevermined-io/sdk-dtp": "^0.4.8",
7+
"@nevermined-io/sdk": "^1.3.10",
8+
"@nevermined-io/sdk-dtp": "^0.4.10",
99
"@types/jsonwebtoken": "^8.5.8",
1010
"axios": "^0.27.2",
1111
"axios-retry": "^3.3.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
]
106106
},
107107
"dependencies": {
108-
"@nevermined-io/sdk": "^1.3.7",
109-
"@nevermined-io/sdk-dtp": "^0.4.8",
108+
"@nevermined-io/sdk": "^1.3.10",
109+
"@nevermined-io/sdk-dtp": "^0.4.10",
110110
"@types/jsonwebtoken": "^8.5.8",
111111
"@wagmi/core": "^0.8.15",
112112
"axios": "^0.27.2",

providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevermined-io/providers",
33
"private": false,
4-
"version": "1.4.3",
4+
"version": "1.4.4",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"dependencies": {

0 commit comments

Comments
 (0)