Skip to content

Commit e8f1fb3

Browse files
authored
7.5.3 (#604)
1 parent ba61558 commit e8f1fb3

File tree

9 files changed

+41
-34
lines changed

9 files changed

+41
-34
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+
## 7.5.3 Nov 24, 2025
4+
5+
Changes:
6+
7+
- Bump @polkadot dependencies ([#603](https://github.com/polkadot-js/wasm/pull/603))
8+
9+
310
## 7.5.2 Nov 10, 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": "7.5.3-0-x",
17+
"version": "7.5.3",
1818
"versions": {
1919
"git": "7.5.3-0-x",
2020
"npm": "7.5.2"

packages/wasm-bridge/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": "7.5.3-0-x",
21+
"version": "7.5.3",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/wasm-util": "7.5.3-0-x",
24+
"@polkadot/wasm-util": "7.5.3",
2525
"tslib": "^2.7.0"
2626
},
2727
"devDependencies": {

packages/wasm-crypto-asmjs/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": "7.5.3-0-x",
21+
"version": "7.5.3",
2222
"main": "index.js",
2323
"dependencies": {
2424
"tslib": "^2.7.0"

packages/wasm-crypto-init/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "7.5.3-0-x",
21+
"version": "7.5.3",
2222
"browser": "wasm.js",
2323
"main": "wasm.js",
2424
"react-native": "asm.js",
2525
"dependencies": {
26-
"@polkadot/wasm-bridge": "7.5.3-0-x",
27-
"@polkadot/wasm-crypto-asmjs": "7.5.3-0-x",
28-
"@polkadot/wasm-crypto-wasm": "7.5.3-0-x",
29-
"@polkadot/wasm-util": "7.5.3-0-x",
26+
"@polkadot/wasm-bridge": "7.5.3",
27+
"@polkadot/wasm-crypto-asmjs": "7.5.3",
28+
"@polkadot/wasm-crypto-wasm": "7.5.3",
29+
"@polkadot/wasm-util": "7.5.3",
3030
"tslib": "^2.7.0"
3131
},
3232
"devDependencies": {

packages/wasm-crypto-wasm/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": "7.5.3-0-x",
21+
"version": "7.5.3",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/wasm-util": "7.5.3-0-x",
24+
"@polkadot/wasm-util": "7.5.3",
2525
"tslib": "^2.7.0"
2626
},
2727
"devDependencies": {

packages/wasm-crypto/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"./packageDetect.cjs"
2727
],
2828
"type": "module",
29-
"version": "7.5.3-0-x",
29+
"version": "7.5.3",
3030
"main": "index.js",
3131
"dependencies": {
32-
"@polkadot/wasm-bridge": "7.5.3-0-x",
33-
"@polkadot/wasm-crypto-asmjs": "7.5.3-0-x",
34-
"@polkadot/wasm-crypto-init": "7.5.3-0-x",
35-
"@polkadot/wasm-crypto-wasm": "7.5.3-0-x",
36-
"@polkadot/wasm-util": "7.5.3-0-x",
32+
"@polkadot/wasm-bridge": "7.5.3",
33+
"@polkadot/wasm-crypto-asmjs": "7.5.3",
34+
"@polkadot/wasm-crypto-init": "7.5.3",
35+
"@polkadot/wasm-crypto-wasm": "7.5.3",
36+
"@polkadot/wasm-util": "7.5.3",
3737
"tslib": "^2.7.0"
3838
},
3939
"devDependencies": {

packages/wasm-util/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": "7.5.3-0-x",
21+
"version": "7.5.3",
2222
"main": "index.js",
2323
"dependencies": {
2424
"tslib": "^2.7.0"

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,12 @@ __metadata:
475475
languageName: node
476476
linkType: hard
477477

478-
"@polkadot/wasm-bridge@npm:7.5.3-0-x, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
478+
"@polkadot/wasm-bridge@npm:7.5.3, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
479479
version: 0.0.0-use.local
480480
resolution: "@polkadot/wasm-bridge@workspace:packages/wasm-bridge"
481481
dependencies:
482482
"@polkadot/util": "npm:^13.5.8"
483-
"@polkadot/wasm-util": "npm:7.5.3-0-x"
483+
"@polkadot/wasm-util": "npm:7.5.3"
484484
"@polkadot/x-randomvalues": "npm:^13.5.8"
485485
tslib: "npm:^2.7.0"
486486
peerDependencies:
@@ -489,7 +489,7 @@ __metadata:
489489
languageName: unknown
490490
linkType: soft
491491

492-
"@polkadot/wasm-crypto-asmjs@npm:7.5.3-0-x, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
492+
"@polkadot/wasm-crypto-asmjs@npm:7.5.3, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
493493
version: 0.0.0-use.local
494494
resolution: "@polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs"
495495
dependencies:
@@ -500,15 +500,15 @@ __metadata:
500500
languageName: unknown
501501
linkType: soft
502502

503-
"@polkadot/wasm-crypto-init@npm:7.5.3-0-x, @polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init":
503+
"@polkadot/wasm-crypto-init@npm:7.5.3, @polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init":
504504
version: 0.0.0-use.local
505505
resolution: "@polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init"
506506
dependencies:
507507
"@polkadot/util": "npm:^13.5.8"
508-
"@polkadot/wasm-bridge": "npm:7.5.3-0-x"
509-
"@polkadot/wasm-crypto-asmjs": "npm:7.5.3-0-x"
510-
"@polkadot/wasm-crypto-wasm": "npm:7.5.3-0-x"
511-
"@polkadot/wasm-util": "npm:7.5.3-0-x"
508+
"@polkadot/wasm-bridge": "npm:7.5.3"
509+
"@polkadot/wasm-crypto-asmjs": "npm:7.5.3"
510+
"@polkadot/wasm-crypto-wasm": "npm:7.5.3"
511+
"@polkadot/wasm-util": "npm:7.5.3"
512512
"@polkadot/x-randomvalues": "npm:^13.5.8"
513513
tslib: "npm:^2.7.0"
514514
peerDependencies:
@@ -517,12 +517,12 @@ __metadata:
517517
languageName: unknown
518518
linkType: soft
519519

520-
"@polkadot/wasm-crypto-wasm@npm:7.5.3-0-x, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
520+
"@polkadot/wasm-crypto-wasm@npm:7.5.3, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
521521
version: 0.0.0-use.local
522522
resolution: "@polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm"
523523
dependencies:
524524
"@polkadot/util": "npm:^13.5.8"
525-
"@polkadot/wasm-util": "npm:7.5.3-0-x"
525+
"@polkadot/wasm-util": "npm:7.5.3"
526526
tslib: "npm:^2.7.0"
527527
peerDependencies:
528528
"@polkadot/util": "*"
@@ -534,11 +534,11 @@ __metadata:
534534
resolution: "@polkadot/wasm-crypto@workspace:packages/wasm-crypto"
535535
dependencies:
536536
"@polkadot/util": "npm:^13.5.8"
537-
"@polkadot/wasm-bridge": "npm:7.5.3-0-x"
538-
"@polkadot/wasm-crypto-asmjs": "npm:7.5.3-0-x"
539-
"@polkadot/wasm-crypto-init": "npm:7.5.3-0-x"
540-
"@polkadot/wasm-crypto-wasm": "npm:7.5.3-0-x"
541-
"@polkadot/wasm-util": "npm:7.5.3-0-x"
537+
"@polkadot/wasm-bridge": "npm:7.5.3"
538+
"@polkadot/wasm-crypto-asmjs": "npm:7.5.3"
539+
"@polkadot/wasm-crypto-init": "npm:7.5.3"
540+
"@polkadot/wasm-crypto-wasm": "npm:7.5.3"
541+
"@polkadot/wasm-util": "npm:7.5.3"
542542
"@polkadot/x-randomvalues": "npm:^13.5.8"
543543
tslib: "npm:^2.7.0"
544544
peerDependencies:
@@ -547,7 +547,7 @@ __metadata:
547547
languageName: unknown
548548
linkType: soft
549549

550-
"@polkadot/wasm-util@npm:7.5.3-0-x, @polkadot/wasm-util@workspace:packages/wasm-util":
550+
"@polkadot/wasm-util@npm:7.5.3, @polkadot/wasm-util@workspace:packages/wasm-util":
551551
version: 0.0.0-use.local
552552
resolution: "@polkadot/wasm-util@workspace:packages/wasm-util"
553553
dependencies:

0 commit comments

Comments
 (0)