Skip to content

Commit 16b150e

Browse files
authored
chore: release main (#203)
1 parent b9bacfd commit 16b150e

File tree

21 files changed

+191
-20
lines changed

21 files changed

+191
-20
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"library/react-connect-kit": "3.4.6",
3-
"library/react-polkicon": "3.1.2",
4-
"library/utils": "2.0.10",
5-
"library/hooks": "2.1.0",
6-
"library/factories": "2.0.2",
7-
"library/crypto": "1.0.2",
8-
"library/extension-assets": "2.1.0",
9-
"library/types": "2.2.1",
2+
"library/react-connect-kit": "3.5.0",
3+
"library/react-polkicon": "3.2.0",
4+
"library/utils": "2.1.0",
5+
"library/hooks": "2.2.0",
6+
"library/factories": "2.1.0",
7+
"library/crypto": "1.1.0",
8+
"library/extension-assets": "2.2.0",
9+
"library/types": "2.3.0",
1010
"library/observables-connect": "0.9.40",
11-
"library/react-odometer": "2.0.1",
12-
"library/validator-assets": "1.0.0"
11+
"library/react-odometer": "2.1.0",
12+
"library/validator-assets": "1.1.0"
1313
}

library/crypto/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/w3ux/w3ux-library/compare/crypto-source-v1.0.2...crypto-source-v1.1.0) (2025-06-07)
4+
5+
6+
### Features
7+
8+
* Add `@w3ux/crypto` package ([#138](https://github.com/w3ux/w3ux-library/issues/138)) ([bd683b7](https://github.com/w3ux/w3ux-library/commit/bd683b7a6ed149d2778274ddb92d5694ade2a5bc))
9+
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
10+
* **refactor:** Migrate to ESLint 9 ([#207](https://github.com/w3ux/w3ux-library/issues/207)) ([9f8c3ef](https://github.com/w3ux/w3ux-library/commit/9f8c3ef4c5a3ff23c5ad7d5885fd0dad0ee75c7b))
11+
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
12+
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
13+
* Rewrite and improve Polkicon - `@w3ux/react-polkicon` ([#139](https://github.com/w3ux/w3ux-library/issues/139)) ([b16c7e7](https://github.com/w3ux/w3ux-library/commit/b16c7e7cfd5be4ffa0384bbe9e5406b330dbf0a3))
14+
* Simplified builder, add exports configs to packages ([#221](https://github.com/w3ux/w3ux-library/issues/221)) ([26801d9](https://github.com/w3ux/w3ux-library/commit/26801d94abe6524efc053085b89f6a359ec6316b))
15+
316
## 1.0.0 (2024-11-02)
417

518

library/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@w3ux/crypto-source",
33
"description": "Cryptographic utilities for Dapps",
4-
"version": "1.0.4",
4+
"version": "1.1.0",
55
"license": "GPL-3.0-only",
66
"type": "module",
77
"keywords": [

library/extension-assets/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/w3ux/w3ux-library/compare/extension-assets-source-v2.1.0...extension-assets-source-v2.2.0) (2025-06-07)
4+
5+
6+
### Features
7+
8+
* react 19 alpha support ([c7c0ee8](https://github.com/w3ux/w3ux-library/commit/c7c0ee87ba9fbbde54ab581027a2e2189972a65d))
9+
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
10+
* **refactor:** Remove ChainSafe Snap ([#145](https://github.com/w3ux/w3ux-library/issues/145)) ([d46b8ee](https://github.com/w3ux/w3ux-library/commit/d46b8ee33de0012a3d74c02487442456d939c34c))
11+
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
12+
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
13+
314
## 1.0.0 (2024-12-01)
415

516

library/extension-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@w3ux/extension-assets-source",
33
"description": "A list of popular Web3 wallet extensions with metadata and icons",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"license": "GPL-3.0-only",
66
"type": "module",
77
"keywords": [

library/factories/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/w3ux/w3ux-library/compare/factories-source-v2.0.2...factories-source-v2.1.0) (2025-06-07)
4+
5+
6+
### Features
7+
8+
* Add `@w3ux/crypto` package ([#138](https://github.com/w3ux/w3ux-library/issues/138)) ([bd683b7](https://github.com/w3ux/w3ux-library/commit/bd683b7a6ed149d2778274ddb92d5694ade2a5bc))
9+
* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583))
10+
* init `factories` package with `withProviders` ([#137](https://github.com/w3ux/w3ux-library/issues/137)) ([0864d68](https://github.com/w3ux/w3ux-library/commit/0864d68f305208f9fa46537efd49a0245a8e9e4b))
11+
* Initiate `observables-connect` package ([#218](https://github.com/w3ux/w3ux-library/issues/218)) ([a5ade6b](https://github.com/w3ux/w3ux-library/commit/a5ade6bf6238da2f3e31e67cb1668b28b70c0cca))
12+
* react 19 alpha support ([c7c0ee8](https://github.com/w3ux/w3ux-library/commit/c7c0ee87ba9fbbde54ab581027a2e2189972a65d))
13+
* **refactor:** Extension accounts observables & refactors, extensions re-write ([#219](https://github.com/w3ux/w3ux-library/issues/219)) ([25122d1](https://github.com/w3ux/w3ux-library/commit/25122d19e830961d6210f06ab169f02ef8200120))
14+
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
15+
* **refactor:** Migrate to ESLint 9 ([#207](https://github.com/w3ux/w3ux-library/issues/207)) ([9f8c3ef](https://github.com/w3ux/w3ux-library/commit/9f8c3ef4c5a3ff23c5ad7d5885fd0dad0ee75c7b))
16+
* **refactor:** move high level connect-kit types to `types` package ([#202](https://github.com/w3ux/w3ux-library/issues/202)) ([c8b324e](https://github.com/w3ux/w3ux-library/commit/c8b324ea6671e3ae842719bdbd74b1703cdf09a1))
17+
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
18+
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
19+
* Simplified builder, add exports configs to packages ([#221](https://github.com/w3ux/w3ux-library/issues/221)) ([26801d9](https://github.com/w3ux/w3ux-library/commit/26801d94abe6524efc053085b89f6a359ec6316b))
20+
321
## 1.0.0 (2024-11-02)
422

523

library/factories/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@w3ux/factories-source",
33
"description": "A collection of general purpose TypeScript factories",
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"license": "GPL-3.0-only",
66
"type": "module",
77
"keywords": [

library/hooks/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/w3ux/w3ux-library/compare/hooks-source-v2.1.0...hooks-source-v2.2.0) (2025-06-07)
4+
5+
6+
### Features
7+
8+
* Add `useOnResize` hook ([#136](https://github.com/w3ux/w3ux-library/issues/136)) ([0e989cb](https://github.com/w3ux/w3ux-library/commit/0e989cbe78b5a7ee412c6c1529e5c2efd8ddd268))
9+
* Add `useSize` hook to `@w3ux/hooks` ([#134](https://github.com/w3ux/w3ux-library/issues/134)) ([f8ef1ef](https://github.com/w3ux/w3ux-library/commit/f8ef1ef1b80663b8528fd880e41861a4f42fa957))
10+
* Add `useTimeleft` hook and utils to `@w3ux/hooks` ([#143](https://github.com/w3ux/w3ux-library/issues/143)) ([093b309](https://github.com/w3ux/w3ux-library/commit/093b309326f3e015edd0cb0019adb1bf17e81b19))
11+
* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583))
12+
* init `factories` package with `withProviders` ([#137](https://github.com/w3ux/w3ux-library/issues/137)) ([0864d68](https://github.com/w3ux/w3ux-library/commit/0864d68f305208f9fa46537efd49a0245a8e9e4b))
13+
* Initiate `observables-connect` package ([#218](https://github.com/w3ux/w3ux-library/issues/218)) ([a5ade6b](https://github.com/w3ux/w3ux-library/commit/a5ade6bf6238da2f3e31e67cb1668b28b70c0cca))
14+
* react 19 alpha support ([c7c0ee8](https://github.com/w3ux/w3ux-library/commit/c7c0ee87ba9fbbde54ab581027a2e2189972a65d))
15+
* **refactor:** Extension accounts observables & refactors, extensions re-write ([#219](https://github.com/w3ux/w3ux-library/issues/219)) ([25122d1](https://github.com/w3ux/w3ux-library/commit/25122d19e830961d6210f06ab169f02ef8200120))
16+
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
17+
* **refactor:** Migrate to ESLint 9 ([#207](https://github.com/w3ux/w3ux-library/issues/207)) ([9f8c3ef](https://github.com/w3ux/w3ux-library/commit/9f8c3ef4c5a3ff23c5ad7d5885fd0dad0ee75c7b))
18+
* **refactor:** move high level connect-kit types to `types` package ([#202](https://github.com/w3ux/w3ux-library/issues/202)) ([c8b324e](https://github.com/w3ux/w3ux-library/commit/c8b324ea6671e3ae842719bdbd74b1703cdf09a1))
19+
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
20+
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
21+
* **refactor:** Use `dedot` for address formatting ([#217](https://github.com/w3ux/w3ux-library/issues/217)) ([7c549d2](https://github.com/w3ux/w3ux-library/commit/7c549d2df0b535503e25b37647932af20c930c50))
22+
* Simplified builder, add exports configs to packages ([#221](https://github.com/w3ux/w3ux-library/issues/221)) ([26801d9](https://github.com/w3ux/w3ux-library/commit/26801d94abe6524efc053085b89f6a359ec6316b))
23+
324
## [1.4.0](https://github.com/w3ux/w3ux-library/compare/hooks-source-v1.3.0...hooks-source-v1.4.0) (2024-12-01)
425

526

library/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@w3ux/hooks-source",
33
"description": "A collection of general purpose React hooks",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"license": "GPL-3.0-only",
66
"type": "module",
77
"keywords": [

library/react-connect-kit/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/w3ux/w3ux-library/compare/react-connect-kit-source-v3.4.6...react-connect-kit-source-v3.5.0) (2025-06-07)
4+
5+
6+
### Features
7+
8+
* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583))
9+
* **fix:** Initial active account formatting correctly ([#146](https://github.com/w3ux/w3ux-library/issues/146)) ([d86775c](https://github.com/w3ux/w3ux-library/commit/d86775ce1147e93785a2c6227d3fd3003a278d4b))
10+
* Initiate `observables-connect` package ([#218](https://github.com/w3ux/w3ux-library/issues/218)) ([a5ade6b](https://github.com/w3ux/w3ux-library/commit/a5ade6bf6238da2f3e31e67cb1668b28b70c0cca))
11+
* react 19 alpha support ([c7c0ee8](https://github.com/w3ux/w3ux-library/commit/c7c0ee87ba9fbbde54ab581027a2e2189972a65d))
12+
* **refactor:** Extension accounts observables & refactors, extensions re-write ([#219](https://github.com/w3ux/w3ux-library/issues/219)) ([25122d1](https://github.com/w3ux/w3ux-library/commit/25122d19e830961d6210f06ab169f02ef8200120))
13+
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
14+
* **refactor:** Migrate to ESLint 9 ([#207](https://github.com/w3ux/w3ux-library/issues/207)) ([9f8c3ef](https://github.com/w3ux/w3ux-library/commit/9f8c3ef4c5a3ff23c5ad7d5885fd0dad0ee75c7b))
15+
* **refactor:** Minimise hardware account providers, unify APIs ([#220](https://github.com/w3ux/w3ux-library/issues/220)) ([8270b27](https://github.com/w3ux/w3ux-library/commit/8270b2767df0acb3860b34f4c09fb0a9eda23f69))
16+
* **refactor:** move high level connect-kit types to `types` package ([#202](https://github.com/w3ux/w3ux-library/issues/202)) ([c8b324e](https://github.com/w3ux/w3ux-library/commit/c8b324ea6671e3ae842719bdbd74b1703cdf09a1))
17+
* **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))
18+
* **refactor:** Remove ChainSafe Snap ([#145](https://github.com/w3ux/w3ux-library/issues/145)) ([d46b8ee](https://github.com/w3ux/w3ux-library/commit/d46b8ee33de0012a3d74c02487442456d939c34c))
19+
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
20+
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
21+
* **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))
22+
* **refactor:** Use `dedot` for address formatting ([#217](https://github.com/w3ux/w3ux-library/issues/217)) ([7c549d2](https://github.com/w3ux/w3ux-library/commit/7c549d2df0b535503e25b37647932af20c930c50))
23+
* **refactor:** Use safe contexts ([#214](https://github.com/w3ux/w3ux-library/issues/214)) ([e966da4](https://github.com/w3ux/w3ux-library/commit/e966da43ad9e8de1a8caf1b99dc6f2e93b8191af))
24+
* Simplified builder, add exports configs to packages ([#221](https://github.com/w3ux/w3ux-library/issues/221)) ([26801d9](https://github.com/w3ux/w3ux-library/commit/26801d94abe6524efc053085b89f6a359ec6316b))
25+
* Unified `ExtensionsProvider` ([#222](https://github.com/w3ux/w3ux-library/issues/222)) ([492953f](https://github.com/w3ux/w3ux-library/commit/492953f7e786a3b7d669f0d384fefc0d27e1f54e))
26+
327
## [1.10.0](https://github.com/w3ux/w3ux-library/compare/react-connect-kit-source-v1.9.0...react-connect-kit-source-v1.10.0) (2024-12-01)
428

529

0 commit comments

Comments
 (0)