Skip to content

Commit 3f368e7

Browse files
authored
4.4 (#3371)
* 4.4 * CHANGELOG
1 parent 22b4257 commit 3f368e7

File tree

12 files changed

+78
-67
lines changed

12 files changed

+78
-67
lines changed

CHANGELOG.md

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

3+
## 4.4.1 Apr 5, 2021
4+
5+
Upgrade priority: Low. Recommended with usage with the Rococo testnet.
6+
7+
Changes:
8+
9+
- Add `ServiceQuality` type for Cumulus
10+
- Adjust XCM MultiLocation type (X5 to X8 junctions)
11+
- Add Polkadot 29 upgrade block
12+
13+
314
## 4.3.1 Mar 29, 2021
415

516
Upgrade priority: Low.

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.22",
3535
"copyfiles": "^2.4.1"
3636
},
37-
"version": "4.3.2-2"
37+
"version": "4.4.0"
3838
}

packages/api-contract/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-contract",
3-
"version": "4.3.2-2",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "Interfaces for interacting with contracts and contract ABIs",
66
"main": "index.js",
@@ -17,8 +17,8 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
20-
"@polkadot/api": "4.3.2-2",
21-
"@polkadot/types": "4.3.2-2",
20+
"@polkadot/api": "4.4.0",
21+
"@polkadot/types": "4.4.0",
2222
"@polkadot/util": "^6.0.5",
2323
"@polkadot/x-rxjs": "^6.0.5",
2424
"bn.js": "^4.11.9"

packages/api-derive/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-derive",
3-
"version": "4.3.2-2",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
66
"main": "index.js",
@@ -17,16 +17,16 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
20-
"@polkadot/api": "4.3.2-2",
21-
"@polkadot/rpc-core": "4.3.2-2",
22-
"@polkadot/types": "4.3.2-2",
20+
"@polkadot/api": "4.4.0",
21+
"@polkadot/rpc-core": "4.4.0",
22+
"@polkadot/types": "4.4.0",
2323
"@polkadot/util": "^6.0.5",
2424
"@polkadot/util-crypto": "^6.0.5",
2525
"@polkadot/x-rxjs": "^6.0.5",
2626
"bn.js": "^4.11.9"
2727
},
2828
"devDependencies": {
2929
"@polkadot/keyring": "^6.0.5",
30-
"@polkadot/rpc-provider": "4.3.2-2"
30+
"@polkadot/rpc-provider": "4.4.0"
3131
}
3232
}

packages/api/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api",
3-
"version": "4.3.2-2",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
66
"main": "index.js",
@@ -17,13 +17,13 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
20-
"@polkadot/api-derive": "4.3.2-2",
20+
"@polkadot/api-derive": "4.4.0",
2121
"@polkadot/keyring": "^6.0.5",
22-
"@polkadot/metadata": "4.3.2-2",
23-
"@polkadot/rpc-core": "4.3.2-2",
24-
"@polkadot/rpc-provider": "4.3.2-2",
25-
"@polkadot/types": "4.3.2-2",
26-
"@polkadot/types-known": "4.3.2-2",
22+
"@polkadot/metadata": "4.4.0",
23+
"@polkadot/rpc-core": "4.4.0",
24+
"@polkadot/rpc-provider": "4.4.0",
25+
"@polkadot/types": "4.4.0",
26+
"@polkadot/types-known": "4.4.0",
2727
"@polkadot/util": "^6.0.5",
2828
"@polkadot/util-crypto": "^6.0.5",
2929
"@polkadot/x-rxjs": "^6.0.5",

packages/metadata/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/metadata",
3-
"version": "4.3.2-2",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "Helpers to extract information from runtime metadata",
66
"main": "index.js",
@@ -17,8 +17,8 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
20-
"@polkadot/types": "4.3.2-2",
21-
"@polkadot/types-known": "4.3.2-2",
20+
"@polkadot/types": "4.4.0",
21+
"@polkadot/types-known": "4.4.0",
2222
"@polkadot/util": "^6.0.5",
2323
"@polkadot/util-crypto": "^6.0.5",
2424
"bn.js": "^4.11.9"

packages/rpc-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-core",
3-
"version": "4.3.2-2",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
66
"main": "index.js",
@@ -17,9 +17,9 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
20-
"@polkadot/metadata": "4.3.2-2",
21-
"@polkadot/rpc-provider": "4.3.2-2",
22-
"@polkadot/types": "4.3.2-2",
20+
"@polkadot/metadata": "4.4.0",
21+
"@polkadot/rpc-provider": "4.4.0",
22+
"@polkadot/types": "4.4.0",
2323
"@polkadot/util": "^6.0.5",
2424
"@polkadot/x-rxjs": "^6.0.5"
2525
},

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-provider",
3-
"version": "4.3.2-2",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "Transport providers for the API",
66
"main": "index.js",
@@ -17,7 +17,7 @@
1717
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
20-
"@polkadot/types": "4.3.2-2",
20+
"@polkadot/types": "4.4.0",
2121
"@polkadot/util": "^6.0.5",
2222
"@polkadot/util-crypto": "^6.0.5",
2323
"@polkadot/x-fetch": "^6.0.5",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@polkadot/keyring": "^6.0.5",
31-
"@polkadot/metadata": "4.3.2-2",
31+
"@polkadot/metadata": "4.4.0",
3232
"mock-socket": "^9.0.3",
3333
"nock": "^13.0.11"
3434
}

packages/typegen/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/typegen",
3-
"version": "4.3.2-2",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "Type generation scripts",
66
"main": "index.js",
@@ -26,10 +26,10 @@
2626
"@babel/core": "^7.13.13",
2727
"@babel/register": "^7.13.8",
2828
"@babel/runtime": "^7.13.10",
29-
"@polkadot/api": "4.3.2-2",
30-
"@polkadot/metadata": "4.3.2-2",
31-
"@polkadot/rpc-provider": "4.3.2-2",
32-
"@polkadot/types": "4.3.2-2",
29+
"@polkadot/api": "4.4.0",
30+
"@polkadot/metadata": "4.4.0",
31+
"@polkadot/rpc-provider": "4.4.0",
32+
"@polkadot/types": "4.4.0",
3333
"@polkadot/util": "^6.0.5",
3434
"handlebars": "^4.7.7",
3535
"websocket": "^1.0.33",

packages/types-known/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/types-known",
3-
"version": "4.3.2-2",
3+
"version": "4.4.0",
44
"type": "module",
55
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
66
"main": "index.js",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@babel/runtime": "^7.13.10",
2020
"@polkadot/networks": "^6.0.5",
21-
"@polkadot/types": "4.3.2-2",
21+
"@polkadot/types": "4.4.0",
2222
"@polkadot/util": "^6.0.5",
2323
"bn.js": "^4.11.9"
2424
},

0 commit comments

Comments
 (0)