From e16ef30a079e45d918b72d22723a0fc669718203 Mon Sep 17 00:00:00 2001 From: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com> Date: Wed, 2 Jul 2025 18:09:19 +0530 Subject: [PATCH] 3.15.2 (#839) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/react-identicon/package.json | 6 +++--- packages/react-qr/package.json | 4 ++-- packages/reactnative-identicon/package.json | 4 ++-- packages/ui-keyring/package.json | 4 ++-- packages/ui-settings/package.json | 2 +- packages/ui-shared/package.json | 2 +- packages/vue-identicon/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 10 files changed, 29 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1774a7a5..3421b6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 3.15.2 July 2, 2025 + +Changes: + +- Upgraded polkadot deps ([#838](https://github.com/polkadot-js/ui/pull/838)) + + ## 3.15.1 Jun 18, 2025 Changes: diff --git a/package.json b/package.json index 354bd477..91c847ba 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "3.15.2-0-x", + "version": "3.15.2", "versions": { "git": "3.15.2-0-x", "npm": "3.15.1" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index ef28f62a..e81e5c37 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.15.2-0-x", + "version": "3.15.2", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.5.3", - "@polkadot/ui-settings": "3.15.2-0-x", - "@polkadot/ui-shared": "3.15.2-0-x", + "@polkadot/ui-settings": "3.15.2", + "@polkadot/ui-shared": "3.15.2", "@polkadot/util": "^13.5.3", "@polkadot/util-crypto": "^13.5.3", "ethereum-blockies-base64": "^1.0.2", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 592597dc..11b5b8b7 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -18,10 +18,10 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.15.2-0-x", + "version": "3.15.2", "main": "index.js", "dependencies": { - "@polkadot/ui-settings": "3.15.2-0-x", + "@polkadot/ui-settings": "3.15.2", "@polkadot/util": "^13.5.3", "@polkadot/util-crypto": "^13.5.3", "@zxing/browser": "^0.1.5", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index f441aeba..7a993d87 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -18,10 +18,10 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.15.2-0-x", + "version": "3.15.2", "main": "index.js", "dependencies": { - "@polkadot/ui-shared": "3.15.2-0-x", + "@polkadot/ui-shared": "3.15.2", "@polkadot/util": "^13.5.3", "@polkadot/util-crypto": "^13.5.3", "react-native-svg": "^14.1.0", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index e68ddc03..ec901c9d 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -17,11 +17,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.15.2-0-x", + "version": "3.15.2", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.5.3", - "@polkadot/ui-settings": "3.15.2-0-x", + "@polkadot/ui-settings": "3.15.2", "@polkadot/util": "^13.5.3", "@polkadot/util-crypto": "^13.5.3", "mkdirp": "^3.0.1", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 3c87b709..43fe00df 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.15.2-0-x", + "version": "3.15.2", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.5.3", diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 59b86779..40206fc9 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.15.2-0-x", + "version": "3.15.2", "main": "index.js", "dependencies": { "colord": "^2.9.3", diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 0fc39211..4a521d85 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -18,10 +18,10 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.15.2-0-x", + "version": "3.15.2", "main": "index.js", "dependencies": { - "@polkadot/ui-shared": "3.15.2-0-x", + "@polkadot/ui-shared": "3.15.2", "@polkadot/util": "^13.5.3", "@polkadot/util-crypto": "^13.5.3", "jdenticon": "3.2.0", diff --git a/yarn.lock b/yarn.lock index 159e1ee4..a6ccffdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1626,8 +1626,8 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@polkadot/keyring": "npm:^13.5.3" - "@polkadot/ui-settings": "npm:3.15.2-0-x" - "@polkadot/ui-shared": "npm:3.15.2-0-x" + "@polkadot/ui-settings": "npm:3.15.2" + "@polkadot/ui-shared": "npm:3.15.2" "@polkadot/util": "npm:^13.5.3" "@polkadot/util-crypto": "npm:^13.5.3" "@types/react-copy-to-clipboard": "npm:^5.0.7" @@ -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.15.2-0-x" + "@polkadot/ui-settings": "npm:3.15.2" "@polkadot/util": "npm:^13.5.3" "@polkadot/util-crypto": "npm:^13.5.3" "@zxing/browser": "npm:^0.1.5" @@ -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.15.2-0-x" + "@polkadot/ui-shared": "npm:3.15.2" "@polkadot/util": "npm:^13.5.3" "@polkadot/util-crypto": "npm:^13.5.3" "@types/react-native": "npm:^0.72.8" @@ -1692,7 +1692,7 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@polkadot/keyring": "npm:^13.5.3" - "@polkadot/ui-settings": "npm:3.15.2-0-x" + "@polkadot/ui-settings": "npm:3.15.2" "@polkadot/util": "npm:^13.5.3" "@polkadot/util-crypto": "npm:^13.5.3" "@types/mkdirp": "npm:^2.0.0" @@ -1708,7 +1708,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@npm:3.15.2-0-x, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@npm:3.15.2, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: @@ -1724,7 +1724,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@npm:3.15.2-0-x, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@npm:3.15.2, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: @@ -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.15.2-0-x" + "@polkadot/ui-shared": "npm:3.15.2" "@polkadot/util": "npm:^13.5.3" "@polkadot/util-crypto": "npm:^13.5.3" jdenticon: "npm:3.2.0"