Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release w3console 1.0.0 #416

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
30 changes: 30 additions & 0 deletions examples/react/w3console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion examples/react/w3console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "w3console",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
Expand Down