Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v1.3.2](https://github.com/nevermined-io/components-catalog/compare/v1.3.1...v1.3.2)

> 11 April 2023

- Update sdk to 1.3.3 version and Connectkit [`#280`](https://github.com/nevermined-io/components-catalog/pull/280)
- update sdk and connectkit version [`db13ca5`](https://github.com/nevermined-io/components-catalog/commit/db13ca50bb317374281af9af73487dfdcc59a4fe)
- remove deprecated function [`4e3a123`](https://github.com/nevermined-io/components-catalog/commit/4e3a12354c3bec725641c4d297744ee2164c670a)
- update versions in root package.json [`812afac`](https://github.com/nevermined-io/components-catalog/commit/812afac0dda0d162db1f61ff4778316d53923951)

#### [v1.3.1](https://github.com/nevermined-io/components-catalog/compare/v1.3.0...v1.3.1)

> 6 April 2023

- sdk@1.3.2 version bump [`#278`](https://github.com/nevermined-io/components-catalog/pull/278)
- sdk version bump [`a23238b`](https://github.com/nevermined-io/components-catalog/commit/a23238bf0a2b5e33f60cf051d6646c22c446f613)
- fix: nvm-tools-actions@ and yarn.lock [`9512cf1`](https://github.com/nevermined-io/components-catalog/commit/9512cf1499c8ee9d8f9f9e598feb14525b9f9997)

#### [v1.3.0](https://github.com/nevermined-io/components-catalog/compare/v1.2.0...v1.3.0)

> 24 March 2023
Expand Down
6 changes: 3 additions & 3 deletions catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@nevermined-io/catalog",
"version": "1.3.2",
"version": "1.3.3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@nevermined-io/sdk-dtp": "^0.4.4",
"@nevermined-io/sdk": "^1.3.3",
"@nevermined-io/sdk-dtp": "^0.4.6",
"@nevermined-io/sdk": "^1.3.5",
"@types/jsonwebtoken": "^8.5.8",
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
]
},
"dependencies": {
"@nevermined-io/sdk": "^1.3.3",
"@nevermined-io/sdk-dtp": "^0.4.4",
"@nevermined-io/sdk": "^1.3.5",
"@nevermined-io/sdk-dtp": "^0.4.6",
"@types/jsonwebtoken": "^8.5.8",
"@wagmi/core": "^0.8.15",
"axios": "^0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion providers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevermined-io/providers",
"private": false,
"version": "1.3.2",
"version": "1.3.3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
Expand Down