diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 16f21348..004a6d3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/keyring-core": "4.2.0", + "packages/keyring-core": "5.0.0", "packages/uploader-core": "5.2.0", "packages/uploads-list-core": "3.1.0", "packages/react-keyring": "5.2.0", diff --git a/packages/keyring-core/CHANGELOG.md b/packages/keyring-core/CHANGELOG.md index c3319886..12392519 100644 --- a/packages/keyring-core/CHANGELOG.md +++ b/packages/keyring-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.2.0...keyring-core-v5.0.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) + +### Features + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) + ## [4.2.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.1.1...keyring-core-v4.2.0) (2023-05-08) diff --git a/packages/keyring-core/package.json b/packages/keyring-core/package.json index 8299c263..74e8a699 100644 --- a/packages/keyring-core/package.json +++ b/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "4.2.0", + "version": "5.0.0", "description": "w3ui keyring core.", "main": "src/index.ts", "type": "module",