Skip to content

Commit c1c71a9

Browse files
authored
7.2.1 (#4409)
1 parent a21f321 commit c1c71a9

File tree

18 files changed

+166
-163
lines changed

18 files changed

+166
-163
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# CHANGELOG
22

3-
## master
3+
## 7.2.1 Jan 3, 2022
4+
5+
Upgrade priority: Low. Recommended for users generating TS chain-specific augmentations.
46

57
Changes:
68

79
- Convert contract `ReturnFlags` to set (as opposed to bare `u32`)
10+
- Adjust chain-specific augmentation to not auto-add RPC imports
811
- Ensure package path is availble under ESM & CJS
912

1013

11-
## 7.1.1 Dev 26, 2021
14+
## 7.1.1 Dec 26, 2021
1215

1316
Upgrade priority: Low. Recommended for users of contracts form Substrate master & Polkador/Kusama TS app developers where specific chain augmentation would be helpful.
1417

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.1.2-8",
14+
"version": "7.2.0",
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.1.2-8",
23+
"version": "7.2.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api-base": "7.1.2-8",
28-
"@polkadot/rpc-augment": "7.1.2-8",
29-
"@polkadot/types": "7.1.2-8",
30-
"@polkadot/types-augment": "7.1.2-8",
31-
"@polkadot/types-codec": "7.1.2-8",
27+
"@polkadot/api-base": "7.2.0",
28+
"@polkadot/rpc-augment": "7.2.0",
29+
"@polkadot/types": "7.2.0",
30+
"@polkadot/types-augment": "7.2.0",
31+
"@polkadot/types-codec": "7.2.0",
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.1.2-8",
23+
"version": "7.2.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/rpc-core": "7.1.2-8",
28-
"@polkadot/types": "7.1.2-8",
27+
"@polkadot/rpc-core": "7.2.0",
28+
"@polkadot/types": "7.2.0",
2929
"@polkadot/util": "^8.2.2",
3030
"rxjs": "^7.5.1"
3131
}

packages/api-contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.1.2-8",
23+
"version": "7.2.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api": "7.1.2-8",
28-
"@polkadot/types": "7.1.2-8",
29-
"@polkadot/types-codec": "7.1.2-8",
30-
"@polkadot/types-create": "7.1.2-8",
27+
"@polkadot/api": "7.2.0",
28+
"@polkadot/types": "7.2.0",
29+
"@polkadot/types-codec": "7.2.0",
30+
"@polkadot/types-create": "7.2.0",
3131
"@polkadot/util": "^8.2.2",
3232
"@polkadot/util-crypto": "^8.2.2",
3333
"rxjs": "^7.5.1"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "7.1.2-8",
36+
"@polkadot/api-augment": "7.2.0",
3737
"@polkadot/keyring": "^8.2.2"
3838
}
3939
}

packages/api-derive/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.1.2-8",
23+
"version": "7.2.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api": "7.1.2-8",
28-
"@polkadot/api-augment": "7.1.2-8",
29-
"@polkadot/api-base": "7.1.2-8",
30-
"@polkadot/rpc-core": "7.1.2-8",
31-
"@polkadot/types": "7.1.2-8",
32-
"@polkadot/types-codec": "7.1.2-8",
27+
"@polkadot/api": "7.2.0",
28+
"@polkadot/api-augment": "7.2.0",
29+
"@polkadot/api-base": "7.2.0",
30+
"@polkadot/rpc-core": "7.2.0",
31+
"@polkadot/types": "7.2.0",
32+
"@polkadot/types-codec": "7.2.0",
3333
"@polkadot/util": "^8.2.2",
3434
"@polkadot/util-crypto": "^8.2.2",
3535
"rxjs": "^7.5.1"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "7.1.2-8",
39-
"@polkadot/api-augment": "7.1.2-8",
40-
"@polkadot/rpc-augment": "7.1.2-8",
41-
"@polkadot/rpc-provider": "7.1.2-8",
42-
"@polkadot/types-support": "7.1.2-8"
38+
"@polkadot/api": "7.2.0",
39+
"@polkadot/api-augment": "7.2.0",
40+
"@polkadot/rpc-augment": "7.2.0",
41+
"@polkadot/rpc-provider": "7.2.0",
42+
"@polkadot/types-support": "7.2.0"
4343
}
4444
}

packages/api/package.json

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

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.1.2-8",
23+
"version": "7.2.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/rpc-core": "7.1.2-8",
28-
"@polkadot/types": "7.1.2-8",
29-
"@polkadot/types-codec": "7.1.2-8",
27+
"@polkadot/rpc-core": "7.2.0",
28+
"@polkadot/types": "7.2.0",
29+
"@polkadot/types-codec": "7.2.0",
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.1.2-8",
23+
"version": "7.2.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/rpc-augment": "7.1.2-8",
28-
"@polkadot/rpc-provider": "7.1.2-8",
29-
"@polkadot/types": "7.1.2-8",
27+
"@polkadot/rpc-augment": "7.2.0",
28+
"@polkadot/rpc-provider": "7.2.0",
29+
"@polkadot/types": "7.2.0",
3030
"@polkadot/util": "^8.2.2",
3131
"rxjs": "^7.5.1"
3232
},
3333
"devDependencies": {
3434
"@polkadot/keyring": "^8.2.2",
35-
"@polkadot/rpc-augment": "7.1.2-8"
35+
"@polkadot/rpc-augment": "7.2.0"
3636
}
3737
}

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.1.2-8",
23+
"version": "7.2.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
2727
"@polkadot/keyring": "^8.2.2",
28-
"@polkadot/types": "7.1.2-8",
29-
"@polkadot/types-support": "7.1.2-8",
28+
"@polkadot/types": "7.2.0",
29+
"@polkadot/types-support": "7.2.0",
3030
"@polkadot/util": "^8.2.2",
3131
"@polkadot/util-crypto": "^8.2.2",
3232
"@polkadot/x-fetch": "^8.2.2",

0 commit comments

Comments
 (0)