From b17216ef36ade713ba78a28e8a1b424fbcbed672 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Thu, 31 Oct 2024 19:57:58 +0700 Subject: [PATCH] chore: release main (#127) --- .release-please-manifest.json | 2 +- library/react-connect-kit/CHANGELOG.md | 9 +++++++++ library/react-connect-kit/package.json | 2 +- library/react-polkicon/CHANGELOG.md | 8 ++++++++ library/react-polkicon/package.json | 2 +- library/utils/CHANGELOG.md | 9 +++++++++ 6 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 library/react-connect-kit/CHANGELOG.md create mode 100644 library/react-polkicon/CHANGELOG.md create mode 100644 library/utils/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfe..73945d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{"library/react-connect-kit":"1.9.0","library/react-polkicon":"1.4.0","library/utils":"1.0.0"} diff --git a/library/react-connect-kit/CHANGELOG.md b/library/react-connect-kit/CHANGELOG.md new file mode 100644 index 0000000..94d8c87 --- /dev/null +++ b/library/react-connect-kit/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.9.0 (2024-10-31) + + +### Features + +* **refactor:** Remove `@polkadot/keyring` from react connect kit ([#123](https://github.com/w3ux/w3ux-library/issues/123)) ([946ef1b](https://github.com/w3ux/w3ux-library/commit/946ef1b83efec81ad5bcff584c3ac8c4178efa7e)) +* **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)) diff --git a/library/react-connect-kit/package.json b/library/react-connect-kit/package.json index 9b7cee1..d5691b4 100644 --- a/library/react-connect-kit/package.json +++ b/library/react-connect-kit/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/react-connect-kit-source", "license": "GPL-3.0-only", - "version": "1.8.0", + "version": "1.9.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 new file mode 100644 index 0000000..d1a596a --- /dev/null +++ b/library/react-polkicon/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.4.0 (2024-10-31) + + +### 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)) diff --git a/library/react-polkicon/package.json b/library/react-polkicon/package.json index e92eb76..bdedc64 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.3.0", + "version": "1.4.0", "type": "module", "scripts": { "clear": "rm -rf node_modules dist tsconfig.tsbuildinfo", diff --git a/library/utils/CHANGELOG.md b/library/utils/CHANGELOG.md new file mode 100644 index 0000000..44a8a49 --- /dev/null +++ b/library/utils/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.0 (2024-10-31) + + +### Features + +* **refactor:** Removes `bignumber.js` as `utils` dependency, remove obsolete utils, enhance unit utils ([#130](https://github.com/w3ux/w3ux-library/issues/130)) ([3eb0ec7](https://github.com/w3ux/w3ux-library/commit/3eb0ec7a1c845dcfae32a6f4a1aa5e0089901226)) +* **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))