diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73945d7..a6d0cd7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"library/react-connect-kit":"1.9.0","library/react-polkicon":"1.4.0","library/utils":"1.0.0"} +{"library/react-connect-kit":"1.9.0","library/react-polkicon":"1.5.0","library/utils":"1.1.0","library/hooks":"1.2.0"} diff --git a/library/hooks/CHANGELOG.md b/library/hooks/CHANGELOG.md new file mode 100644 index 0000000..eee065e --- /dev/null +++ b/library/hooks/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-11-02) + + +### Features + +* Add `useSize` hook to `@w3ux/hooks` ([#134](https://github.com/w3ux/w3ux-library/issues/134)) ([f8ef1ef](https://github.com/w3ux/w3ux-library/commit/f8ef1ef1b80663b8528fd880e41861a4f42fa957)) diff --git a/library/hooks/package.json b/library/hooks/package.json index 3f2a175..6f45663 100644 --- a/library/hooks/package.json +++ b/library/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/hooks-source", "license": "GPL-3.0-only", - "version": "1.1.2", + "version": "1.2.0", "type": "module", "scripts": { "clear": "rm -rf node_modules dist tsconfig.tsbuildinfo", diff --git a/library/react-polkicon/CHANGELOG.md b/library/react-polkicon/CHANGELOG.md index d1a596a..2dcb1bb 100644 --- a/library/react-polkicon/CHANGELOG.md +++ b/library/react-polkicon/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/w3ux/w3ux-library/compare/react-polkicon-source-v1.4.0...react-polkicon-source-v1.5.0) (2024-11-02) + + +### Features + +* **refactor:** Use `[@polkadot](https://github.com/polkadot)` utils from `@w3ux/utils` to prevent multiple versions ([#124](https://github.com/w3ux/w3ux-library/issues/124)) ([4fa5a48](https://github.com/w3ux/w3ux-library/commit/4fa5a489f7df171d1041e9aaa38989ab822b0a14)) + ## 1.4.0 (2024-10-31) diff --git a/library/react-polkicon/package.json b/library/react-polkicon/package.json index bdedc64..b19fe59 100644 --- a/library/react-polkicon/package.json +++ b/library/react-polkicon/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/react-polkicon-source", "license": "GPL-3.0-only", - "version": "1.4.0", + "version": "1.5.0", "type": "module", "scripts": { "clear": "rm -rf node_modules dist tsconfig.tsbuildinfo", diff --git a/library/utils/CHANGELOG.md b/library/utils/CHANGELOG.md index 44a8a49..08bfda7 100644 --- a/library/utils/CHANGELOG.md +++ b/library/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/w3ux/w3ux-library/compare/utils-source-v1.0.0...utils-source-v1.1.0) (2024-11-02) + + +### Features + +* **utils:** unit fn enhancements + more tests ([#133](https://github.com/w3ux/w3ux-library/issues/133)) ([958b4cf](https://github.com/w3ux/w3ux-library/commit/958b4cf46c89a8cd9506f191768fee87b29e1960)) + ## 1.0.0 (2024-10-31) diff --git a/library/utils/package.json b/library/utils/package.json index d1eae89..59e91bd 100644 --- a/library/utils/package.json +++ b/library/utils/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/utils-source", "license": "GPL-3.0-only", - "version": "1.0.1", + "version": "1.1.0", "type": "module", "scripts": { "clear": "rm -rf node_modules dist tsconfig.tsbuildinfo",