Skip to content

Commit e16ef30

Browse files
authored
3.15.2 (#839)
1 parent f3e2334 commit e16ef30

File tree

10 files changed

+29
-22
lines changed

10 files changed

+29
-22
lines changed

CHANGELOG.md

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

3+
## 3.15.2 July 2, 2025
4+
5+
Changes:
6+
7+
- Upgraded polkadot deps ([#838](https://github.com/polkadot-js/ui/pull/838))
8+
9+
310
## 3.15.1 Jun 18, 2025
411

512
Changes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "3.15.2-0-x",
17+
"version": "3.15.2",
1818
"versions": {
1919
"git": "3.15.2-0-x",
2020
"npm": "3.15.1"

packages/react-identicon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "3.15.2-0-x",
21+
"version": "3.15.2",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^13.5.3",
25-
"@polkadot/ui-settings": "3.15.2-0-x",
26-
"@polkadot/ui-shared": "3.15.2-0-x",
25+
"@polkadot/ui-settings": "3.15.2",
26+
"@polkadot/ui-shared": "3.15.2",
2727
"@polkadot/util": "^13.5.3",
2828
"@polkadot/util-crypto": "^13.5.3",
2929
"ethereum-blockies-base64": "^1.0.2",

packages/react-qr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "3.15.2-0-x",
21+
"version": "3.15.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/ui-settings": "3.15.2-0-x",
24+
"@polkadot/ui-settings": "3.15.2",
2525
"@polkadot/util": "^13.5.3",
2626
"@polkadot/util-crypto": "^13.5.3",
2727
"@zxing/browser": "^0.1.5",

packages/reactnative-identicon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "3.15.2-0-x",
21+
"version": "3.15.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/ui-shared": "3.15.2-0-x",
24+
"@polkadot/ui-shared": "3.15.2",
2525
"@polkadot/util": "^13.5.3",
2626
"@polkadot/util-crypto": "^13.5.3",
2727
"react-native-svg": "^14.1.0",

packages/ui-keyring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"./packageDetect.cjs"
1818
],
1919
"type": "module",
20-
"version": "3.15.2-0-x",
20+
"version": "3.15.2",
2121
"main": "index.js",
2222
"dependencies": {
2323
"@polkadot/keyring": "^13.5.3",
24-
"@polkadot/ui-settings": "3.15.2-0-x",
24+
"@polkadot/ui-settings": "3.15.2",
2525
"@polkadot/util": "^13.5.3",
2626
"@polkadot/util-crypto": "^13.5.3",
2727
"mkdirp": "^3.0.1",

packages/ui-settings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "3.15.2-0-x",
21+
"version": "3.15.2",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/networks": "^13.5.3",

packages/ui-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "3.15.2-0-x",
21+
"version": "3.15.2",
2222
"main": "index.js",
2323
"dependencies": {
2424
"colord": "^2.9.3",

packages/vue-identicon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "3.15.2-0-x",
21+
"version": "3.15.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/ui-shared": "3.15.2-0-x",
24+
"@polkadot/ui-shared": "3.15.2",
2525
"@polkadot/util": "^13.5.3",
2626
"@polkadot/util-crypto": "^13.5.3",
2727
"jdenticon": "3.2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,8 +1626,8 @@ __metadata:
16261626
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
16271627
dependencies:
16281628
"@polkadot/keyring": "npm:^13.5.3"
1629-
"@polkadot/ui-settings": "npm:3.15.2-0-x"
1630-
"@polkadot/ui-shared": "npm:3.15.2-0-x"
1629+
"@polkadot/ui-settings": "npm:3.15.2"
1630+
"@polkadot/ui-shared": "npm:3.15.2"
16311631
"@polkadot/util": "npm:^13.5.3"
16321632
"@polkadot/util-crypto": "npm:^13.5.3"
16331633
"@types/react-copy-to-clipboard": "npm:^5.0.7"
@@ -1652,7 +1652,7 @@ __metadata:
16521652
version: 0.0.0-use.local
16531653
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
16541654
dependencies:
1655-
"@polkadot/ui-settings": "npm:3.15.2-0-x"
1655+
"@polkadot/ui-settings": "npm:3.15.2"
16561656
"@polkadot/util": "npm:^13.5.3"
16571657
"@polkadot/util-crypto": "npm:^13.5.3"
16581658
"@zxing/browser": "npm:^0.1.5"
@@ -1673,7 +1673,7 @@ __metadata:
16731673
version: 0.0.0-use.local
16741674
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
16751675
dependencies:
1676-
"@polkadot/ui-shared": "npm:3.15.2-0-x"
1676+
"@polkadot/ui-shared": "npm:3.15.2"
16771677
"@polkadot/util": "npm:^13.5.3"
16781678
"@polkadot/util-crypto": "npm:^13.5.3"
16791679
"@types/react-native": "npm:^0.72.8"
@@ -1692,7 +1692,7 @@ __metadata:
16921692
resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring"
16931693
dependencies:
16941694
"@polkadot/keyring": "npm:^13.5.3"
1695-
"@polkadot/ui-settings": "npm:3.15.2-0-x"
1695+
"@polkadot/ui-settings": "npm:3.15.2"
16961696
"@polkadot/util": "npm:^13.5.3"
16971697
"@polkadot/util-crypto": "npm:^13.5.3"
16981698
"@types/mkdirp": "npm:^2.0.0"
@@ -1708,7 +1708,7 @@ __metadata:
17081708
languageName: unknown
17091709
linkType: soft
17101710

1711-
"@polkadot/ui-settings@npm:3.15.2-0-x, @polkadot/ui-settings@workspace:packages/ui-settings":
1711+
"@polkadot/ui-settings@npm:3.15.2, @polkadot/ui-settings@workspace:packages/ui-settings":
17121712
version: 0.0.0-use.local
17131713
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
17141714
dependencies:
@@ -1724,7 +1724,7 @@ __metadata:
17241724
languageName: unknown
17251725
linkType: soft
17261726

1727-
"@polkadot/ui-shared@npm:3.15.2-0-x, @polkadot/ui-shared@workspace:packages/ui-shared":
1727+
"@polkadot/ui-shared@npm:3.15.2, @polkadot/ui-shared@workspace:packages/ui-shared":
17281728
version: 0.0.0-use.local
17291729
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
17301730
dependencies:
@@ -1779,7 +1779,7 @@ __metadata:
17791779
version: 0.0.0-use.local
17801780
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
17811781
dependencies:
1782-
"@polkadot/ui-shared": "npm:3.15.2-0-x"
1782+
"@polkadot/ui-shared": "npm:3.15.2"
17831783
"@polkadot/util": "npm:^13.5.3"
17841784
"@polkadot/util-crypto": "npm:^13.5.3"
17851785
jdenticon: "npm:3.2.0"

0 commit comments

Comments
 (0)