Skip to content

Commit a1f07e3

Browse files
committed
[CI Skip] release/beta 4.2.2-4
skip-checks: true
1 parent 58deb2e commit a1f07e3

File tree

20 files changed

+76
-76
lines changed

20 files changed

+76
-76
lines changed

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.21",
3535
"copyfiles": "^2.4.1"
3636
},
37-
"version": "4.2.2-3"
37+
"version": "4.2.2-4"
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.2.2-3",
3+
"version": "4.2.2-4",
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.2.2-3",
21-
"@polkadot/types": "4.2.2-3",
20+
"@polkadot/api": "4.2.2-4",
21+
"@polkadot/types": "4.2.2-4",
2222
"@polkadot/util": "^6.0.5",
2323
"@polkadot/x-rxjs": "^6.0.5",
2424
"bn.js": "^4.11.9"

packages/api-contract/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-contract', version: '4.2.2-3' };
6+
export const packageInfo = { name: '@polkadot/api-contract', version: '4.2.2-4' };

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.2.2-3",
3+
"version": "4.2.2-4",
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.2.2-3",
21-
"@polkadot/rpc-core": "4.2.2-3",
22-
"@polkadot/types": "4.2.2-3",
20+
"@polkadot/api": "4.2.2-4",
21+
"@polkadot/rpc-core": "4.2.2-4",
22+
"@polkadot/types": "4.2.2-4",
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.2.2-3"
30+
"@polkadot/rpc-provider": "4.2.2-4"
3131
}
3232
}

packages/api-derive/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-derive', version: '4.2.2-3' };
6+
export const packageInfo = { name: '@polkadot/api-derive', version: '4.2.2-4' };

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.2.2-3",
3+
"version": "4.2.2-4",
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.2.2-3",
20+
"@polkadot/api-derive": "4.2.2-4",
2121
"@polkadot/keyring": "^6.0.5",
22-
"@polkadot/metadata": "4.2.2-3",
23-
"@polkadot/rpc-core": "4.2.2-3",
24-
"@polkadot/rpc-provider": "4.2.2-3",
25-
"@polkadot/types": "4.2.2-3",
26-
"@polkadot/types-known": "4.2.2-3",
22+
"@polkadot/metadata": "4.2.2-4",
23+
"@polkadot/rpc-core": "4.2.2-4",
24+
"@polkadot/rpc-provider": "4.2.2-4",
25+
"@polkadot/types": "4.2.2-4",
26+
"@polkadot/types-known": "4.2.2-4",
2727
"@polkadot/util": "^6.0.5",
2828
"@polkadot/util-crypto": "^6.0.5",
2929
"@polkadot/x-rxjs": "^6.0.5",

packages/api/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api', version: '4.2.2-3' };
6+
export const packageInfo = { name: '@polkadot/api', version: '4.2.2-4' };

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.2.2-3",
3+
"version": "4.2.2-4",
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.2.2-3",
21-
"@polkadot/types-known": "4.2.2-3",
20+
"@polkadot/types": "4.2.2-4",
21+
"@polkadot/types-known": "4.2.2-4",
2222
"@polkadot/util": "^6.0.5",
2323
"@polkadot/util-crypto": "^6.0.5",
2424
"bn.js": "^4.11.9"

packages/metadata/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/metadata', version: '4.2.2-3' };
6+
export const packageInfo = { name: '@polkadot/metadata', version: '4.2.2-4' };

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.2.2-3",
3+
"version": "4.2.2-4",
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.2.2-3",
21-
"@polkadot/rpc-provider": "4.2.2-3",
22-
"@polkadot/types": "4.2.2-3",
20+
"@polkadot/metadata": "4.2.2-4",
21+
"@polkadot/rpc-provider": "4.2.2-4",
22+
"@polkadot/types": "4.2.2-4",
2323
"@polkadot/util": "^6.0.5",
2424
"@polkadot/x-rxjs": "^6.0.5"
2525
},

0 commit comments

Comments
 (0)