From 48eb821fb64f7b50f8b2c3c490b42c127c0f67f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:10:40 +0200 Subject: [PATCH] chore: release @aries-framework/react-hooks 0.5.0 (#213) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/react-hooks/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ packages/react-hooks/package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index 6f06e1d8..ff073ed8 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -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) diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 67e0ce55..46945b30 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -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" ],