Skip to content

Commit

Permalink
chore: release main (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat authored Nov 2, 2024
1 parent f8ef1ef commit e8e4200
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 4 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"}
{"library/react-connect-kit":"1.9.0","library/react-polkicon":"1.5.0","library/utils":"1.1.0","library/hooks":"1.2.0"}
8 changes: 8 additions & 0 deletions library/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion library/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions library/react-polkicon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
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.4.0",
"version": "1.5.0",
"type": "module",
"scripts": {
"clear": "rm -rf node_modules dist tsconfig.tsbuildinfo",
Expand Down
7 changes: 7 additions & 0 deletions library/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion library/utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e8e4200

Please sign in to comment.