Skip to content

Commit 48b3819

Browse files
[CI Skip] release/stable 0.113.1
skip-checks: true
1 parent c01729d commit 48b3819

File tree

43 files changed

+162
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+162
-162
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3545 Jaco Adjust staking detection with known type shapes (#7451)
1+
3546 Jaco 0.113.1 (#7454)
22
79 Thibaut Sardan Nit, use as LedgerTypes casting (#4425)
33
62 kwingram25 iadd fix (#2911)
44
46 Antoine Estienne Update moonbeam endpoints and moonbase logo and color (#6890)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/polkadot-js/apps.git"
1616
},
1717
"sideEffects": false,
18-
"version": "0.113.0",
18+
"version": "0.113.1",
1919
"workspaces": [
2020
"packages/*"
2121
],

packages/apps-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"sideEffects": false,
1212
"type": "module",
13-
"version": "0.113.0",
13+
"version": "0.113.1",
1414
"main": "index.js",
1515
"dependencies": {
1616
"@acala-network/type-definitions": "^4.1.1",

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.112.2-62' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.113.1' };

packages/apps-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"url": "https://github.com/polkadot-js/apps.git"
1111
},
1212
"sideEffects": false,
13-
"version": "0.113.0",
13+
"version": "0.113.1",
1414
"dependencies": {
1515
"@babel/core": "^7.17.9",
1616
"@babel/polyfill": "^7.12.1",
1717
"@polkadot/dev": "^0.66.9",
18-
"@polkadot/react-components": "^0.113.0",
18+
"@polkadot/react-components": "^0.113.1",
1919
"electron-log": "^4.4.6",
2020
"electron-updater": "^4.6.5"
2121
},

packages/apps-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.113.0",
14+
"version": "0.113.1",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.9"
1717
}

packages/apps/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"sideEffects": true,
1313
"type": "module",
14-
"version": "0.113.0",
14+
"version": "0.113.1",
1515
"dependencies": {
1616
"@babel/core": "^7.17.9",
1717
"@babel/polyfill": "^7.12.1",
1818
"@babel/runtime": "^7.17.9",
19-
"@polkadot/apps-config": "^0.113.0",
20-
"@polkadot/apps-routing": "^0.113.0",
19+
"@polkadot/apps-config": "^0.113.1",
20+
"@polkadot/apps-routing": "^0.113.1",
2121
"@polkadot/dev": "^0.66.9",
22-
"@polkadot/react-api": "^0.113.0",
23-
"@polkadot/react-components": "^0.113.0",
24-
"@polkadot/react-hooks": "^0.113.0",
25-
"@polkadot/react-params": "^0.113.0",
26-
"@polkadot/react-query": "^0.113.0",
27-
"@polkadot/react-signer": "^0.113.0",
22+
"@polkadot/react-api": "^0.113.1",
23+
"@polkadot/react-components": "^0.113.1",
24+
"@polkadot/react-hooks": "^0.113.1",
25+
"@polkadot/react-params": "^0.113.1",
26+
"@polkadot/react-query": "^0.113.1",
27+
"@polkadot/react-signer": "^0.113.1",
2828
"punycode": "^2.1.1",
2929
"query-string": "^7.1.1"
3030
},

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.112.2-62' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.113.1' };

packages/page-accounts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.113.0",
14+
"version": "0.113.1",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.9",
1717
"@polkadot/hw-ledger": "^9.0.1",
1818
"@polkadot/phishing": "^0.11.85",
19-
"@polkadot/react-components": "^0.113.0",
20-
"@polkadot/react-hooks": "^0.113.0",
19+
"@polkadot/react-components": "^0.113.1",
20+
"@polkadot/react-hooks": "^0.113.1",
2121
"@polkadot/util": "^9.0.1",
2222
"@polkadot/vanitygen": "^0.51.3",
2323
"detect-browser": "^5.3.0",
2424
"file-saver": "^2.0.5"
2525
},
2626
"devDependencies": {
27-
"@polkadot/test-support": "0.113.0"
27+
"@polkadot/test-support": "0.113.1"
2828
}
2929
}

packages/page-addresses/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.113.0",
14+
"version": "0.113.1",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.9",
17-
"@polkadot/react-components": "^0.113.0",
17+
"@polkadot/react-components": "^0.113.1",
1818
"file-saver": "^2.0.5"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)