Skip to content

Commit

Permalink
[CI Skip] 0.40.0-beta.104
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Mar 10, 2020
1 parent 42aaa0d commit 6e3d0c1
Show file tree
Hide file tree
Showing 36 changed files with 126 additions and 122 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"packages": [
"packages/*"
],
"version": "0.40.0-beta.103"
"version": "0.40.0-beta.104"
}
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/apps-config",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/apps-routing",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/apps",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "An Apps portal into the Polkadot network",
"main": "index.js",
"homepage": ".",
Expand All @@ -16,8 +16,8 @@
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@polkadot/dev": "^0.50.29",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-signer": "0.40.0-beta.103",
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-signer": "0.40.0-beta.104",
"query-string": "^6.11.1"
}
}
3 changes: 2 additions & 1 deletion packages/apps/public/locales/en/app-staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@
"candidate accounts": "candidate accounts",
"nominated accounts": "nominated accounts",
"payouts for {{count}} eras pending": "payouts for {{count}} eras pending",
"{{currency}} rewards": "{{currency}} rewards"
"{{currency}} rewards": "{{currency}} rewards",
"Pending payouts for {{count}} eras": "Pending payouts for {{count}} eras"
}
3 changes: 2 additions & 1 deletion packages/apps/public/locales/en/react-components.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@
"Uncaught error. Something went wrong with the query and rendering of this component.": "Uncaught error. Something went wrong with the query and rendering of this component.",
"View this externally": "View this externally",
"filter by name, address, or account index": "filter by name, address, or account index",
"drag and drop to reorder": "drag and drop to reorder"
"drag and drop to reorder": "drag and drop to reorder",
"Retrieving data": "Retrieving data"
}
4 changes: 3 additions & 1 deletion packages/apps/public/locales/en/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -928,5 +928,7 @@
"drag and drop to reorder": "",
"payouts for {{count}} eras pending": "",
"{{currency}} rewards": "",
"{{blocks}} blocks": ""
"{{blocks}} blocks": "",
"Pending payouts for {{count}} eras": "",
"Retrieving data": ""
}
4 changes: 2 additions & 2 deletions packages/page-123code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-123code",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "A basic app that shows the ropes on customisation",
"main": "index.js",
"scripts": {},
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104"
}
}
4 changes: 2 additions & 2 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-accounts",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-qr": "^0.52.0-beta.6",
"detect-browser": "^5.0.0",
"file-saver": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-address-book/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-address-book",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104"
}
}
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-claims",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "An app for claiming Polkadot tokens",
"main": "index.js",
"scripts": {},
Expand All @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-components": "0.40.0-beta.104",
"secp256k1": "^3.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-contracts",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "Deployment and management of substrate contracts",
"main": "index.js",
"scripts": {},
Expand Down
6 changes: 3 additions & 3 deletions packages/page-council/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-council",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "Council",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-query": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-query": "0.40.0-beta.104"
}
}
6 changes: 3 additions & 3 deletions packages/page-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-dashboard",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "Dashboard for all apps, allowing for an overview and quick navigation",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/apps-routing": "0.40.0-beta.103",
"@polkadot/react-components": "0.40.0-beta.103"
"@polkadot/apps-routing": "0.40.0-beta.104",
"@polkadot/react-components": "0.40.0-beta.104"
}
}
6 changes: 3 additions & 3 deletions packages/page-democracy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-democracy",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "A referendum & proposal app",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-query": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-query": "0.40.0-beta.104"
}
}
4 changes: 2 additions & 2 deletions packages/page-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-explorer",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104"
}
}
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-extrinsics",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-params": "0.40.0-beta.103",
"@polkadot/react-signer": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-params": "0.40.0-beta.104",
"@polkadot/react-signer": "0.40.0-beta.104"
}
}
4 changes: 2 additions & 2 deletions packages/page-generic-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-generic-asset",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "A basic GenericAsset transfer app",
"main": "index.js",
"scripts": {},
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104"
}
}
4 changes: 2 additions & 2 deletions packages/page-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-js",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "A simple JavaScript console for playing with the API",
"main": "index.js",
"scripts": {},
Expand All @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104"
}
}
6 changes: 3 additions & 3 deletions packages/page-parachains/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-parachains",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "Parachains",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-query": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-query": "0.40.0-beta.104"
}
}
6 changes: 3 additions & 3 deletions packages/page-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-settings",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "Settings management",
"main": "index.js",
"scripts": {},
Expand All @@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-query": "0.40.0-beta.103",
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-query": "0.40.0-beta.104",
"query-string": "^6.11.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-society/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@polkadot/app-society",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "A society",
"main": "index.js",
"scripts": {},
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104"
}
}
8 changes: 4 additions & 4 deletions packages/page-staking/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-staking",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "A basic staking app",
"main": "index.js",
"scripts": {},
Expand All @@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/app-explorer": "0.40.0-beta.103",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-query": "0.40.0-beta.103"
"@polkadot/app-explorer": "0.40.0-beta.104",
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-query": "0.40.0-beta.104"
}
}
6 changes: 3 additions & 3 deletions packages/page-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-storage",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103",
"@polkadot/react-params": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104",
"@polkadot/react-params": "0.40.0-beta.104"
}
}
4 changes: 2 additions & 2 deletions packages/page-sudo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-sudo",
"private": true,
"version": "0.40.0-beta.103",
"version": "0.40.0-beta.104",
"description": "A basic app that shows the ropes on customisation",
"main": "index.js",
"scripts": {},
Expand All @@ -13,6 +13,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@polkadot/react-components": "0.40.0-beta.103"
"@polkadot/react-components": "0.40.0-beta.104"
}
}
Loading

0 comments on commit 6e3d0c1

Please sign in to comment.