Skip to content

Commit

Permalink
[CI Skip] release/stable 0.97.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Oct 19, 2021
1 parent 3220a88 commit 5967687
Show file tree
Hide file tree
Showing 40 changed files with 153 additions and 153 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@
"description": "An Apps portal into the Polkadot network",
"author": "Jaco Greeff <[email protected]>",
"private": true,
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2",
"homepage": ".",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@polkadot/apps-config",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"type": "module",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/apps-config', version: '0.96.2-90' };
export const packageInfo = { name: '@polkadot/apps-config', version: '0.97.1' };
4 changes: 2 additions & 2 deletions packages/apps-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,13 1,13 @@
{
"name": "@polkadot/apps-electron",
"private": true,
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.63.5",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-components": "^0.97.1",
"electron-log": "^4.4.1",
"electron-updater": "^4.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
"name": "@polkadot/apps-routing",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4"
Expand Down
18 changes: 9 additions & 9 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 2,22 @@
"name": "@polkadot/apps",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"homepage": ".",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.15.4",
"@polkadot/apps-config": "^0.97.0",
"@polkadot/apps-routing": "^0.97.0",
"@polkadot/apps-config": "^0.97.1",
"@polkadot/apps-routing": "^0.97.1",
"@polkadot/dev": "^0.63.5",
"@polkadot/react-api": "^0.97.0",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-hooks": "^0.97.0",
"@polkadot/react-params": "^0.97.0",
"@polkadot/react-query": "^0.97.0",
"@polkadot/react-signer": "^0.97.0",
"@polkadot/react-api": "^0.97.1",
"@polkadot/react-components": "^0.97.1",
"@polkadot/react-hooks": "^0.97.1",
"@polkadot/react-params": "^0.97.1",
"@polkadot/react-query": "^0.97.1",
"@polkadot/react-signer": "^0.97.1",
"punycode": "^2.1.1",
"query-string": "^7.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/apps', version: '0.96.2-90' };
export const packageInfo = { name: '@polkadot/apps', version: '0.97.1' };
6 changes: 3 additions & 3 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 2,17 @@
"name": "@polkadot/app-accounts",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/phishing": "^0.6.356",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-components": "^0.97.1",
"@polkadot/vanitygen": "^0.47.4",
"detect-browser": "^5.2.1",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.97.0"
"@polkadot/test-support": "0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 2,11 @@
"name": "@polkadot/app-addresses",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-components": "^0.97.1",
"file-saver": "^2.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/page-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-assets",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
6 changes: 3 additions & 3 deletions packages/page-bounties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 2,13 @@
"name": "@polkadot/app-bounties",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
},
"devDependencies": {
"@polkadot/test-support": "0.97.0"
"@polkadot/test-support": "0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-calendar",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 2,11 @@
"name": "@polkadot/app-claims",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-components": "^0.97.1",
"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
Expand Up @@ -2,7 2,7 @@
"name": "@polkadot/app-contracts",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-council/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 2,11 @@
"name": "@polkadot/app-council",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-query": "^0.97.0"
"@polkadot/react-components": "^0.97.1",
"@polkadot/react-query": "^0.97.1"
}
}
6 changes: 3 additions & 3 deletions packages/page-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 2,11 @@
"name": "@polkadot/app-democracy",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-query": "^0.97.0"
"@polkadot/react-components": "^0.97.1",
"@polkadot/react-query": "^0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-explorer",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 2,12 @@
"name": "@polkadot/app-extrinsics",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-params": "^0.97.0",
"@polkadot/react-signer": "^0.97.0"
"@polkadot/react-components": "^0.97.1",
"@polkadot/react-params": "^0.97.1",
"@polkadot/react-signer": "^0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-gilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-gilt",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-js",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
6 changes: 3 additions & 3 deletions packages/page-membership/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 2,11 @@
"name": "@polkadot/app-membership",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-query": "^0.97.0"
"@polkadot/react-components": "^0.97.1",
"@polkadot/react-query": "^0.97.1"
}
}
6 changes: 3 additions & 3 deletions packages/page-parachains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 2,11 @@
"name": "@polkadot/app-parachains",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-query": "^0.97.0"
"@polkadot/react-components": "^0.97.1",
"@polkadot/react-query": "^0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-poll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-poll",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-rpc",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
8 changes: 4 additions & 4 deletions packages/page-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 2,13 @@
"name": "@polkadot/app-settings",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/apps-config": "^0.97.0",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-query": "^0.97.0",
"@polkadot/apps-config": "^0.97.1",
"@polkadot/react-components": "^0.97.1",
"@polkadot/react-query": "^0.97.1",
"query-string": "^7.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-signing",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/page-society/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@
"name": "@polkadot/app-society",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.97.0"
"@polkadot/react-components": "^0.97.1"
}
}
8 changes: 4 additions & 4 deletions packages/page-staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 2,12 @@
"name": "@polkadot/app-staking",
"private": true,
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/app-explorer": "^0.97.0",
"@polkadot/react-components": "^0.97.0",
"@polkadot/react-query": "^0.97.0"
"@polkadot/app-explorer": "^0.97.1",
"@polkadot/react-components": "^0.97.1",
"@polkadot/react-query": "^0.97.1"
}
}
Loading

0 comments on commit 5967687

Please sign in to comment.