Skip to content

Commit

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


##
[1.1.0](react-v1.0.1...react-v1.1.0)
(2023-11-30)


### Features

* add a logout function
([#595](#595))
([0995fd5](0995fd5))

---
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>
Co-authored-by: Travis Vachon <[email protected]>
  • Loading branch information
github-actions[bot] and travis authored Nov 30, 2023
1 parent 5298632 commit 0b3ecf0
Show file tree
Hide file tree
Showing 3 changed files with 9 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.0.1",
"packages/react": "1.1.1",
"packages/keyring-core": "6.0.0",
"packages/uploader-core": "7.0.0",
"packages/uploads-list-core": "5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/web3-storage/w3ui/compare/react-v1.0.1...react-v1.1.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))

## [1.0.1](https://github.com/web3-storage/w3ui/compare/react-v1.0.0...react-v1.0.1) (2023-11-29)


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.0.1",
"version": "1.1.0",
"description": "React adapter for w3ui.",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
Expand Down

0 comments on commit 0b3ecf0

Please sign in to comment.