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

Commit

Permalink
Merge pull request #317 from nevermined-io/update/sdk-1.6.1
Browse files Browse the repository at this point in the history
Update/sdk 1.6.1
  • Loading branch information
dancespiele authored Aug 31, 2023
2 parents c920e0b + ec64f5f commit 8455fbd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.10.0](https://github.com/nevermined-io/components-catalog/compare/v1.9.1...v1.10.0)

> 28 August 2023
- Refactor token logic [`#316`](https://github.com/nevermined-io/components-catalog/pull/316)
- refactor auth token login [`354b964`](https://github.com/nevermined-io/components-catalog/commit/354b9643ec6fbb73e9af82f05726363a7d7cb6da)
- Adding v1.9.1 Changelog updates [`e1e3656`](https://github.com/nevermined-io/components-catalog/commit/e1e3656b843e3d564c6e8c96a789d575bfd8fa0e)

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

> 12 July 2023
Expand Down Expand Up @@ -401,7 +409,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: recover the event logic [`625480f`](https://github.com/nevermined-io/components-catalog/commit/625480f695e9f4f75dfe2cfb456bfd5a3164628d)
- fix links [`5fbe496`](https://github.com/nevermined-io/components-catalog/commit/5fbe496b968f2b7adfa198a456b6e087c4607685)

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

> 17 February 2023
Expand Down
4 changes: 2 additions & 2 deletions catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@nevermined-io/catalog",
"version": "1.10.0",
"version": "1.11.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@nevermined-io/sdk": "^1.6.0",
"@nevermined-io/sdk": "^1.6.1",
"@nevermined-io/sdk-dtp": "^0.6.1",
"@types/jsonwebtoken": "^8.5.8",
"axios": "^0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
]
},
"dependencies": {
"@nevermined-io/sdk": "^1.6.0",
"@nevermined-io/sdk": "^1.6.1",
"@nevermined-io/sdk-dtp": "^0.6.0",
"@types/jsonwebtoken": "^8.5.8",
"@wagmi/core": "^0.8.15",
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.10.0",
"version": "1.11.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2219,10 +2219,10 @@
snarkjs "^0.4.26"
web3-utils "^1.7.4"

"@nevermined-io/sdk@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-1.6.0.tgz#711f5813a62c39dcd1eec7ac1f778b12ca765e9a"
integrity sha512-Bu0m92qz4dLXXxvz38Hhi1D53Fne3+G4rF/FhuUq54rlyevbtyUwo6qhO3Ccppp2jX2EVifDUw+hyTwBiQ0Jiw==
"@nevermined-io/sdk@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-1.6.1.tgz#790dfd9dcb9421aac9fb84fc2726f972eb931487"
integrity sha512-8DgMy/pvXNvZLCXDYD3qIT3oOCG2+f3nxUhQbO9ZbkLogOf+HJdxqivZ0GBTjP4aD7LvA2OSHgLg9UraO/T1HQ==
dependencies:
"@apollo/client" "^3.7.16"
assert "^2.0.0"
Expand Down

0 comments on commit 8455fbd

Please sign in to comment.