diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e118edee..81b0732d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/library/crypto/CHANGELOG.md b/library/crypto/CHANGELOG.md index 5b6b68a2..035ae71b 100644 --- a/library/crypto/CHANGELOG.md +++ b/library/crypto/CHANGELOG.md @@ -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) diff --git a/library/crypto/package.json b/library/crypto/package.json index e988ab28..87cd97d2 100644 --- a/library/crypto/package.json +++ b/library/crypto/package.json @@ -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": [ diff --git a/library/extension-assets/CHANGELOG.md b/library/extension-assets/CHANGELOG.md index e7ab00ad..d06c6c7d 100644 --- a/library/extension-assets/CHANGELOG.md +++ b/library/extension-assets/CHANGELOG.md @@ -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) diff --git a/library/extension-assets/package.json b/library/extension-assets/package.json index 0934bb2d..d28301e0 100644 --- a/library/extension-assets/package.json +++ b/library/extension-assets/package.json @@ -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": [ diff --git a/library/factories/CHANGELOG.md b/library/factories/CHANGELOG.md index 5cfbd578..d9634515 100644 --- a/library/factories/CHANGELOG.md +++ b/library/factories/CHANGELOG.md @@ -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) diff --git a/library/factories/package.json b/library/factories/package.json index cc4d98dc..4e714982 100644 --- a/library/factories/package.json +++ b/library/factories/package.json @@ -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": [ diff --git a/library/hooks/CHANGELOG.md b/library/hooks/CHANGELOG.md index ae40edc0..b4c7dea3 100644 --- a/library/hooks/CHANGELOG.md +++ b/library/hooks/CHANGELOG.md @@ -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) diff --git a/library/hooks/package.json b/library/hooks/package.json index a0478769..41c4ffa2 100644 --- a/library/hooks/package.json +++ b/library/hooks/package.json @@ -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": [ diff --git a/library/ledger-connect/CHANGELOG.md b/library/ledger-connect/CHANGELOG.md new file mode 100644 index 00000000..8f53cb7c --- /dev/null +++ b/library/ledger-connect/CHANGELOG.md @@ -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)) diff --git a/library/observables-connect/CHANGELOG.md b/library/observables-connect/CHANGELOG.md new file mode 100644 index 00000000..1bd2ecda --- /dev/null +++ b/library/observables-connect/CHANGELOG.md @@ -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)) diff --git a/library/observables-connect/package.json b/library/observables-connect/package.json index a96d1fc2..075830a7 100644 --- a/library/observables-connect/package.json +++ b/library/observables-connect/package.json @@ -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": { diff --git a/library/react-connect-kit/CHANGELOG.md b/library/react-connect-kit/CHANGELOG.md index c1006467..dfab161b 100644 --- a/library/react-connect-kit/CHANGELOG.md +++ b/library/react-connect-kit/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [5.1.0](https://github.com/w3ux/w3ux-library/compare/react-connect-kit-source-v5.0.1...react-connect-kit-source-v5.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)) +* **fix:** Initial active account formatting correctly ([#146](https://github.com/w3ux/w3ux-library/issues/146)) ([d86775c](https://github.com/w3ux/w3ux-library/commit/d86775ce1147e93785a2c6227d3fd3003a278d4b)) +* 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:** 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:** 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:** 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:** 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)) +* **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)) +* **refactor:** Use `dedot` for address formatting ([#217](https://github.com/w3ux/w3ux-library/issues/217)) ([7c549d2](https://github.com/w3ux/w3ux-library/commit/7c549d2df0b535503e25b37647932af20c930c50)) +* **refactor:** Use safe contexts ([#214](https://github.com/w3ux/w3ux-library/issues/214)) ([e966da4](https://github.com/w3ux/w3ux-library/commit/e966da43ad9e8de1a8caf1b99dc6f2e93b8191af)) +* 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)) +* Unified `ExtensionsProvider` ([#222](https://github.com/w3ux/w3ux-library/issues/222)) ([492953f](https://github.com/w3ux/w3ux-library/commit/492953f7e786a3b7d669f0d384fefc0d27e1f54e)) + ## [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) diff --git a/library/react-connect-kit/package.json b/library/react-connect-kit/package.json index 5e9f6932..ec181d0a 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", "description": "Providers and hooks for connecting to web3 wallets and interacting with accounts", - "version": "5.0.2", + "version": "5.1.0", "license": "GPL-3.0-only", "type": "module", "keywords": [ diff --git a/library/react-odometer/CHANGELOG.md b/library/react-odometer/CHANGELOG.md index 1d3e68b3..97357b6b 100644 --- a/library/react-odometer/CHANGELOG.md +++ b/library/react-odometer/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.3.0](https://github.com/w3ux/w3ux-library/compare/react-odometer-source-v2.2.6...react-odometer-source-v2.3.0) (2026-04-09) + + +### Features + +* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583)) +* 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:** 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)) +* 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/react-odometer-source-v2.0.1...react-odometer-source-v2.1.0) (2025-06-07) diff --git a/library/react-odometer/package.json b/library/react-odometer/package.json index 6037af99..3f51c136 100644 --- a/library/react-odometer/package.json +++ b/library/react-odometer/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/react-odometer-source", "description": "An odometer effect used for number and balance transitions", - "version": "2.4.5", + "version": "2.3.0", "license": "GPL-3.0-only", "type": "module", "keywords": [ diff --git a/library/react-polkicon/CHANGELOG.md b/library/react-polkicon/CHANGELOG.md index dc5d602e..bbee2c6c 100644 --- a/library/react-polkicon/CHANGELOG.md +++ b/library/react-polkicon/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [3.3.0](https://github.com/w3ux/w3ux-library/compare/react-polkicon-source-v3.2.7...react-polkicon-source-v3.3.0) (2026-04-09) + + +### Features + +* add `fontSize` prop to `Polkicon`, div -> span ([#141](https://github.com/w3ux/w3ux-library/issues/141)) ([aaf213e](https://github.com/w3ux/w3ux-library/commit/aaf213e23c4a67277700ccc5f80af5e9de4854b6)) +* Enable strict mode ([#270](https://github.com/w3ux/w3ux-library/issues/270)) ([2c2c460](https://github.com/w3ux/w3ux-library/commit/2c2c4603988fc13d986116311542adef65b9b583)) +* 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:** 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 `[@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)) +* **refactor:** Use `dedot` for address formatting ([#217](https://github.com/w3ux/w3ux-library/issues/217)) ([7c549d2](https://github.com/w3ux/w3ux-library/commit/7c549d2df0b535503e25b37647932af20c930c50)) +* 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)) + ## [3.2.0](https://github.com/w3ux/w3ux-library/compare/react-polkicon-source-v3.1.2...react-polkicon-source-v3.2.0) (2025-06-07) diff --git a/library/react-polkicon/package.json b/library/react-polkicon/package.json index a302e128..cd3b5e6e 100644 --- a/library/react-polkicon/package.json +++ b/library/react-polkicon/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/react-polkicon-source", "description": "A light-weight and customisable Polkadot Icon", - "version": "4.0.2", + "version": "3.3.0", "license": "GPL-3.0-only", "type": "module", "keywords": [ diff --git a/library/types/CHANGELOG.md b/library/types/CHANGELOG.md index 2eb20763..e3ed742b 100644 --- a/library/types/CHANGELOG.md +++ b/library/types/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.5.0](https://github.com/w3ux/w3ux-library/compare/types-source-v2.4.7...types-source-v2.5.0) (2026-04-09) + + +### Features + +* 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)) +* 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:** 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:** 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.3.0](https://github.com/w3ux/w3ux-library/compare/types-source-v2.2.1...types-source-v2.3.0) (2025-06-07) diff --git a/library/types/package.json b/library/types/package.json index bb962df4..9e2b0e29 100644 --- a/library/types/package.json +++ b/library/types/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/types-source", "description": "Common types used throughout the w3ux library", - "version": "2.4.2", + "version": "2.5.0", "license": "GPL-3.0-only", "type": "module", "keywords": [ diff --git a/library/utils/CHANGELOG.md b/library/utils/CHANGELOG.md index 1b1b342e..67f8dd80 100644 --- a/library/utils/CHANGELOG.md +++ b/library/utils/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [2.3.0](https://github.com/w3ux/w3ux-library/compare/utils-source-v2.2.2...utils-source-v2.3.0) (2026-04-09) + + +### Features + +* add `rmDecimals` to utils, apply to `planckToUnit` ([#144](https://github.com/w3ux/w3ux-library/issues/144)) ([77dc9b8](https://github.com/w3ux/w3ux-library/commit/77dc9b89ff244e7938d1240da4af3dfde10109f5)) +* 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)) +* 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:** Misc utils improvements ([#142](https://github.com/w3ux/w3ux-library/issues/142)) ([a31932f](https://github.com/w3ux/w3ux-library/commit/a31932f3b1df39c0e1ff8d66ebbea426d9cbf95b)) +* **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:** 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:** 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 `[@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)) +* **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)) +* **utils:** unit fn enhancements + more tests ([#133](https://github.com/w3ux/w3ux-library/issues/133)) ([958b4cf](https://github.com/w3ux/w3ux-library/commit/958b4cf46c89a8cd9506f191768fee87b29e1960)) + ## [2.1.0](https://github.com/w3ux/w3ux-library/compare/utils-source-v2.0.10...utils-source-v2.1.0) (2025-06-07) diff --git a/library/utils/package.json b/library/utils/package.json index 8608a366..39df47da 100644 --- a/library/utils/package.json +++ b/library/utils/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/utils-source", "description": "A collection of reusable utilities for manipulating data", - "version": "3.1.1", + "version": "2.3.0", "license": "GPL-3.0-only", "type": "module", "keywords": [ diff --git a/library/validator-assets/CHANGELOG.md b/library/validator-assets/CHANGELOG.md index e30489ed..699ef065 100644 --- a/library/validator-assets/CHANGELOG.md +++ b/library/validator-assets/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.0](https://github.com/w3ux/w3ux-library/compare/validator-assets-source-v1.2.0...validator-assets-source-v1.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:** 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)) + ## [1.1.0](https://github.com/w3ux/w3ux-library/compare/validator-assets-source-v1.0.0...validator-assets-source-v1.1.0) (2025-06-07) diff --git a/library/validator-assets/package.json b/library/validator-assets/package.json index 2493a742..00a50d33 100644 --- a/library/validator-assets/package.json +++ b/library/validator-assets/package.json @@ -1,7 +1,7 @@ { "name": "@w3ux/validator-assets-source", "description": "A list of Polkadot validator operators with metadata and icons", - "version": "1.3.3", + "version": "1.3.0", "license": "GPL-3.0-only", "type": "module", "keywords": [ diff --git a/library/vault-connect/CHANGELOG.md b/library/vault-connect/CHANGELOG.md new file mode 100644 index 00000000..8f53cb7c --- /dev/null +++ b/library/vault-connect/CHANGELOG.md @@ -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))