Skip to content

Commit

Permalink
chore: release @aries-framework/react-hooks 0.5.0 (#213)
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 Jun 29, 2023
1 parent 0dde129 commit 48eb821
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.5.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/react-hooks-v0.4.2...react-hooks-v0.5.0) (2023-06-29)


### ⚠ BREAKING CHANGES

* **transport-ble:** update to afj 0.4.0 (#217)
* **react-hooks:** update to afj 0.4.0 (#216)
* **push-notifications:** update to afj 0.4.0 (#209)
* **redux-store:** update to afj 0.4.0 (#207)

### Features

* message sorting ([#191](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/191)) ([f2847bc](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/f2847bcad80518ed8c383d7e4af4f8cd35a1e68f))


### Bug Fixes

* **react-hooks:** add missing exports ([#205](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/205)) ([350df41](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/350df414d1e3010dec6aad11a0d9a6d8977e15d0))
* **react-hooks:** filtering untyped connections ([#211](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/211)) ([2ee0b6d](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/2ee0b6d152244c934ab8aaa9d3b569dcff70d0e3))


### Miscellaneous Chores

* **push-notifications:** update to afj 0.4.0 ([#209](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/209)) ([7488de6](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/7488de64ee029dd58b6452532b4ef067497678c6))
* **react-hooks:** update to afj 0.4.0 ([#216](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/216)) ([1a2df27](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/1a2df2788a642cc715d4a033526174eab486cfa0))
* **redux-store:** update to afj 0.4.0 ([#207](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/207)) ([241386c](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/241386c564a88e79806cd8366590dd55452804ac))
* **transport-ble:** update to afj 0.4.0 ([#217](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/217)) ([8f147d2](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/8f147d22fe46a4014c63a11ecfe919b3286e63b3))

### [0.4.2](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/react-hooks-v0.4.1...react-hooks-v0.4.2) (2023-03-23)


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.4.2",
"version": "0.5.0",
"files": [
"build"
],
Expand Down

0 comments on commit 48eb821

Please sign in to comment.