Skip to content

Commit 09831fe

Browse files
committed
[CI Skip] release/stable 4.14.1
skip-checks: true
1 parent c7dda6f commit 09831fe

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.23",
3535
"copyfiles": "^2.4.1"
3636
},
37-
"version": "4.14.0"
37+
"version": "4.14.1"
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.14.0",
3+
"version": "4.14.1",
44
"type": "module",
55
"description": "Interfaces for interacting with contracts and contract ABIs",
66
"main": "index.js",
@@ -20,8 +20,8 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.14.5",
23-
"@polkadot/api": "4.14.0",
24-
"@polkadot/types": "4.14.0",
23+
"@polkadot/api": "4.14.1",
24+
"@polkadot/types": "4.14.1",
2525
"@polkadot/util": "^6.8.1",
2626
"@polkadot/x-rxjs": "^6.8.1"
2727
}

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.13.2-12' };
6+
export const packageInfo = { name: '@polkadot/api-contract', version: '4.14.1' };

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.14.0",
3+
"version": "4.14.1",
44
"type": "module",
55
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
66
"main": "index.js",
@@ -20,15 +20,15 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.14.5",
23-
"@polkadot/api": "4.14.0",
24-
"@polkadot/rpc-core": "4.14.0",
25-
"@polkadot/types": "4.14.0",
23+
"@polkadot/api": "4.14.1",
24+
"@polkadot/rpc-core": "4.14.1",
25+
"@polkadot/types": "4.14.1",
2626
"@polkadot/util": "^6.8.1",
2727
"@polkadot/util-crypto": "^6.8.1",
2828
"@polkadot/x-rxjs": "^6.8.1"
2929
},
3030
"devDependencies": {
3131
"@polkadot/keyring": "^6.8.1",
32-
"@polkadot/rpc-provider": "4.14.0"
32+
"@polkadot/rpc-provider": "4.14.1"
3333
}
3434
}

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.13.2-12' };
6+
export const packageInfo = { name: '@polkadot/api-derive', version: '4.14.1' };

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.14.0",
3+
"version": "4.14.1",
44
"type": "module",
55
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
66
"main": "index.js",
@@ -20,13 +20,13 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.14.5",
23-
"@polkadot/api-derive": "4.14.0",
23+
"@polkadot/api-derive": "4.14.1",
2424
"@polkadot/keyring": "^6.8.1",
25-
"@polkadot/metadata": "4.14.0",
26-
"@polkadot/rpc-core": "4.14.0",
27-
"@polkadot/rpc-provider": "4.14.0",
28-
"@polkadot/types": "4.14.0",
29-
"@polkadot/types-known": "4.14.0",
25+
"@polkadot/metadata": "4.14.1",
26+
"@polkadot/rpc-core": "4.14.1",
27+
"@polkadot/rpc-provider": "4.14.1",
28+
"@polkadot/types": "4.14.1",
29+
"@polkadot/types-known": "4.14.1",
3030
"@polkadot/util": "^6.8.1",
3131
"@polkadot/util-crypto": "^6.8.1",
3232
"@polkadot/x-rxjs": "^6.8.1",

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.13.2-12' };
6+
export const packageInfo = { name: '@polkadot/api', version: '4.14.1' };

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.14.0",
3+
"version": "4.14.1",
44
"type": "module",
55
"description": "Helpers to extract information from runtime metadata",
66
"main": "index.js",
@@ -20,8 +20,8 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.14.5",
23-
"@polkadot/types": "4.14.0",
24-
"@polkadot/types-known": "4.14.0",
23+
"@polkadot/types": "4.14.1",
24+
"@polkadot/types-known": "4.14.1",
2525
"@polkadot/util": "^6.8.1",
2626
"@polkadot/util-crypto": "^6.8.1"
2727
},

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.13.2-12' };
6+
export const packageInfo = { name: '@polkadot/metadata', version: '4.14.1' };

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.14.0",
3+
"version": "4.14.1",
44
"type": "module",
55
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
66
"main": "index.js",
@@ -20,9 +20,9 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.14.5",
23-
"@polkadot/metadata": "4.14.0",
24-
"@polkadot/rpc-provider": "4.14.0",
25-
"@polkadot/types": "4.14.0",
23+
"@polkadot/metadata": "4.14.1",
24+
"@polkadot/rpc-provider": "4.14.1",
25+
"@polkadot/types": "4.14.1",
2626
"@polkadot/util": "^6.8.1",
2727
"@polkadot/x-rxjs": "^6.8.1"
2828
},

0 commit comments

Comments
 (0)