Skip to content

Commit

Permalink
chore: release main (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat authored Oct 31, 2024
1 parent 3eb0ec7 commit b17216e
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"library/react-connect-kit":"1.9.0","library/react-polkicon":"1.4.0","library/utils":"1.0.0"}
9 changes: 9 additions & 0 deletions library/react-connect-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion library/react-connect-kit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions library/react-polkicon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion library/react-polkicon/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions library/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit b17216e

Please sign in to comment.