Skip to content

Commit

Permalink
chore(main): release react 1.2.0 (#601)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.2.0](react-v1.1.1...react-v1.2.0)
(2023-11-30)


### Features

* add a logout function
([#595](#595))
([0995fd5](0995fd5))
* adds space-finder autocomplete combobox
([#268](#268))
([3dcd647](3dcd647))
* allow users to set page size in W3APIProvider
([#308](#308))
([814a293](814a293))
* club tropical w3 auth boxen
([#350](#350))
([2266eb2](2266eb2))
* Customizable UI components
([#208](#208))
([0a776fe](0a776fe))
* implement reverse paging
([#381](#381))
([10f059a](10f059a))
* Improve upload component flow
([#285](#285))
([ba9a3bf](ba9a3bf))
* simplify ([#591](#591))
([d1dfdf0](d1dfdf0))
* Storybook story improvements
([#294](#294))
([e0de2cc](e0de2cc))


### Bug Fixes

* fix w3console styling
([#320](#320))
([74a298c](74a298c))
* homepage URL in package.json
([1229119](1229119))
* remove authenticator class when registed
([#352](#352))
([3668f3b](3668f3b))
* w3console polish
([#284](#284))
([9a67365](9a67365))

---
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>
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
1 parent 0b3ecf0 commit af4b819
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
23 changes: 23 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit af4b819

Please sign in to comment.