Skip to content

Commit 44590fd

Browse files
[CI Skip] release/stable 9.4.1
skip-checks: true
1 parent fdd4d3a commit 44590fd

File tree

33 files changed

+183
-183
lines changed

33 files changed

+183
-183
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3228 Jaco Bump metadata (#5224)
1+
3229 Jaco 9.4.1 (#5225)
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.4.0",
14+
"version": "9.4.1",
1515
"versions": {
16-
"git": "9.3.4-8-x",
17-
"npm": "9.3.3"
16+
"git": "9.4.1",
17+
"npm": "9.4.1"
1818
},
1919
"workspaces": [
2020
"packages/*"

packages/api-augment/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.4.0",
23+
"version": "9.4.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.19.0",
27-
"@polkadot/api-base": "9.4.0",
28-
"@polkadot/rpc-augment": "9.4.0",
29-
"@polkadot/types": "9.4.0",
30-
"@polkadot/types-augment": "9.4.0",
31-
"@polkadot/types-codec": "9.4.0",
27+
"@polkadot/api-base": "9.4.1",
28+
"@polkadot/rpc-augment": "9.4.1",
29+
"@polkadot/types": "9.4.1",
30+
"@polkadot/types-augment": "9.4.1",
31+
"@polkadot/types-codec": "9.4.1",
3232
"@polkadot/util": "^10.1.8"
3333
},
3434
"devDependencies": {
35-
"@polkadot/types-support": "9.4.0"
35+
"@polkadot/types-support": "9.4.1"
3636
}
3737
}

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.3.4-8-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.4.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.4.0",
23+
"version": "9.4.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.19.0",
27-
"@polkadot/rpc-core": "9.4.0",
28-
"@polkadot/types": "9.4.0",
27+
"@polkadot/rpc-core": "9.4.1",
28+
"@polkadot/types": "9.4.1",
2929
"@polkadot/util": "^10.1.8",
3030
"rxjs": "^7.5.6"
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.3.4-8-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.4.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.4.0",
23+
"version": "9.4.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.19.0",
27-
"@polkadot/api": "9.4.0",
28-
"@polkadot/types": "9.4.0",
29-
"@polkadot/types-codec": "9.4.0",
30-
"@polkadot/types-create": "9.4.0",
27+
"@polkadot/api": "9.4.1",
28+
"@polkadot/types": "9.4.1",
29+
"@polkadot/types-codec": "9.4.1",
30+
"@polkadot/types-create": "9.4.1",
3131
"@polkadot/util": "^10.1.8",
3232
"@polkadot/util-crypto": "^10.1.8",
3333
"rxjs": "^7.5.6"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "9.4.0",
36+
"@polkadot/api-augment": "9.4.1",
3737
"@polkadot/keyring": "^10.1.8"
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.3.4-8-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '9.4.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.4.0",
23+
"version": "9.4.1",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.19.0",
27-
"@polkadot/api": "9.4.0",
28-
"@polkadot/api-augment": "9.4.0",
29-
"@polkadot/api-base": "9.4.0",
30-
"@polkadot/rpc-core": "9.4.0",
31-
"@polkadot/types": "9.4.0",
32-
"@polkadot/types-codec": "9.4.0",
27+
"@polkadot/api": "9.4.1",
28+
"@polkadot/api-augment": "9.4.1",
29+
"@polkadot/api-base": "9.4.1",
30+
"@polkadot/rpc-core": "9.4.1",
31+
"@polkadot/types": "9.4.1",
32+
"@polkadot/types-codec": "9.4.1",
3333
"@polkadot/util": "^10.1.8",
3434
"@polkadot/util-crypto": "^10.1.8",
3535
"rxjs": "^7.5.6"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "9.4.0",
39-
"@polkadot/api-augment": "9.4.0",
40-
"@polkadot/rpc-augment": "9.4.0",
41-
"@polkadot/rpc-provider": "9.4.0",
42-
"@polkadot/types-support": "9.4.0"
38+
"@polkadot/api": "9.4.1",
39+
"@polkadot/api-augment": "9.4.1",
40+
"@polkadot/rpc-augment": "9.4.1",
41+
"@polkadot/rpc-provider": "9.4.1",
42+
"@polkadot/types-support": "9.4.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.3.4-8-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.4.1' };

0 commit comments

Comments
 (0)