Skip to content

Commit 3a06775

Browse files
authored
7.0.2 (#4375)
1 parent 936b5d9 commit 3a06775

File tree

19 files changed

+146
-144
lines changed

19 files changed

+146
-144
lines changed

.123trigger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
6.7.2
4646
6.9.2
4747
6.10.2
48-
6.10.3
48+
6.10.3

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

3-
## master
3+
## 7.0.2 Dec 21, 2021
4+
5+
Upgrade priority: Low. Recommended for applications where collective derives with aliasses are being used.
46

57
Changes:
68

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "commonjs",
14-
"version": "7.0.2-3",
14+
"version": "7.0.2",
1515
"workspaces": [
1616
"packages/*"
1717
],

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-3",
23+
"version": "7.0.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api-base": "7.0.2-3",
28-
"@polkadot/rpc-augment": "7.0.2-3",
29-
"@polkadot/types": "7.0.2-3",
30-
"@polkadot/types-augment": "7.0.2-3",
31-
"@polkadot/types-codec": "7.0.2-3",
27+
"@polkadot/api-base": "7.0.2",
28+
"@polkadot/rpc-augment": "7.0.2",
29+
"@polkadot/types": "7.0.2",
30+
"@polkadot/types-augment": "7.0.2",
31+
"@polkadot/types-codec": "7.0.2",
3232
"@polkadot/util": "^8.2.2"
3333
}
3434
}

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-3",
23+
"version": "7.0.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/rpc-core": "7.0.2-3",
28-
"@polkadot/types": "7.0.2-3",
27+
"@polkadot/rpc-core": "7.0.2",
28+
"@polkadot/types": "7.0.2",
2929
"@polkadot/util": "^8.2.2",
3030
"rxjs": "^7.4.0"
3131
}

packages/api-contract/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-3",
23+
"version": "7.0.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api": "7.0.2-3",
28-
"@polkadot/types": "7.0.2-3",
29-
"@polkadot/types-create": "7.0.2-3",
27+
"@polkadot/api": "7.0.2",
28+
"@polkadot/types": "7.0.2",
29+
"@polkadot/types-create": "7.0.2",
3030
"@polkadot/util": "^8.2.2",
3131
"@polkadot/util-crypto": "^8.2.2",
3232
"rxjs": "^7.4.0"

packages/api-derive/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-3",
23+
"version": "7.0.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api": "7.0.2-3",
28-
"@polkadot/api-base": "7.0.2-3",
29-
"@polkadot/rpc-core": "7.0.2-3",
30-
"@polkadot/types": "7.0.2-3",
31-
"@polkadot/types-codec": "7.0.2-3",
27+
"@polkadot/api": "7.0.2",
28+
"@polkadot/api-base": "7.0.2",
29+
"@polkadot/rpc-core": "7.0.2",
30+
"@polkadot/types": "7.0.2",
31+
"@polkadot/types-codec": "7.0.2",
3232
"@polkadot/util": "^8.2.2",
3333
"@polkadot/util-crypto": "^8.2.2",
3434
"rxjs": "^7.4.0"
3535
},
3636
"devDependencies": {
37-
"@polkadot/api": "7.0.2-3",
38-
"@polkadot/api-augment": "7.0.2-3",
39-
"@polkadot/rpc-augment": "7.0.2-3"
37+
"@polkadot/api": "7.0.2",
38+
"@polkadot/api-augment": "7.0.2",
39+
"@polkadot/rpc-augment": "7.0.2"
4040
}
4141
}

packages/api/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-3",
23+
"version": "7.0.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api-augment": "7.0.2-3",
28-
"@polkadot/api-base": "7.0.2-3",
29-
"@polkadot/api-derive": "7.0.2-3",
27+
"@polkadot/api-augment": "7.0.2",
28+
"@polkadot/api-base": "7.0.2",
29+
"@polkadot/api-derive": "7.0.2",
3030
"@polkadot/keyring": "^8.2.2",
31-
"@polkadot/rpc-augment": "7.0.2-3",
32-
"@polkadot/rpc-core": "7.0.2-3",
33-
"@polkadot/rpc-provider": "7.0.2-3",
34-
"@polkadot/types": "7.0.2-3",
35-
"@polkadot/types-augment": "7.0.2-3",
36-
"@polkadot/types-codec": "7.0.2-3",
37-
"@polkadot/types-create": "7.0.2-3",
38-
"@polkadot/types-known": "7.0.2-3",
31+
"@polkadot/rpc-augment": "7.0.2",
32+
"@polkadot/rpc-core": "7.0.2",
33+
"@polkadot/rpc-provider": "7.0.2",
34+
"@polkadot/types": "7.0.2",
35+
"@polkadot/types-augment": "7.0.2",
36+
"@polkadot/types-codec": "7.0.2",
37+
"@polkadot/types-create": "7.0.2",
38+
"@polkadot/types-known": "7.0.2",
3939
"@polkadot/util": "^8.2.2",
4040
"@polkadot/util-crypto": "^8.2.2",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.4.0"
4343
},
4444
"devDependencies": {
45-
"@polkadot/api-augment": "7.0.2-3"
45+
"@polkadot/api-augment": "7.0.2"
4646
}
4747
}

packages/rpc-augment/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-3",
23+
"version": "7.0.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/rpc-core": "7.0.2-3",
28-
"@polkadot/types": "7.0.2-3",
29-
"@polkadot/types-codec": "7.0.2-3",
27+
"@polkadot/rpc-core": "7.0.2",
28+
"@polkadot/types": "7.0.2",
29+
"@polkadot/types-codec": "7.0.2",
3030
"@polkadot/util": "^8.2.2"
3131
}
3232
}

packages/rpc-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.0.2-3",
23+
"version": "7.0.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/rpc-augment": "7.0.2-3",
28-
"@polkadot/rpc-provider": "7.0.2-3",
29-
"@polkadot/types": "7.0.2-3",
27+
"@polkadot/rpc-augment": "7.0.2",
28+
"@polkadot/rpc-provider": "7.0.2",
29+
"@polkadot/types": "7.0.2",
3030
"@polkadot/util": "^8.2.2",
3131
"rxjs": "^7.4.0"
3232
},
3333
"devDependencies": {
3434
"@polkadot/keyring": "^8.2.2",
35-
"@polkadot/rpc-augment": "7.0.2-3"
35+
"@polkadot/rpc-augment": "7.0.2"
3636
}
3737
}

0 commit comments

Comments
 (0)