Skip to content

Commit

Permalink
[CI Skip] 0.40.0-beta.3
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user authored and KarishmaBothara committed Feb 20, 2020
1 parent d4a8f36 commit 53e1c6c
Show file tree
Hide file tree
Showing 32 changed files with 72 additions and 72 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.2"
"version": "0.40.0-beta.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"private": true,
"engines": {
"node": ">=10.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-123code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-123code",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "A basic app that shows the ropes on customisation",
"main": "index.js",
"scripts": {},
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions packages/app-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-accounts",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-qr": "^0.49.0-beta.0",
"@types/file-saver": "^2.0.0",
"@types/yargs": "^15.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-address-book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-address-book",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions packages/app-claims/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-claims",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "An app for claiming Polkadot tokens",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-components": "^0.40.0-beta.3",
"secp256k1": "^3.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/app-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-contracts",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "Deployment and management of substrate contracts",
"main": "index.js",
"scripts": {},
Expand Down
6 changes: 3 additions & 3 deletions packages/app-council/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-council",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "Council",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-query": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-query": "^0.40.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/app-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-dashboard",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "Dashboard for all apps, allowing for an overview and quick navigation",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/apps-routing": "^0.40.0-beta.2",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/apps-routing": "^0.40.0-beta.3",
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/app-democracy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-democracy",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "A referendum & proposal app",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-query": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-query": "^0.40.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions packages/app-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-explorer",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
8 changes: 4 additions & 4 deletions packages/app-extrinsics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-extrinsics",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -11,8 +11,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-params": "^0.40.0-beta.2",
"@polkadot/react-signer": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-params": "^0.40.0-beta.3",
"@polkadot/react-signer": "^0.40.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions packages/app-generic-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-generic-asset",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "A basic GenericAsset transfer app",
"main": "index.js",
"scripts": {},
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions packages/app-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-js",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "A simple JavaScript console for playing with the API",
"main": "index.js",
"scripts": {},
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/app-parachains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-parachains",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "Parachains",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-query": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-query": "^0.40.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/app-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-settings",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "Settings management",
"main": "index.js",
"scripts": {},
Expand All @@ -11,8 +11,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-query": "^0.40.0-beta.2",
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-query": "^0.40.0-beta.3",
"query-string": "^6.10.1"
}
}
4 changes: 2 additions & 2 deletions packages/app-society/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@polkadot/app-society",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "A society",
"main": "index.js",
"scripts": {},
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
8 changes: 4 additions & 4 deletions packages/app-staking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-staking",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "A basic staking app",
"main": "index.js",
"scripts": {},
Expand All @@ -11,8 +11,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/app-explorer": "^0.40.0-beta.2",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-query": "^0.40.0-beta.2"
"@polkadot/app-explorer": "^0.40.0-beta.3",
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-query": "^0.40.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/app-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-storage",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-params": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-params": "^0.40.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions packages/app-sudo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-sudo",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"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.3",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/app-tech-comm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-tech-comm",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "Council",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-query": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-query": "^0.40.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions packages/app-toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-toolbox",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/app-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-transfer",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "A basic transfer app",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-query": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-query": "^0.40.0-beta.3"
}
}
6 changes: 3 additions & 3 deletions packages/app-treasury/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-treasury",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"description": "A referendum & proposal app",
"main": "index.js",
"scripts": {},
Expand All @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.40.0-beta.2",
"@polkadot/react-query": "^0.40.0-beta.2"
"@polkadot/react-components": "^0.40.0-beta.3",
"@polkadot/react-query": "^0.40.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/apps-routing",
"version": "0.40.0-beta.2",
"version": "0.40.0-beta.3",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
Loading

0 comments on commit 53e1c6c

Please sign in to comment.