Skip to content

3.13.1 #832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 16, 2025
Merged
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 3.13.1 Apr 16, 2025

Changes:

- Add key validation for FileStore ([#830](https://github.com/polkadot-js/ui/pull/830))
- Upgraded polkadot deps ([#831](https://github.com/polkadot-js/ui/pull/831))


## 3.12.2 Feb 18, 2025

Changes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "3.12.3-1-x",
"version": "3.13.1",
"versions": {
"git": "3.12.3-1-x",
"npm": "3.12.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "3.12.3-1-x",
"version": "3.13.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.4.4",
"@polkadot/ui-settings": "3.12.3-1-x",
"@polkadot/ui-shared": "3.12.3-1-x",
"@polkadot/ui-settings": "3.13.1",
"@polkadot/ui-shared": "3.13.1",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"ethereum-blockies-base64": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "3.12.3-1-x",
"version": "3.13.1",
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.12.3-1-x",
"@polkadot/ui-settings": "3.13.1",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"@zxing/browser": "^0.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "3.12.3-1-x",
"version": "3.13.1",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.12.3-1-x",
"@polkadot/ui-shared": "3.13.1",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"react-native-svg": "^14.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "3.12.3-1-x",
"version": "3.13.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.4.4",
"@polkadot/ui-settings": "3.12.3-1-x",
"@polkadot/ui-settings": "3.13.1",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"mkdirp": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "3.12.3-1-x",
"version": "3.13.1",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "3.12.3-1-x",
"version": "3.13.1",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "3.12.3-1-x",
"version": "3.13.1",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.12.3-1-x",
"@polkadot/ui-shared": "3.13.1",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"jdenticon": "3.2.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1626,8 +1626,8 @@ __metadata:
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
dependencies:
"@polkadot/keyring": "npm:^13.4.4"
"@polkadot/ui-settings": "npm:3.12.3-1-x"
"@polkadot/ui-shared": "npm:3.12.3-1-x"
"@polkadot/ui-settings": "npm:3.13.1"
"@polkadot/ui-shared": "npm:3.13.1"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
"@types/react-copy-to-clipboard": "npm:^5.0.7"
Expand All @@ -1652,7 +1652,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
dependencies:
"@polkadot/ui-settings": "npm:3.12.3-1-x"
"@polkadot/ui-settings": "npm:3.13.1"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
"@zxing/browser": "npm:^0.1.5"
Expand All @@ -1673,7 +1673,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
dependencies:
"@polkadot/ui-shared": "npm:3.12.3-1-x"
"@polkadot/ui-shared": "npm:3.13.1"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
"@types/react-native": "npm:^0.72.8"
Expand All @@ -1692,7 +1692,7 @@ __metadata:
resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring"
dependencies:
"@polkadot/keyring": "npm:^13.4.4"
"@polkadot/ui-settings": "npm:3.12.3-1-x"
"@polkadot/ui-settings": "npm:3.13.1"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
"@types/mkdirp": "npm:^2.0.0"
Expand All @@ -1708,7 +1708,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/ui-settings@npm:3.12.3-1-x, @polkadot/ui-settings@workspace:packages/ui-settings":
"@polkadot/ui-settings@npm:3.13.1, @polkadot/ui-settings@workspace:packages/ui-settings":
version: 0.0.0-use.local
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
dependencies:
Expand All @@ -1724,7 +1724,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/ui-shared@npm:3.12.3-1-x, @polkadot/ui-shared@workspace:packages/ui-shared":
"@polkadot/ui-shared@npm:3.13.1, @polkadot/ui-shared@workspace:packages/ui-shared":
version: 0.0.0-use.local
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
dependencies:
Expand Down Expand Up @@ -1779,7 +1779,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
dependencies:
"@polkadot/ui-shared": "npm:3.12.3-1-x"
"@polkadot/ui-shared": "npm:3.13.1"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
jdenticon: "npm:3.2.0"
Expand Down