Skip to content

Commit 3887f6f

Browse files
[CI Skip] release/stable 10.1.1
skip-checks: true
1 parent fcdb31d commit 3887f6f

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-
3394 Jaco Bump dev deps (& swap to using build:before) (#5533)
1+
3395 Jaco Bump metadata (#5534)
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": "10.1.0",
14+
"version": "10.1.1",
1515
"versions": {
16-
"git": "10.0.2-8-x",
17-
"npm": "10.0.1"
16+
"git": "10.1.1",
17+
"npm": "10.1.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,14 +20,14 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "10.1.0",
23+
"version": "10.1.1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/api-base": "10.1.0",
27-
"@polkadot/rpc-augment": "10.1.0",
28-
"@polkadot/types": "10.1.0",
29-
"@polkadot/types-augment": "10.1.0",
30-
"@polkadot/types-codec": "10.1.0",
26+
"@polkadot/api-base": "10.1.1",
27+
"@polkadot/rpc-augment": "10.1.1",
28+
"@polkadot/types": "10.1.1",
29+
"@polkadot/types-augment": "10.1.1",
30+
"@polkadot/types-codec": "10.1.1",
3131
"@polkadot/util": "^11.0.2",
3232
"tslib": "^2.5.0"
3333
}

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

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "10.1.0",
23+
"version": "10.1.1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/rpc-core": "10.1.0",
27-
"@polkadot/types": "10.1.0",
26+
"@polkadot/rpc-core": "10.1.1",
27+
"@polkadot/types": "10.1.1",
2828
"@polkadot/util": "^11.0.2",
2929
"rxjs": "^7.8.0",
3030
"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.0.2-8-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.1.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": "10.1.0",
23+
"version": "10.1.1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/api": "10.1.0",
27-
"@polkadot/types": "10.1.0",
28-
"@polkadot/types-codec": "10.1.0",
29-
"@polkadot/types-create": "10.1.0",
26+
"@polkadot/api": "10.1.1",
27+
"@polkadot/types": "10.1.1",
28+
"@polkadot/types-codec": "10.1.1",
29+
"@polkadot/types-create": "10.1.1",
3030
"@polkadot/util": "^11.0.2",
3131
"@polkadot/util-crypto": "^11.0.2",
3232
"rxjs": "^7.8.0",
3333
"tslib": "^2.5.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "10.1.0",
36+
"@polkadot/api-augment": "10.1.1",
3737
"@polkadot/keyring": "^11.0.2"
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: '10.0.2-8-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.1.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": "10.1.0",
23+
"version": "10.1.1",
2424
"main": "index.js",
2525
"dependencies": {
26-
"@polkadot/api": "10.1.0",
27-
"@polkadot/api-augment": "10.1.0",
28-
"@polkadot/api-base": "10.1.0",
29-
"@polkadot/rpc-core": "10.1.0",
30-
"@polkadot/types": "10.1.0",
31-
"@polkadot/types-codec": "10.1.0",
26+
"@polkadot/api": "10.1.1",
27+
"@polkadot/api-augment": "10.1.1",
28+
"@polkadot/api-base": "10.1.1",
29+
"@polkadot/rpc-core": "10.1.1",
30+
"@polkadot/types": "10.1.1",
31+
"@polkadot/types-codec": "10.1.1",
3232
"@polkadot/util": "^11.0.2",
3333
"@polkadot/util-crypto": "^11.0.2",
3434
"rxjs": "^7.8.0",
3535
"tslib": "^2.5.0"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "10.1.0",
39-
"@polkadot/api-augment": "10.1.0",
40-
"@polkadot/rpc-augment": "10.1.0",
41-
"@polkadot/rpc-provider": "10.1.0",
42-
"@polkadot/types-support": "10.1.0"
38+
"@polkadot/api": "10.1.1",
39+
"@polkadot/api-augment": "10.1.1",
40+
"@polkadot/rpc-augment": "10.1.1",
41+
"@polkadot/rpc-provider": "10.1.1",
42+
"@polkadot/types-support": "10.1.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: '10.0.2-8-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.1.1' };

0 commit comments

Comments
 (0)