Skip to content

Commit

Permalink
chore(react): release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖 nabla Bot committed Nov 5, 2023
1 parent 1d65e8e commit 8a97a12
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.3.0](https://github.com/nabla-studio/quirks/compare/react@0.2.0...react@0.3.0) (2023-11-05)

### Dependency Updates

* `store` updated to version `0.2.0`
* `core` updated to version `0.2.0`

### Features

* **react:** :sparkles: add sign utils inside useChain ([20cf874](https://github.com/nabla-studio/quirks/commit/20cf8748415b8dfb16a21365dad20caf452f5ea1))
* **react:** :sparkles: add useChain hook ([75d4046](https://github.com/nabla-studio/quirks/commit/75d4046928bc04ded29f2cc2add4964cdc827d33))


### Bug Fixes

* **react:** :wrench: fix types export ([3db310b](https://github.com/nabla-studio/quirks/commit/3db310b620cb534cee848cb4cdba92884bfdaa4b))

## [0.2.0](https://github.com/nabla-studio/quirks/compare/react@0.1.0...react@0.2.0) (2023-11-01)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"desmos",
"evmos"
],
"version": "0.2.0",
"version": "0.3.0",
"sideEffects": false,
"dependencies": {
"@quirks/store": "*",
Expand Down

0 comments on commit 8a97a12

Please sign in to comment.