Skip to content

Commit 7804794

Browse files
authored
3.2 (#2987)
1 parent c7a68a4 commit 7804794

File tree

13 files changed

+170
-170
lines changed

13 files changed

+170
-170
lines changed

CHANGELOG.md

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

3-
## 3.2.1
3+
## 3.2.1 Dec 27, 2020
44

55
Upgrade priority: Low. Recommended for users of parachains.
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"@types/jest": "^26.0.19",
3535
"copyfiles": "^2.4.1"
3636
},
37-
"version": "3.1.2-11"
37+
"version": "3.2.0"
3838
}

packages/api-contract/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-contract",
3-
"version": "3.1.2-11",
3+
"version": "3.2.0",
44
"description": "Interfaces for interacting with contracts and contract ABIs",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,10 +14,10 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/api": "3.1.2-11",
18-
"@polkadot/types": "3.1.2-11",
19-
"@polkadot/util": "^5.2.1",
20-
"@polkadot/x-rxjs": "3.1.2-11",
17+
"@polkadot/api": "3.2.0",
18+
"@polkadot/types": "3.2.0",
19+
"@polkadot/util": "^5.2.2",
20+
"@polkadot/x-rxjs": "3.2.0",
2121
"bn.js": "^4.11.9"
2222
}
2323
}

packages/api-derive/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-derive",
3-
"version": "3.1.2-11",
3+
"version": "3.2.0",
44
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,16 +14,16 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/api": "3.1.2-11",
18-
"@polkadot/rpc-core": "3.1.2-11",
19-
"@polkadot/types": "3.1.2-11",
20-
"@polkadot/util": "^5.2.1",
21-
"@polkadot/util-crypto": "^5.2.1",
22-
"@polkadot/x-rxjs": "3.1.2-11",
17+
"@polkadot/api": "3.2.0",
18+
"@polkadot/rpc-core": "3.2.0",
19+
"@polkadot/types": "3.2.0",
20+
"@polkadot/util": "^5.2.2",
21+
"@polkadot/util-crypto": "^5.2.2",
22+
"@polkadot/x-rxjs": "3.2.0",
2323
"bn.js": "^4.11.9"
2424
},
2525
"devDependencies": {
26-
"@polkadot/keyring": "^5.2.1",
27-
"@polkadot/rpc-provider": "3.1.2-11"
26+
"@polkadot/keyring": "^5.2.2",
27+
"@polkadot/rpc-provider": "3.2.0"
2828
}
2929
}

packages/api/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api",
3-
"version": "3.1.2-11",
3+
"version": "3.2.0",
44
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -17,16 +17,16 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.12.5",
20-
"@polkadot/api-derive": "3.1.2-11",
21-
"@polkadot/keyring": "^5.2.1",
22-
"@polkadot/metadata": "3.1.2-11",
23-
"@polkadot/rpc-core": "3.1.2-11",
24-
"@polkadot/rpc-provider": "3.1.2-11",
25-
"@polkadot/types": "3.1.2-11",
26-
"@polkadot/types-known": "3.1.2-11",
27-
"@polkadot/util": "^5.2.1",
28-
"@polkadot/util-crypto": "^5.2.1",
29-
"@polkadot/x-rxjs": "3.1.2-11",
20+
"@polkadot/api-derive": "3.2.0",
21+
"@polkadot/keyring": "^5.2.2",
22+
"@polkadot/metadata": "3.2.0",
23+
"@polkadot/rpc-core": "3.2.0",
24+
"@polkadot/rpc-provider": "3.2.0",
25+
"@polkadot/types": "3.2.0",
26+
"@polkadot/types-known": "3.2.0",
27+
"@polkadot/util": "^5.2.2",
28+
"@polkadot/util-crypto": "^5.2.2",
29+
"@polkadot/x-rxjs": "3.2.0",
3030
"bn.js": "^4.11.9",
3131
"eventemitter3": "^4.0.7"
3232
}

