From af4b819cb68f2bdc5ada92b747c027e14ca41b76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:53:46 -0800 Subject: [PATCH] chore(main): release react 1.2.0 (#601) :robot: I have created a release *beep* *boop* --- ## [1.2.0](https://github.com/web3-storage/w3ui/compare/react-v1.1.1...react-v1.2.0) (2023-11-30) ### Features * add a logout function ([#595](https://github.com/web3-storage/w3ui/issues/595)) ([0995fd5](https://github.com/web3-storage/w3ui/commit/0995fd525a3be7f5224af845dbd7ffcb76450c63)) * 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)) * homepage URL in package.json ([1229119](https://github.com/web3-storage/w3ui/commit/122911934e4be0114e7f71a50350ec9443d423e1)) * 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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/react/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/react/package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f3c1e0ce..a48dde78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/core": "1.1.0", - "packages/react": "1.1.1", + "packages/react": "1.2.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 index d6d791a1..94758bcb 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.2.0](https://github.com/web3-storage/w3ui/compare/react-v1.1.1...react-v1.2.0) (2023-11-30) + + +### Features + +* add a logout function ([#595](https://github.com/web3-storage/w3ui/issues/595)) ([0995fd5](https://github.com/web3-storage/w3ui/commit/0995fd525a3be7f5224af845dbd7ffcb76450c63)) +* 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)) +* homepage URL in package.json ([1229119](https://github.com/web3-storage/w3ui/commit/122911934e4be0114e7f71a50350ec9443d423e1)) +* 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)) + ## [1.1.0](https://github.com/web3-storage/w3ui/compare/react-v1.0.1...react-v1.1.0) (2023-11-30) diff --git a/packages/react/package.json b/packages/react/package.json index ee788738..729cadbd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react", - "version": "1.1.0", + "version": "1.2.0", "description": "React adapter for w3ui.", "module": "build/esm/index.js", "main": "build/cjs/index.js",