Skip to content

Commit f278dd2

Browse files
[CI Skip] release/stable 0.141.1
skip-checks: true
1 parent 3daf892 commit f278dd2

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
@@ -2,7 +2,7 @@
22
81 Thibaut Sardan update overrides (#10090)
33
62 kwingram25 iadd fix (#2911)
44
49 pan update Bifrost kusama on Subsquare (#9752)
5-
48 Tarik Gul Enable `withSignedTransaction` for signing and sending payloads (#10714)
5+
49 Tarik Gul 0.141.1 (#10716)
66
46 Antoine Estienne Update moonbeam endpoints and moonbase logo and color (#6890)
77
41 MiZiet Apply styles to the unbonding icon (#6314)
88
33 Joakim Nyman Revert "Update productionRelayPolkadot.ts" (#10207)

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.141.1",
2020
"versions": {
21-
"git": "0.140.2-6-x",
22-
"npm": "0.140.1"
21+
"git": "0.141.1",
22+
"npm": "0.141.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.140.2-6-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.141.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.140.2-6-x' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.141.1' };

0 commit comments

Comments
 (0)