From c0351c515131d6bcbae7d1a89d5a1df64fd63324 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:46:47 +0200 Subject: [PATCH] chore: release @aries-framework/react-hooks 0.3.1 (#150) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/react-hooks/CHANGELOG.md | 12 ++++++++++++ packages/react-hooks/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index 7b4f980b..b359833e 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [0.3.1](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/react-hooks-v0.3.0...react-hooks-v0.3.1) (2022-08-30) + + +### Features + +* **hooks:** filter by multiple states with inverse ([#149](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/149)) ([56e3880](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/56e3880a51a72e1504ed051036c5e782ed53a684)) + + +### Bug Fixes + +* **react-hooks:** update react peer dependency ([#151](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/151)) ([b1e08b6](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/b1e08b658407b67018f945ca30ce8b8417226751)) + ## [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) diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 68f4ac5c..cf44fadd 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.3.0", + "version": "0.3.1", "files": [ "build" ],