Skip to content

Commit 94cbbf5

Browse files
[CI Skip] release/stable 10.5.1
skip-checks: true
1 parent c1b1ad7 commit 94cbbf5

File tree

33 files changed

+181
-181
lines changed

33 files changed

+181
-181
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3448 Jaco Bump util (#5622)
1+
3449 Jaco 10.5.1 (#5623)
22
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
33
37 Keith Ingram Update contract types and rpc (#4541)
44
35 Stefanie Doll Updated child storage parameters (#1709)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "10.5.0",
17+
"version": "10.5.1",
1818
"versions": {
19-
"git": "10.4.2-7-x",
20-
"npm": "10.4.1"
19+
"git": "10.5.1",
20+
"npm": "10.5.1"
2121
},
2222
"workspaces": [
2323
"packages/*"

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.5.0",
21+
"version": "10.5.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "10.5.0",
25-
"@polkadot/rpc-augment": "10.5.0",
26-
"@polkadot/types": "10.5.0",
27-
"@polkadot/types-augment": "10.5.0",
28-
"@polkadot/types-codec": "10.5.0",
24+
"@polkadot/api-base": "10.5.1",
25+
"@polkadot/rpc-augment": "10.5.1",
26+
"@polkadot/types": "10.5.1",
27+
"@polkadot/types-augment": "10.5.1",
28+
"@polkadot/types-codec": "10.5.1",
2929
"@polkadot/util": "^12.1.1",
3030
"tslib": "^2.5.0"
3131
}

packages/api-augment/src/packageInfo.ts

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

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.4.2-7-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.5.1' };

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.5.0",
21+
"version": "10.5.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.5.0",
25-
"@polkadot/types": "10.5.0",
24+
"@polkadot/rpc-core": "10.5.1",
25+
"@polkadot/types": "10.5.1",
2626
"@polkadot/util": "^12.1.1",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.5.0"

packages/api-base/src/packageInfo.ts

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

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.4.2-7-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.5.1' };

packages/api-contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.5.0",
21+
"version": "10.5.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.5.0",
25-
"@polkadot/types": "10.5.0",
26-
"@polkadot/types-codec": "10.5.0",
27-
"@polkadot/types-create": "10.5.0",
24+
"@polkadot/api": "10.5.1",
25+
"@polkadot/types": "10.5.1",
26+
"@polkadot/types-codec": "10.5.1",
27+
"@polkadot/types-create": "10.5.1",
2828
"@polkadot/util": "^12.1.1",
2929
"@polkadot/util-crypto": "^12.1.1",
3030
"rxjs": "^7.8.1",
3131
"tslib": "^2.5.0"
3232
},
3333
"devDependencies": {
34-
"@polkadot/api-augment": "10.5.0",
34+
"@polkadot/api-augment": "10.5.1",
3535
"@polkadot/keyring": "^12.1.1"
3636
}
3737
}

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
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.4.2-7-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.5.1' };

packages/api-derive/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.5.0",
21+
"version": "10.5.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.5.0",
25-
"@polkadot/api-augment": "10.5.0",
26-
"@polkadot/api-base": "10.5.0",
27-
"@polkadot/rpc-core": "10.5.0",
28-
"@polkadot/types": "10.5.0",
29-
"@polkadot/types-codec": "10.5.0",
24+
"@polkadot/api": "10.5.1",
25+
"@polkadot/api-augment": "10.5.1",
26+
"@polkadot/api-base": "10.5.1",
27+
"@polkadot/rpc-core": "10.5.1",
28+
"@polkadot/types": "10.5.1",
29+
"@polkadot/types-codec": "10.5.1",
3030
"@polkadot/util": "^12.1.1",
3131
"@polkadot/util-crypto": "^12.1.1",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.5.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "10.5.0",
37-
"@polkadot/api-augment": "10.5.0",
38-
"@polkadot/rpc-augment": "10.5.0",
39-
"@polkadot/rpc-provider": "10.5.0",
40-
"@polkadot/types-support": "10.5.0"
36+
"@polkadot/api": "10.5.1",
37+
"@polkadot/api-augment": "10.5.1",
38+
"@polkadot/rpc-augment": "10.5.1",
39+
"@polkadot/rpc-provider": "10.5.1",
40+
"@polkadot/types-support": "10.5.1"
4141
}
4242
}

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
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.4.2-7-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.5.1' };

0 commit comments

Comments
 (0)