Skip to content

Commit c51368a

Browse files
committed
[CI Skip] release/stable 0.49.1
skip-checks: true
1 parent 15d2d64 commit c51368a

File tree

35 files changed

+124
-124
lines changed

35 files changed

+124
-124
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"packages": [
1111
"packages/*"
1212
],
13-
"version": "0.49.0"
13+
"version": "0.49.1"
1414
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "packages/apps-electron/build/electron.js",
55
"description": "An Apps portal into the Polkadot network",
66
"author": "Jaco Greeff <[email protected]>",
7-
"version": "0.49.0",
7+
"version": "0.49.1",
88
"license": "Apache-2",
99
"private": true,
1010
"homepage": ".",

packages/apps-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps-config",
33
"private": true,
4-
"version": "0.49.0",
4+
"version": "0.49.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",

packages/apps-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@polkadot/apps-electron",
33
"main": "index.js",
44
"private": true,
5-
"version": "0.49.0",
5+
"version": "0.49.1",
66
"dependencies": {
77
"@babel/core": "^7.10.4",
88
"@babel/polyfill": "^7.10.4",
99
"@polkadot/dev": "^0.55.21",
10-
"@polkadot/react-components": "0.49.0",
10+
"@polkadot/react-components": "0.49.1",
1111
"electron-log": "^4.2.2",
1212
"electron-updater": "^4.3.1"
1313
},

packages/apps-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps-routing",
33
"private": true,
4-
"version": "0.49.0",
4+
"version": "0.49.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",

packages/apps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps",
33
"private": true,
4-
"version": "0.49.0",
4+
"version": "0.49.1",
55
"description": "An Apps portal into the Polkadot network",
66
"main": "index.js",
77
"homepage": ".",
@@ -17,8 +17,8 @@
1717
"@babel/polyfill": "^7.10.4",
1818
"@babel/runtime": "^7.10.4",
1919
"@polkadot/dev": "^0.55.21",
20-
"@polkadot/react-components": "0.49.0",
21-
"@polkadot/react-signer": "0.49.0",
20+
"@polkadot/react-components": "0.49.1",
21+
"@polkadot/react-signer": "0.49.1",
2222
"query-string": "^6.13.1"
2323
},
2424
"devDependencies": {

packages/page-123code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-123code",
33
"private": true,
4-
"version": "0.49.0",
4+
"version": "0.49.1",
55
"description": "A basic app that shows the ropes on customisation",
66
"main": "index.js",
77
"scripts": {},
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.4",
15-
"@polkadot/react-components": "0.49.0"
15+
"@polkadot/react-components": "0.49.1"
1616
}
1717
}

packages/page-accounts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-accounts",
33
"private": true,
4-
"version": "0.49.0",
4+
"version": "0.49.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.4",
15-
"@polkadot/react-components": "0.49.0",
15+
"@polkadot/react-components": "0.49.1",
1616
"@polkadot/vanitygen": "^0.17.0-beta.1",
1717
"detect-browser": "^5.1.1",
1818
"file-saver": "^2.0.2"

packages/page-claims/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-claims",
33
"private": true,
4-
"version": "0.49.0",
4+
"version": "0.49.1",
55
"description": "An app for claiming Polkadot tokens",
66
"main": "index.js",
77
"scripts": {},
@@ -13,7 +13,7 @@
1313
"license": "Apache-2.0",
1414
"dependencies": {
1515
"@babel/runtime": "^7.10.4",
16-
"@polkadot/react-components": "0.49.0",
16+
"@polkadot/react-components": "0.49.1",
1717
"secp256k1": "^3.8.0"
1818
}
1919
}

packages/page-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-contracts",
33
"private": true,
4-
"version": "0.49.0",
4+
"version": "0.49.1",
55
"description": "Deployment and management of substrate contracts",
66
"main": "index.js",
77
"scripts": {},

0 commit comments

Comments
 (0)