diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1323fcd0..820f03d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,5 @@ "packages/solid-keyring": "2.1.1", "packages/react-keyring": "3.0.1", "packages/vue-keyring": "2.0.2", - "examples/react/w3console": "0.0.0" + "examples/react/w3console": "1.0.0" } diff --git a/examples/react/w3console/CHANGELOG.md b/examples/react/w3console/CHANGELOG.md new file mode 100644 index 00000000..93fb3639 --- /dev/null +++ b/examples/react/w3console/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +## 1.0.0 (2023-03-23) + + +### ⚠ BREAKING CHANGES + +* use new account model ([#400](https://github.com/web3-storage/w3ui/issues/400)) + +### Features + +* add terms of service page ([#417](https://github.com/web3-storage/w3ui/issues/417)) ([6deb24d](https://github.com/web3-storage/w3ui/commit/6deb24ddf069e07ef2619f2df31ad08e7b072457)) +* adds space-finder autocomplete combobox ([#268](https://github.com/web3-storage/w3ui/issues/268)) ([3dcd647](https://github.com/web3-storage/w3ui/commit/3dcd647d3c05c6b403a439af58688885073631b8)) +* allow users to set page size in W3APIProvider ([#308](https://github.com/web3-storage/w3ui/issues/308)) ([814a293](https://github.com/web3-storage/w3ui/commit/814a2936e651c32f8f759bcd04c5d21d3b040de3)) +* club tropical w3 auth boxen ([#350](https://github.com/web3-storage/w3ui/issues/350)) ([2266eb2](https://github.com/web3-storage/w3ui/commit/2266eb26d500058fa10cb67084ff4168dd230873)) +* delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) +* import a space into w3console ([#309](https://github.com/web3-storage/w3ui/issues/309)) ([a69a95b](https://github.com/web3-storage/w3ui/commit/a69a95bbd83b0caf3babff55fb40891b94122b92)) +* Improve upload component flow ([#285](https://github.com/web3-storage/w3ui/issues/285)) ([ba9a3bf](https://github.com/web3-storage/w3ui/commit/ba9a3bfcb8a98cbddb421263b7d8a145964d7b48)) +* publish console to IPFS & Cloudflare from CI ([#287](https://github.com/web3-storage/w3ui/issues/287)) ([e2a833e](https://github.com/web3-storage/w3ui/commit/e2a833e16b3f055523eeb4ba4f93c06fb616ef6a)) +* Storybook story improvements ([#294](https://github.com/web3-storage/w3ui/issues/294)) ([e0de2cc](https://github.com/web3-storage/w3ui/commit/e0de2cc57525418663be6b6a33c01be9ea3ca7f5)) +* use new account model ([#400](https://github.com/web3-storage/w3ui/issues/400)) ([66dd20b](https://github.com/web3-storage/w3ui/commit/66dd20b3a95fc496da1aeb40342c8f691d147c7e)) +* w3console example app ([#255](https://github.com/web3-storage/w3ui/issues/255)) ([df08029](https://github.com/web3-storage/w3ui/commit/df0802948f281ddd8dd78d67fd7e7437acb9434c)) + + +### Bug Fixes + +* add _headers ([#418](https://github.com/web3-storage/w3ui/issues/418)) ([4eb1da1](https://github.com/web3-storage/w3ui/commit/4eb1da1faf0408f08692153d374faacb287581cb)) +* fix w3console styling ([#320](https://github.com/web3-storage/w3ui/issues/320)) ([74a298c](https://github.com/web3-storage/w3ui/commit/74a298cb3c0a09e005ca1394e46604f7ee6ad2fb)) +* remove authenticator class when registed ([#352](https://github.com/web3-storage/w3ui/issues/352)) ([3668f3b](https://github.com/web3-storage/w3ui/commit/3668f3b739a0fab88934f28836eb45f549c2b6e5)) +* w3console polish ([#284](https://github.com/web3-storage/w3ui/issues/284)) ([9a67365](https://github.com/web3-storage/w3ui/commit/9a67365906b139e21f335c2ad9c77b4551aeff31)) diff --git a/examples/react/w3console/package.json b/examples/react/w3console/package.json index 4b04a080..c5535a02 100644 --- a/examples/react/w3console/package.json +++ b/examples/react/w3console/package.json @@ -1,7 +1,7 @@ { "name": "w3console", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "start": "vite",