Skip to content

Commit 528f126

Browse files
[CI Skip] release/stable 16.4.1
skip-checks: true
1 parent a405cb5 commit 528f126

File tree

33 files changed

+186
-186
lines changed

33 files changed

+186
-186
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
3512 Jaco Bump deps (#5785)
22
164 Tarik Gul Upgrade polkadot/common to 13.5.1 (#6150)
33
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
4-
47 Valentin Fernandez 16.3.1 (#6180)
4+
49 Valentin Fernandez 16.4.1 (#6186)
55
37 Keith Ingram Update contract types and rpc (#4541)
66
35 Stefanie Doll Updated child storage parameters (#1709)
77
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)

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": "16.4.0",
17+
"version": "16.4.1",
1818
"versions": {
19-
"git": "16.3.2-1-x",
20-
"npm": "16.3.1"
19+
"git": "16.4.1",
20+
"npm": "16.4.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
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.0",
21+
"version": "16.4.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "16.4.0",
25-
"@polkadot/rpc-augment": "16.4.0",
26-
"@polkadot/types": "16.4.0",
27-
"@polkadot/types-augment": "16.4.0",
28-
"@polkadot/types-codec": "16.4.0",
24+
"@polkadot/api-base": "16.4.1",
25+
"@polkadot/rpc-augment": "16.4.1",
26+
"@polkadot/types": "16.4.1",
27+
"@polkadot/types-augment": "16.4.1",
28+
"@polkadot/types-codec": "16.4.1",
2929
"@polkadot/util": "^13.5.3",
3030
"tslib": "^2.8.1"
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: '16.3.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.4.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
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.0",
21+
"version": "16.4.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "16.4.0",
25-
"@polkadot/types": "16.4.0",
24+
"@polkadot/rpc-core": "16.4.1",
25+
"@polkadot/types": "16.4.1",
2626
"@polkadot/util": "^13.5.3",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.8.1"

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

packages/api-contract/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.0",
21+
"version": "16.4.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.4.0",
25-
"@polkadot/api-augment": "16.4.0",
26-
"@polkadot/types": "16.4.0",
27-
"@polkadot/types-codec": "16.4.0",
28-
"@polkadot/types-create": "16.4.0",
24+
"@polkadot/api": "16.4.1",
25+
"@polkadot/api-augment": "16.4.1",
26+
"@polkadot/types": "16.4.1",
27+
"@polkadot/types-codec": "16.4.1",
28+
"@polkadot/types-create": "16.4.1",
2929
"@polkadot/util": "^13.5.3",
3030
"@polkadot/util-crypto": "^13.5.3",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "16.4.0",
35+
"@polkadot/api-augment": "16.4.1",
3636
"@polkadot/keyring": "^13.5.3",
37-
"@polkadot/types-support": "16.4.0"
37+
"@polkadot/types-support": "16.4.1"
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: '16.3.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.4.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
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.0",
21+
"version": "16.4.1",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.4.0",
25-
"@polkadot/api-augment": "16.4.0",
26-
"@polkadot/api-base": "16.4.0",
27-
"@polkadot/rpc-core": "16.4.0",
28-
"@polkadot/types": "16.4.0",
29-
"@polkadot/types-codec": "16.4.0",
24+
"@polkadot/api": "16.4.1",
25+
"@polkadot/api-augment": "16.4.1",
26+
"@polkadot/api-base": "16.4.1",
27+
"@polkadot/rpc-core": "16.4.1",
28+
"@polkadot/types": "16.4.1",
29+
"@polkadot/types-codec": "16.4.1",
3030
"@polkadot/util": "^13.5.3",
3131
"@polkadot/util-crypto": "^13.5.3",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "16.4.0",
37-
"@polkadot/api-augment": "16.4.0",
38-
"@polkadot/rpc-augment": "16.4.0",
39-
"@polkadot/rpc-provider": "16.4.0",
40-
"@polkadot/types-support": "16.4.0"
36+
"@polkadot/api": "16.4.1",
37+
"@polkadot/api-augment": "16.4.1",
38+
"@polkadot/rpc-augment": "16.4.1",
39+
"@polkadot/rpc-provider": "16.4.1",
40+
"@polkadot/types-support": "16.4.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: '16.3.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.4.1' };

0 commit comments

Comments
 (0)