Skip to content

Commit 94d2fd0

Browse files
[CI Skip] release/stable 9.12.1
skip-checks: true
1 parent e745d80 commit 94d2fd0

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-
3334 Jaco Ensure `api.queryMulti` returns empty result when no keys are provided (#5436)
1+
3336 Jaco 9.12.1 (#5438)
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
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "9.12.0",
14+
"version": "9.12.1",
1515
"versions": {
16-
"git": "9.11.4-12-x",
17-
"npm": "9.11.3"
16+
"git": "9.12.1",
17+
"npm": "9.12.1"
1818
},
1919
"workspaces": [
2020
"packages/*"

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.12.0",
23+
"version": "9.12.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/api-base": "9.12.0",
28-
"@polkadot/rpc-augment": "9.12.0",
29-
"@polkadot/types": "9.12.0",
30-
"@polkadot/types-augment": "9.12.0",
31-
"@polkadot/types-codec": "9.12.0",
27+
"@polkadot/api-base": "9.12.1",
28+
"@polkadot/rpc-augment": "9.12.1",
29+
"@polkadot/types": "9.12.1",
30+
"@polkadot/types-augment": "9.12.1",
31+
"@polkadot/types-codec": "9.12.1",
3232
"@polkadot/util": "^10.2.6"
3333
}
3434
}

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: '9.11.4-12-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.12.1' };

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.12.0",
23+
"version": "9.12.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/rpc-core": "9.12.0",
28-
"@polkadot/types": "9.12.0",
27+
"@polkadot/rpc-core": "9.12.1",
28+
"@polkadot/types": "9.12.1",
2929
"@polkadot/util": "^10.2.6",
3030
"rxjs": "^7.8.0"
3131
}

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: '9.11.4-12-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.12.1' };

packages/api-contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.12.0",
23+
"version": "9.12.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/api": "9.12.0",
28-
"@polkadot/types": "9.12.0",
29-
"@polkadot/types-codec": "9.12.0",
30-
"@polkadot/types-create": "9.12.0",
27+
"@polkadot/api": "9.12.1",
28+
"@polkadot/types": "9.12.1",
29+
"@polkadot/types-codec": "9.12.1",
30+
"@polkadot/types-create": "9.12.1",
3131
"@polkadot/util": "^10.2.6",
3232
"@polkadot/util-crypto": "^10.2.6",
3333
"rxjs": "^7.8.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "9.12.0",
36+
"@polkadot/api-augment": "9.12.1",
3737
"@polkadot/keyring": "^10.2.6"
3838
}
3939
}

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: '9.11.4-12-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '9.12.1' };

packages/api-derive/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.12.0",
23+
"version": "9.12.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/api": "9.12.0",
28-
"@polkadot/api-augment": "9.12.0",
29-
"@polkadot/api-base": "9.12.0",
30-
"@polkadot/rpc-core": "9.12.0",
31-
"@polkadot/types": "9.12.0",
32-
"@polkadot/types-codec": "9.12.0",
27+
"@polkadot/api": "9.12.1",
28+
"@polkadot/api-augment": "9.12.1",
29+
"@polkadot/api-base": "9.12.1",
30+
"@polkadot/rpc-core": "9.12.1",
31+
"@polkadot/types": "9.12.1",
32+
"@polkadot/types-codec": "9.12.1",
3333
"@polkadot/util": "^10.2.6",
3434
"@polkadot/util-crypto": "^10.2.6",
3535
"rxjs": "^7.8.0"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "9.12.0",
39-
"@polkadot/api-augment": "9.12.0",
40-
"@polkadot/rpc-augment": "9.12.0",
41-
"@polkadot/rpc-provider": "9.12.0",
42-
"@polkadot/types-support": "9.12.0"
38+
"@polkadot/api": "9.12.1",
39+
"@polkadot/api-augment": "9.12.1",
40+
"@polkadot/rpc-augment": "9.12.1",
41+
"@polkadot/rpc-provider": "9.12.1",
42+
"@polkadot/types-support": "9.12.1"
4343
}
4444
}

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: '9.11.4-12-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.12.1' };

0 commit comments

Comments
 (0)