Skip to content

Commit

Permalink
chore: release @aries-framework/react-hooks 0.3.0 (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 15, 2022
1 parent 4053c2f commit 0c5f0b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/react-hooks-v0.2.0...react-hooks-v0.3.0) (2022-07-14)


### ⚠ BREAKING CHANGES

* **react-hooks:** update AFJ to stable 0.2.0 (#136)
* **react-hooks:** `useConnectionByState` now needs a `DidExchangeState` state value instead of a `ConnectionState` state value.

### Bug Fixes

* **react-hooks:** update providers on delete events ([#113](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/113)) ([d1e5292](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/d1e52929275e69c963bb0dd35a878aba4f250bd9))


### Code Refactoring

* **react-hooks:** update AFJ to stable 0.2.0 ([#136](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/136)) ([6ef96a8](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/6ef96a8c01a8568b2c6d1808fbdce3b4476dd13b))

## [0.2.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/react-hooks-v0.1.4...react-hooks-v0.2.0) (2022-01-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/react-hooks",
"main": "build/index",
"types": "build/index",
"version": "0.2.0",
"version": "0.3.0",
"files": [
"build"
],
Expand Down

0 comments on commit 0c5f0b7

Please sign in to comment.