diff --git a/packages/w3ui/.release-please-manifest.json b/packages/w3ui/.release-please-manifest.json index 97a843147..8ec4629d6 100644 --- a/packages/w3ui/.release-please-manifest.json +++ b/packages/w3ui/.release-please-manifest.json @@ -7,7 +7,7 @@ "packages/solid-uploader": "3.0.2", "packages/solid-uploads-list": "2.0.2", "packages/vue-uploads-list": "2.0.1", - "packages/keyring-core": "2.2.1", + "packages/keyring-core": "3.0.0", "packages/solid-keyring": "2.1.1", "packages/react-keyring": "3.0.1", "packages/vue-keyring": "2.0.2", diff --git a/packages/w3ui/packages/keyring-core/CHANGELOG.md b/packages/w3ui/packages/keyring-core/CHANGELOG.md index af6b56dbb..ee17546f2 100644 --- a/packages/w3ui/packages/keyring-core/CHANGELOG.md +++ b/packages/w3ui/packages/keyring-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.2.1...keyring-core-v3.0.0) (2023-03-23) + + +### ⚠ BREAKING CHANGES + +* use new account model ([#400](https://github.com/web3-storage/w3ui/issues/400)) + +### Features + +* use new account model ([#400](https://github.com/web3-storage/w3ui/issues/400)) ([66dd20b](https://github.com/web3-storage/w3ui/commit/66dd20b3a95fc496da1aeb40342c8f691d147c7e)) + ## [2.2.1](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.2.0...keyring-core-v2.2.1) (2023-02-22) diff --git a/packages/w3ui/packages/keyring-core/package.json b/packages/w3ui/packages/keyring-core/package.json index 081e44d05..0ed6c6074 100644 --- a/packages/w3ui/packages/keyring-core/package.json +++ b/packages/w3ui/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "2.2.1", + "version": "3.0.0", "description": "w3ui keyring core.", "main": "src/index.ts", "type": "module",