Skip to content

Commit 7b64748

Browse files
[CI Skip] release/stable 0.157.1
skip-checks: true
1 parent e98046c commit 7b64748

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
4364 Jaco Disable unreachable endpoints (#10221)
22
111 Tarik Gul Ensure safety check on isEmpty (#11358)
3-
88 Arjun Porwal Upgraded polkadot dependencies (#11597)
3+
89 Arjun Porwal 0.157.1 (#11598)
44
81 Thibaut Sardan update overrides (#10090)
55
62 kwingram25 iadd fix (#2911)
66
49 pan update Bifrost kusama on Subsquare (#9752)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"type": "module",
1919
"version": "0.157.1",
2020
"versions": {
21-
"git": "0.156.2-15-x",
22-
"npm": "0.156.1"
21+
"git": "0.157.1",
22+
"npm": "0.157.1"
2323
},
2424
"workspaces": [
2525
"packages/*"

packages/apps-config/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/apps-config', path: 'auto', type: 'auto', version: '0.156.2-15-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.157.1' };

packages/apps/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/apps', path: 'auto', type: 'auto', version: '0.156.2-15-x' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.157.1' };

0 commit comments

Comments
 (0)