diff --git a/.changeset/tough-rules-drop.md b/.changeset/tough-rules-drop.md deleted file mode 100644 index bc35460..0000000 --- a/.changeset/tough-rules-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@dwarvesf/react-hooks': patch ---- - -Release packages diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 8282433..03388ce 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,13 @@ # @dwarvesf/react-hooks +## 0.8.1 + +### Patch Changes + +- [#58](https://github.com/dwarvesf/react-toolkit/pull/58) + [`6d52deb`](https://github.com/dwarvesf/react-toolkit/commit/6d52deb04eb9cfc7b66da9f137deb6c89e7ec146) + Thanks [@zlatanpham](https://github.com/zlatanpham)! - Release packages + ## 0.8.0 ### Minor Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 6b8c758..efe645d 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@dwarvesf/react-hooks", - "version": "0.8.0", + "version": "0.8.1", "description": "Official React hooks for @dwarvesf", "author": "Dwarves Foundation", "repository": {