Skip to content

Commit bf728ec

Browse files
[CI Skip] release/stable 0.132.1
skip-checks: true
1 parent 5f127e1 commit bf728ec

File tree

55 files changed

+180
-180
lines changed

Some content is hidden

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

55 files changed

+180
-180
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4292 Jaco Disable unreachable endpoints (#9602)
1+
4293 Jaco 0.132.1 (#9604)
22
80 Thibaut Sardan Fix delegation with x0.1 conviction and typo (#9599)
33
62 kwingram25 iadd fix (#2911)
44
48 pan update bifrost providers (#8065)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"sideEffects": false,
1818
"type": "module",
19-
"version": "0.132.0",
19+
"version": "0.132.1",
2020
"versions": {
21-
"git": "0.131.5-42-x",
22-
"npm": "0.131.4"
21+
"git": "0.132.1",
22+
"npm": "0.132.1"
2323
},
2424
"workspaces": [
2525
"packages/*"

packages/apps-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"sideEffects": false,
1515
"type": "module",
16-
"version": "0.132.0",
16+
"version": "0.132.1",
1717
"main": "index.js",
1818
"dependencies": {
1919
"@acala-network/type-definitions": "5.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.131.5-42-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.132.1' };

packages/apps-electron/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.132.0",
18+
"version": "0.132.1",
1919
"main": "build/electron.js",
2020
"dependencies": {
2121
"electron-log": "^5.0.0-beta.23",

packages/apps-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.132.0",
17+
"version": "0.132.1",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/apps/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
},
1515
"sideEffects": true,
1616
"type": "module",
17-
"version": "0.132.0",
17+
"version": "0.132.1",
1818
"dependencies": {
19-
"@polkadot/apps-config": "^0.132.0",
20-
"@polkadot/apps-routing": "^0.132.0",
19+
"@polkadot/apps-config": "^0.132.1",
20+
"@polkadot/apps-routing": "^0.132.1",
2121
"@polkadot/dev": "^0.75.21",
22-
"@polkadot/react-api": "^0.132.0",
23-
"@polkadot/react-components": "^0.132.0",
24-
"@polkadot/react-hooks": "^0.132.0",
25-
"@polkadot/react-params": "^0.132.0",
26-
"@polkadot/react-query": "^0.132.0",
27-
"@polkadot/react-signer": "^0.132.0",
22+
"@polkadot/react-api": "^0.132.1",
23+
"@polkadot/react-components": "^0.132.1",
24+
"@polkadot/react-hooks": "^0.132.1",
25+
"@polkadot/react-params": "^0.132.1",
26+
"@polkadot/react-query": "^0.132.1",
27+
"@polkadot/react-signer": "^0.132.1",
2828
"punycode": "^2.3.0",
2929
"query-string": "^8.1.0",
3030
"react": "^18.2.0",

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

packages/page-accounts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.132.0",
17+
"version": "0.132.1",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^12.3.2",
2020
"@polkadot/phishing": "^0.21.5",
21-
"@polkadot/react-components": "^0.132.0",
22-
"@polkadot/react-hooks": "^0.132.0",
21+
"@polkadot/react-components": "^0.132.1",
22+
"@polkadot/react-hooks": "^0.132.1",
2323
"@polkadot/util": "^12.3.2",
2424
"@polkadot/vanitygen": "^0.55.3",
2525
"detect-browser": "^5.3.0",
2626
"file-saver": "^2.0.5"
2727
},
2828
"devDependencies": {
29-
"@polkadot/test-support": "0.132.0"
29+
"@polkadot/test-support": "0.132.1"
3030
},
3131
"peerDependencies": {
3232
"react": "*",

packages/page-addresses/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.132.0",
17+
"version": "0.132.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.132.0",
19+
"@polkadot/react-components": "^0.132.1",
2020
"file-saver": "^2.0.5"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)