Skip to content

Commit

Permalink
[CI Skip] 0.23.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Feb 18, 2019
1 parent 5c59c3f commit 2bd2139
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 46 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.23.32"
"version": "0.23.33"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.23.32",
"version": "0.23.33",
"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.23.32",
"version": "0.23.33",
"description": "A baasic 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.2.0",
"@polkadot/ui-app": "^0.23.32"
"@polkadot/ui-app": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-app": "^0.23.33",
"@types/file-saver": "^2.0.0",
"@types/yargs": "^12.0.9",
"babel-plugin-module-resolver": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/app-addresses",
"version": "0.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32"
"@polkadot/ui-app": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"description": "A referendum & proposal app",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-reactive": "^0.23.32"
"@polkadot/ui-app": "^0.23.33",
"@polkadot/ui-reactive": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32"
"@polkadot/ui-app": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,8 +11,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-params": "^0.23.32",
"@polkadot/ui-signer": "^0.23.32"
"@polkadot/ui-app": "^0.23.33",
"@polkadot/ui-params": "^0.23.33",
"@polkadot/ui-signer": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"description": "A simple JavaScript console for playing with the API",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-app": "^0.23.33",
"codeflask": "1.4.0"
}
}
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.23.32",
"version": "0.23.33",
"description": "Settings management",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-reactive": "^0.23.32"
"@polkadot/ui-app": "^0.23.33",
"@polkadot/ui-reactive": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"description": "A basic staking app",
"main": "index.js",
"scripts": {},
Expand All @@ -11,8 +11,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/app-explorer": "^0.23.32",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-reactive": "^0.23.32"
"@polkadot/app-explorer": "^0.23.33",
"@polkadot/ui-app": "^0.23.33",
"@polkadot/ui-reactive": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-params": "^0.23.32"
"@polkadot/ui-app": "^0.23.33",
"@polkadot/ui-params": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32"
"@polkadot/ui-app": "^0.23.33"
}
}
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.23.32",
"version": "0.23.33",
"description": "A basic transfer app",
"main": "index.js",
"scripts": {},
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-reactive": "^0.23.32"
"@polkadot/ui-app": "^0.23.33",
"@polkadot/ui-reactive": "^0.23.33"
}
}
6 changes: 3 additions & 3 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/apps",
"version": "0.23.32",
"version": "0.23.33",
"description": "An Apps portal into the Polkadot network",
"main": "index.js",
"homepage": ".",
Expand All @@ -13,8 +13,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32",
"@polkadot/ui-app": "^0.23.33",
"@polkadot/ui-assets": "^0.26.7",
"@polkadot/ui-signer": "^0.23.32"
"@polkadot/ui-signer": "^0.23.33"
}
}
2 changes: 1 addition & 1 deletion packages/ui-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-api",
"version": "0.23.32",
"version": "0.23.33",
"description": "A collection of RxJs React components the Polkadot JS API",
"main": "index.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-app",
"version": "0.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -13,10 +13,10 @@
"@babel/runtime": "^7.2.0",
"@polkadot/keyring": "^0.34.20",
"@polkadot/types": "^0.43.15",
"@polkadot/ui-api": "^0.23.32",
"@polkadot/ui-api": "^0.23.33",
"@polkadot/ui-identicon": "^0.26.7",
"@polkadot/ui-keyring": "^0.26.7",
"@polkadot/ui-reactive": "^0.23.32",
"@polkadot/ui-reactive": "^0.23.33",
"@polkadot/ui-settings": "^0.26.7",
"@polkadot/ui-util": "^0.26.7",
"@polkadot/util": "^0.34.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-params",
"version": "0.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32"
"@polkadot/ui-app": "^0.23.33"
}
}
2 changes: 1 addition & 1 deletion packages/ui-reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-reactive",
"version": "0.23.32",
"version": "0.23.33",
"description": "A collection of RxJs React components the Polkadot JS API",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-signer",
"version": "0.23.32",
"version": "0.23.33",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-app": "^0.23.32"
"@polkadot/ui-app": "^0.23.33"
}
}

0 comments on commit 2bd2139

Please sign in to comment.