From 5fc375d46abf1a038ccb8b57ba563230f82d7bc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:40:43 +0000 Subject: [PATCH] chore(main): release react 1.0.0 --- .release-please-manifest.json | 2 +- packages/react/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/react/package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 packages/react/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 327755e8..758b3239 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/core": "0.0.0", - "packages/react": "0.0.0", + "packages/react": "1.0.0", "packages/keyring-core": "6.0.0", "packages/uploader-core": "7.0.0", "packages/uploads-list-core": "5.0.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md new file mode 100644 index 00000000..09dffd92 --- /dev/null +++ b/packages/react/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 1.0.0 (2023-11-28) + + +### Features + +* 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)) +* Customizable UI components ([#208](https://github.com/web3-storage/w3ui/issues/208)) ([0a776fe](https://github.com/web3-storage/w3ui/commit/0a776fe55d32de8433477020de9c5c44d249abde)) +* implement reverse paging ([#381](https://github.com/web3-storage/w3ui/issues/381)) ([10f059a](https://github.com/web3-storage/w3ui/commit/10f059af4dbf5cb6303d82c1133defe8f74aa914)) +* Improve upload component flow ([#285](https://github.com/web3-storage/w3ui/issues/285)) ([ba9a3bf](https://github.com/web3-storage/w3ui/commit/ba9a3bfcb8a98cbddb421263b7d8a145964d7b48)) +* simplify ([#591](https://github.com/web3-storage/w3ui/issues/591)) ([d1dfdf0](https://github.com/web3-storage/w3ui/commit/d1dfdf0bc015e8204db216278990d9c260fc7132)) +* Storybook story improvements ([#294](https://github.com/web3-storage/w3ui/issues/294)) ([e0de2cc](https://github.com/web3-storage/w3ui/commit/e0de2cc57525418663be6b6a33c01be9ea3ca7f5)) + + +### Bug Fixes + +* 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/packages/react/package.json b/packages/react/package.json index 098317b3..3b2e35b4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react", - "version": "0.0.0", + "version": "1.0.0", "description": "React adapter for w3ui.", "module": "build/esm/index.js", "main": "build/cjs/index.js",