Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"library/crypto": "1.2.1",
"library/extension-assets": "2.2.5",
"library/factories": "2.2.1",
"library/hooks": "2.3.4",
"library/observables-connect": "2.0.0",
"library/react-connect-kit": "5.0.2",
"library/react-odometer": "2.2.6",
"library/react-polkicon": "3.2.7",
"library/types": "2.4.7",
"library/utils": "2.2.2",
"library/validator-assets": "1.2.0"
"library/crypto": "1.3.0",
"library/extension-assets": "2.3.0",
"library/factories": "2.3.0",
"library/hooks": "2.4.0",
"library/observables-connect": "2.1.0",
"library/react-connect-kit": "5.1.0",
"library/react-odometer": "2.3.0",
"library/react-polkicon": "3.3.0",
"library/types": "2.5.0",
"library/utils": "2.3.0",
"library/validator-assets": "1.3.0",
"library/ledger-connect": "1.0.0",
"library/vault-connect": "1.0.0"
}
15 changes: 15 additions & 0 deletions library/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.0](https://github.com/w3ux/w3ux-library/compare/crypto-source-v1.2.1...crypto-source-v1.3.0) (2026-04-09)


### Features

* Add `@w3ux/crypto` package ([#138](https://github.com/w3ux/w3ux-library/issues/138)) ([bd683b7](https://github.com/w3ux/w3ux-library/commit/bd683b7a6ed149d2778274ddb92d5694ade2a5bc))
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
* **refactor:** Migrate to `@biomejs/biome` ([#323](https://github.com/w3ux/w3ux-library/issues/323)) ([b1496c0](https://github.com/w3ux/w3ux-library/commit/b1496c061f75802e7683a21bb1f95efbded62764))
* **refactor:** Migrate to ESLint 9 ([#207](https://github.com/w3ux/w3ux-library/issues/207)) ([9f8c3ef](https://github.com/w3ux/w3ux-library/commit/9f8c3ef4c5a3ff23c5ad7d5885fd0dad0ee75c7b))
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
* **refactor:** Unify `tsup` configs, `gulp` -> `tsup` ([#288](https://github.com/w3ux/w3ux-library/issues/288)) ([6c86e31](https://github.com/w3ux/w3ux-library/commit/6c86e31f5ae47dac0fd5bf20583674e189b38966))
* 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))
* 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))

## [1.1.0](https://github.com/w3ux/w3ux-library/compare/crypto-source-v1.0.2...crypto-source-v1.1.0) (2025-06-07)


Expand Down
2 changes: 1 addition & 1 deletion library/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@w3ux/crypto-source",
"description": "Cryptographic utilities for Dapps",
"version": "1.2.1",
"version": "1.3.0",
"license": "GPL-3.0-only",
"type": "module",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions library/extension-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.3.0](https://github.com/w3ux/w3ux-library/compare/extension-assets-source-v2.2.5...extension-assets-source-v2.3.0) (2026-04-09)


### Features

* Add mimir support to connect ([#336](https://github.com/w3ux/w3ux-library/issues/336)) ([2427ab8](https://github.com/w3ux/w3ux-library/commit/2427ab8887311bc8f0bc03e0c6860169b6dbfbb6))
* react 19 alpha support ([c7c0ee8](https://github.com/w3ux/w3ux-library/commit/c7c0ee87ba9fbbde54ab581027a2e2189972a65d))
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
* **refactor:** Migrate to `@biomejs/biome` ([#323](https://github.com/w3ux/w3ux-library/issues/323)) ([b1496c0](https://github.com/w3ux/w3ux-library/commit/b1496c061f75802e7683a21bb1f95efbded62764))
* **refactor:** Remove ChainSafe Snap ([#145](https://github.com/w3ux/w3ux-library/issues/145)) ([d46b8ee](https://github.com/w3ux/w3ux-library/commit/d46b8ee33de0012a3d74c02487442456d939c34c))
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
* **refactor:** Unify `tsup` configs, `gulp` -> `tsup` ([#288](https://github.com/w3ux/w3ux-library/issues/288)) ([6c86e31](https://github.com/w3ux/w3ux-library/commit/6c86e31f5ae47dac0fd5bf20583674e189b38966))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion library/extension-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@w3ux/extension-assets-source",
"description": "A list of popular Web3 wallet extensions with metadata and icons",
"version": "2.3.1",
"version": "2.3.0",
"license": "GPL-3.0-only",
"type": "module",
"keywords": [
Expand Down
20 changes: 20 additions & 0 deletions library/factories/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.3.0](https://github.com/w3ux/w3ux-library/compare/factories-source-v2.2.1...factories-source-v2.3.0) (2026-04-09)


### Features

* Add `@w3ux/crypto` package ([#138](https://github.com/w3ux/w3ux-library/issues/138)) ([bd683b7](https://github.com/w3ux/w3ux-library/commit/bd683b7a6ed149d2778274ddb92d5694ade2a5bc))
* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583))
* init `factories` package with `withProviders` ([#137](https://github.com/w3ux/w3ux-library/issues/137)) ([0864d68](https://github.com/w3ux/w3ux-library/commit/0864d68f305208f9fa46537efd49a0245a8e9e4b))
* Initiate `observables-connect` package ([#218](https://github.com/w3ux/w3ux-library/issues/218)) ([a5ade6b](https://github.com/w3ux/w3ux-library/commit/a5ade6bf6238da2f3e31e67cb1668b28b70c0cca))
* react 19 alpha support ([c7c0ee8](https://github.com/w3ux/w3ux-library/commit/c7c0ee87ba9fbbde54ab581027a2e2189972a65d))
* **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))
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
* **refactor:** Migrate to `@biomejs/biome` ([#323](https://github.com/w3ux/w3ux-library/issues/323)) ([b1496c0](https://github.com/w3ux/w3ux-library/commit/b1496c061f75802e7683a21bb1f95efbded62764))
* **refactor:** Migrate to ESLint 9 ([#207](https://github.com/w3ux/w3ux-library/issues/207)) ([9f8c3ef](https://github.com/w3ux/w3ux-library/commit/9f8c3ef4c5a3ff23c5ad7d5885fd0dad0ee75c7b))
* **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))
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
* **refactor:** Unify `tsup` configs, `gulp` -> `tsup` ([#288](https://github.com/w3ux/w3ux-library/issues/288)) ([6c86e31](https://github.com/w3ux/w3ux-library/commit/6c86e31f5ae47dac0fd5bf20583674e189b38966))
* 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))

## [2.1.0](https://github.com/w3ux/w3ux-library/compare/factories-source-v2.0.2...factories-source-v2.1.0) (2025-06-07)


Expand Down
2 changes: 1 addition & 1 deletion library/factories/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@w3ux/factories-source",
"description": "A collection of general purpose TypeScript factories",
"version": "2.2.2",
"version": "2.3.0",
"license": "GPL-3.0-only",
"type": "module",
"keywords": [
Expand Down
24 changes: 24 additions & 0 deletions library/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.4.0](https://github.com/w3ux/w3ux-library/compare/hooks-source-v2.3.4...hooks-source-v2.4.0) (2026-04-09)


### Features

* Add `useOnResize` hook ([#136](https://github.com/w3ux/w3ux-library/issues/136)) ([0e989cb](https://github.com/w3ux/w3ux-library/commit/0e989cbe78b5a7ee412c6c1529e5c2efd8ddd268))
* Add `useSize` hook to `@w3ux/hooks` ([#134](https://github.com/w3ux/w3ux-library/issues/134)) ([f8ef1ef](https://github.com/w3ux/w3ux-library/commit/f8ef1ef1b80663b8528fd880e41861a4f42fa957))
* 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))
* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583))
* init `factories` package with `withProviders` ([#137](https://github.com/w3ux/w3ux-library/issues/137)) ([0864d68](https://github.com/w3ux/w3ux-library/commit/0864d68f305208f9fa46537efd49a0245a8e9e4b))
* Initiate `observables-connect` package ([#218](https://github.com/w3ux/w3ux-library/issues/218)) ([a5ade6b](https://github.com/w3ux/w3ux-library/commit/a5ade6bf6238da2f3e31e67cb1668b28b70c0cca))
* react 19 alpha support ([c7c0ee8](https://github.com/w3ux/w3ux-library/commit/c7c0ee87ba9fbbde54ab581027a2e2189972a65d))
* **refactor:** Add `util-dedot` package ([#448](https://github.com/w3ux/w3ux-library/issues/448)) ([aa60b67](https://github.com/w3ux/w3ux-library/commit/aa60b674415a2cf8b457495eaa5d0f2750d56fb7))
* **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))
* **refactor:** Migrate from yarn to pnpm ([#206](https://github.com/w3ux/w3ux-library/issues/206)) ([93d2a40](https://github.com/w3ux/w3ux-library/commit/93d2a40cc0c455936022ef6a89bc18999d7928e5))
* **refactor:** Migrate to `@biomejs/biome` ([#323](https://github.com/w3ux/w3ux-library/issues/323)) ([b1496c0](https://github.com/w3ux/w3ux-library/commit/b1496c061f75802e7683a21bb1f95efbded62764))
* **refactor:** Migrate to ESLint 9 ([#207](https://github.com/w3ux/w3ux-library/issues/207)) ([9f8c3ef](https://github.com/w3ux/w3ux-library/commit/9f8c3ef4c5a3ff23c5ad7d5885fd0dad0ee75c7b))
* **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))
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
* **refactor:** Unify `tsup` configs, `gulp` -> `tsup` ([#288](https://github.com/w3ux/w3ux-library/issues/288)) ([6c86e31](https://github.com/w3ux/w3ux-library/commit/6c86e31f5ae47dac0fd5bf20583674e189b38966))
* **refactor:** Use `dedot` for address formatting ([#217](https://github.com/w3ux/w3ux-library/issues/217)) ([7c549d2](https://github.com/w3ux/w3ux-library/commit/7c549d2df0b535503e25b37647932af20c930c50))
* 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))

## [2.2.0](https://github.com/w3ux/w3ux-library/compare/hooks-source-v2.1.0...hooks-source-v2.2.0) (2025-06-07)


Expand Down
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",
"description": "A collection of general purpose React hooks",
"version": "2.4.4",
"version": "2.4.0",
"license": "GPL-3.0-only",
"type": "module",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions library/ledger-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2026-04-09)


### Features

* Add `ledger-connect` and `vault-connect`, use adaptor model ([#477](https://github.com/w3ux/w3ux-library/issues/477)) ([cfbb876](https://github.com/w3ux/w3ux-library/commit/cfbb8763ad8f143e7a64378405f90d238aad0cc3))
19 changes: 19 additions & 0 deletions library/observables-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [2.1.0](https://github.com/w3ux/w3ux-library/compare/observables-connect-v2.0.0...observables-connect-v2.1.0) (2026-04-09)


### Features

* Add `ledger-connect` and `vault-connect`, use adaptor model ([#477](https://github.com/w3ux/w3ux-library/issues/477)) ([cfbb876](https://github.com/w3ux/w3ux-library/commit/cfbb8763ad8f143e7a64378405f90d238aad0cc3))
* Add mimir support to connect ([#336](https://github.com/w3ux/w3ux-library/issues/336)) ([2427ab8](https://github.com/w3ux/w3ux-library/commit/2427ab8887311bc8f0bc03e0c6860169b6dbfbb6))
* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583))
* Initiate `observables-connect` package ([#218](https://github.com/w3ux/w3ux-library/issues/218)) ([a5ade6b](https://github.com/w3ux/w3ux-library/commit/a5ade6bf6238da2f3e31e67cb1668b28b70c0cca))
* **refactor:** Add `util-dedot` package ([#448](https://github.com/w3ux/w3ux-library/issues/448)) ([aa60b67](https://github.com/w3ux/w3ux-library/commit/aa60b674415a2cf8b457495eaa5d0f2750d56fb7))
* **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))
* **refactor:** Migrate to `@biomejs/biome` ([#323](https://github.com/w3ux/w3ux-library/issues/323)) ([b1496c0](https://github.com/w3ux/w3ux-library/commit/b1496c061f75802e7683a21bb1f95efbded62764))
* **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))
* **refactor:** Simplify builder api, add CI ([#260](https://github.com/w3ux/w3ux-library/issues/260)) ([146bd31](https://github.com/w3ux/w3ux-library/commit/146bd313b23711d08c5af92dd63ec615e937b050))
* **refactor:** tsconfig optimizations, fixes ([#268](https://github.com/w3ux/w3ux-library/issues/268)) ([34d5fcb](https://github.com/w3ux/w3ux-library/commit/34d5fcbadc461295fd8642f70fc0d4a3aaa43c25))
* **refactor:** Unify `tsup` configs, `gulp` -> `tsup` ([#288](https://github.com/w3ux/w3ux-library/issues/288)) ([6c86e31](https://github.com/w3ux/w3ux-library/commit/6c86e31f5ae47dac0fd5bf20583674e189b38966))
* 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))
2 changes: 1 addition & 1 deletion library/observables-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@w3ux/observables-connect",
"description": "Observables for extensions and accounts discovery",
"version": "2.0.0",
"version": "2.1.0",
"license": "GPL-3.0-only",
"type": "module",
"exports": {
Expand Down
Loading
Loading