Skip to content

Commit 8f8c7d9

Browse files
[CI Skip] release/stable 0.150.1
skip-checks: true
1 parent 4455e4b commit 8f8c7d9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
34 Joakim Nyman Updated Dwellir endpoints for Moonriver, Moonbeam, Basilisk and Hydration (#11149)
1010
34 Yongfeng LI Update subsquare and statescan external links (#11295)
1111
31 Stefanie Doll Set higher default gas limit, switch from bitlength u32 to u128 for input fields (#2743)
12+
30 Arjun Porwal 0.150.1 (#11314)
1213
30 brenzi make encointer teleporter again (#10484)
13-
29 Arjun Porwal Upgraded polkadot deps (#11309)
1414
29 Ewa Kowalska Style badges in accounts list (#6208)
1515
27 Yiwei Li Re-add OnFinality endpoints for Parallel and Unique (#9641)
1616
25 Aleksandr Krupenkin Added Shiden Crowdloan 2 (#7426)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"type": "module",
1919
"version": "0.150.1",
2020
"versions": {
21-
"git": "0.149.2-12-x",
22-
"npm": "0.149.1"
21+
"git": "0.150.1",
22+
"npm": "0.150.1"
2323
},
2424
"workspaces": [
2525
"packages/*"

packages/apps-config/src/packageInfo.ts

+1-1
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.149.2-12-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.150.1' };

packages/apps/src/packageInfo.ts

+1-1
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.149.2-12-x' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.150.1' };

0 commit comments

Comments
 (0)