packages/metadata/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/metadata",
3-
"version": "3.1.2-11",
3+
"version": "3.2.0",
44
"description": "Helpers to extract information from runtime metadata",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -17,13 +17,13 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.12.5",
20-
"@polkadot/types": "3.1.2-11",
21-
"@polkadot/types-known": "3.1.2-11",
22-
"@polkadot/util": "^5.2.1",
23-
"@polkadot/util-crypto": "^5.2.1",
20+
"@polkadot/types": "3.2.0",
21+
"@polkadot/types-known": "3.2.0",
22+
"@polkadot/util": "^5.2.2",
23+
"@polkadot/util-crypto": "^5.2.2",
2424
"bn.js": "^4.11.9"
2525
},
2626
"devDependencies": {
27-
"@polkadot/keyring": "^5.2.1"
27+
"@polkadot/keyring": "^5.2.2"
2828
}
2929
}

packages/rpc-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-core",
3-
"version": "3.1.2-11",
3+
"version": "3.2.0",
44
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,13 +14,13 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/metadata": "3.1.2-11",
18-
"@polkadot/rpc-provider": "3.1.2-11",
19-
"@polkadot/types": "3.1.2-11",
20-
"@polkadot/util": "^5.2.1",
21-
"@polkadot/x-rxjs": "3.1.2-11"
17+
"@polkadot/metadata": "3.2.0",
18+
"@polkadot/rpc-provider": "3.2.0",
19+
"@polkadot/types": "3.2.0",
20+
"@polkadot/util": "^5.2.2",
21+
"@polkadot/x-rxjs": "3.2.0"
2222
},
2323
"devDependencies": {
24-
"@polkadot/keyring": "^5.2.1"
24+
"@polkadot/keyring": "^5.2.2"
2525
}
2626
}

packages/rpc-provider/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-provider",
3-
"version": "3.1.2-11",
3+
"version": "3.2.0",
44
"description": "Transport providers for the API",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,17 +14,17 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/types": "3.1.2-11",
18-
"@polkadot/util": "^5.2.1",
19-
"@polkadot/util-crypto": "^5.2.1",
20-
"@polkadot/x-fetch": "^5.2.1",
21-
"@polkadot/x-ws": "^5.2.1",
17+
"@polkadot/types": "3.2.0",
18+
"@polkadot/util": "^5.2.2",
19+
"@polkadot/util-crypto": "^5.2.2",
20+
"@polkadot/x-fetch": "^5.2.2",
21+
"@polkadot/x-ws": "^5.2.2",
2222
"bn.js": "^4.11.9",
2323
"eventemitter3": "^4.0.7"
2424
},
2525
"devDependencies": {
26-
"@polkadot/keyring": "^5.2.1",
27-
"@polkadot/metadata": "3.1.2-11",
26+
"@polkadot/keyring": "^5.2.2",
27+
"@polkadot/metadata": "3.2.0",
2828
"mock-socket": "^9.0.3",
2929
"nock": "^13.0.5"
3030
}

packages/typegen/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/typegen",
3-
"version": "3.1.2-11",
3+
"version": "3.2.0",
44
"description": "Type generation scripts",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -23,11 +23,11 @@
2323
"@babel/core": "^7.12.10",
2424
"@babel/register": "^7.12.10",
2525
"@babel/runtime": "^7.12.5",
26-
"@polkadot/api": "3.1.2-11",
27-
"@polkadot/metadata": "3.1.2-11",
28-
"@polkadot/rpc-provider": "3.1.2-11",
29-
"@polkadot/types": "3.1.2-11",
30-
"@polkadot/util": "^5.2.1",
26+
"@polkadot/api": "3.2.0",
27+
"@polkadot/metadata": "3.2.0",
28+
"@polkadot/rpc-provider": "3.2.0",
29+
"@polkadot/types": "3.2.0",
30+
"@polkadot/util": "^5.2.2",
3131
"handlebars": "^4.7.6",
3232
"websocket": "^1.0.33",
3333
"yargs": "^16.2.0"

packages/types-known/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/types-known",
3-
"version": "3.1.2-11",
3+
"version": "3.2.0",
44
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
55
"main": "index.js",
66
"module": "index.mjs",
@@ -14,8 +14,8 @@
1414
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
1515
"dependencies": {
1616
"@babel/runtime": "^7.12.5",
17-
"@polkadot/types": "3.1.2-11",
18-
"@polkadot/util": "^5.2.1",
17+
"@polkadot/types": "3.2.0",
18+
"@polkadot/util": "^5.2.2",
1919
"bn.js": "^4.11.9"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)