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

Commit 0b67473

Browse files
authored
Merge pull request #281 from nevermined-io/update/sdk-1.3.5
Update sdk 1.3.5
2 parents fb52fe4 + cb32eb0 commit 0b67473

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.3.2](https://github.com/nevermined-io/components-catalog/compare/v1.3.1...v1.3.2)
8+
9+
> 11 April 2023
10+
11+
- Update sdk to 1.3.3 version and Connectkit [`#280`](https://github.com/nevermined-io/components-catalog/pull/280)
12+
- update sdk and connectkit version [`db13ca5`](https://github.com/nevermined-io/components-catalog/commit/db13ca50bb317374281af9af73487dfdcc59a4fe)
13+
- remove deprecated function [`4e3a123`](https://github.com/nevermined-io/components-catalog/commit/4e3a12354c3bec725641c4d297744ee2164c670a)
14+
- update versions in root package.json [`812afac`](https://github.com/nevermined-io/components-catalog/commit/812afac0dda0d162db1f61ff4778316d53923951)
15+
16+
#### [v1.3.1](https://github.com/nevermined-io/components-catalog/compare/v1.3.0...v1.3.1)
17+
18+
> 6 April 2023
19+
20+
- sdk@1.3.2 version bump [`#278`](https://github.com/nevermined-io/components-catalog/pull/278)
21+
- sdk version bump [`a23238b`](https://github.com/nevermined-io/components-catalog/commit/a23238bf0a2b5e33f60cf051d6646c22c446f613)
22+
- fix: nvm-tools-actions@ and yarn.lock [`9512cf1`](https://github.com/nevermined-io/components-catalog/commit/9512cf1499c8ee9d8f9f9e598feb14525b9f9997)
23+
724
#### [v1.3.0](https://github.com/nevermined-io/components-catalog/compare/v1.2.0...v1.3.0)
825

926
> 24 March 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.3.2",
3+
"version": "1.3.3",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"dependencies": {
7-
"@nevermined-io/sdk-dtp": "^0.4.4",
8-
"@nevermined-io/sdk": "^1.3.3",
7+
"@nevermined-io/sdk-dtp": "^0.4.6",
8+
"@nevermined-io/sdk": "^1.3.5",
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.3",
109-
"@nevermined-io/sdk-dtp": "^0.4.4",
108+
"@nevermined-io/sdk": "^1.3.5",
109+
"@nevermined-io/sdk-dtp": "^0.4.6",
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.3.2",
4+
"version": "1.3.3",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"dependencies": {

0 commit comments

Comments
 (0)