diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a96df4758..a4807b762 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,5 @@ "packages/solid-keyring": "3.0.0", "packages/solid-uploader": "4.0.0", "packages/solid-uploads-list": "3.0.0", - "examples/react/w3console": "1.2.0" + "examples/react/w3console": "1.3.0" } diff --git a/examples/react/w3console/CHANGELOG.md b/examples/react/w3console/CHANGELOG.md index 0b4c50de3..eb46e06ba 100644 --- a/examples/react/w3console/CHANGELOG.md +++ b/examples/react/w3console/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.2.0...w3console-v1.3.0) (2023-03-24) + + +### Features + +* add the NFT.Storage logo and make sure it looks nice ([#465](https://github.com/web3-storage/w3ui/issues/465)) ([5e16e2f](https://github.com/web3-storage/w3ui/commit/5e16e2f80ba5376f92a9b2697671516023b94005)) +* adjust language in register button ([#467](https://github.com/web3-storage/w3ui/issues/467)) ([70f408e](https://github.com/web3-storage/w3ui/commit/70f408eb8bd5ed0b4cf14583638e15eba5bfc465)) + + +### Bug Fixes + +* get space registrar looking and acting right ([#466](https://github.com/web3-storage/w3ui/issues/466)) ([616f781](https://github.com/web3-storage/w3ui/commit/616f781979de6f5e595c86ee6ac3b827b6b16edf)) + ## [1.2.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.1.0...w3console-v1.2.0) (2023-03-24) diff --git a/examples/react/w3console/package.json b/examples/react/w3console/package.json index 5d2412f6d..2f3abfe1e 100644 --- a/examples/react/w3console/package.json +++ b/examples/react/w3console/package.json @@ -1,7 +1,7 @@ { "name": "w3console", "private": true, - "version": "1.2.0", + "version": "1.3.0", "type": "module", "scripts": { "start": "vite",