diff --git a/lerna.json b/lerna.json index 7c3a8afd943e..eedd2c9a6d1b 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.23.32" + "version": "0.23.33" } diff --git a/package.json b/package.json index 2d4e7be998b5..c1dfbfdc9aec 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.23.32", + "version": "0.23.33", "private": true, "engines": { "node": ">=10.13.0", diff --git a/packages/app-123code/package.json b/packages/app-123code/package.json index e473d1609809..342ae9592e18 100644 --- a/packages/app-123code/package.json +++ b/packages/app-123code/package.json @@ -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": {}, @@ -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" } } diff --git a/packages/app-accounts/package.json b/packages/app-accounts/package.json index fcf8ecb0d697..23d27c654752 100644 --- a/packages/app-accounts/package.json +++ b/packages/app-accounts/package.json @@ -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 ", @@ -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", diff --git a/packages/app-addresses/package.json b/packages/app-addresses/package.json index be7577b7a949..8e67c5509249 100644 --- a/packages/app-addresses/package.json +++ b/packages/app-addresses/package.json @@ -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 ", @@ -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" } } diff --git a/packages/app-democracy/package.json b/packages/app-democracy/package.json index 91e239244dea..ec0c196c2f90 100644 --- a/packages/app-democracy/package.json +++ b/packages/app-democracy/package.json @@ -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": {}, @@ -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" } } diff --git a/packages/app-explorer/package.json b/packages/app-explorer/package.json index 8f757558a542..a32cb54ab95b 100644 --- a/packages/app-explorer/package.json +++ b/packages/app-explorer/package.json @@ -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 ", @@ -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" } } diff --git a/packages/app-extrinsics/package.json b/packages/app-extrinsics/package.json index 460f9df917d9..6251641dc4e0 100644 --- a/packages/app-extrinsics/package.json +++ b/packages/app-extrinsics/package.json @@ -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 ", @@ -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" } } diff --git a/packages/app-js/package.json b/packages/app-js/package.json index f02c1610451a..09e8126cd4e1 100644 --- a/packages/app-js/package.json +++ b/packages/app-js/package.json @@ -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": {}, @@ -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" } } diff --git a/packages/app-settings/package.json b/packages/app-settings/package.json index 9b12aafddaa4..be404afedad1 100644 --- a/packages/app-settings/package.json +++ b/packages/app-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/app-settings", - "version": "0.23.32", + "version": "0.23.33", "description": "Settings management", "main": "index.js", "scripts": {}, @@ -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" } } diff --git a/packages/app-staking/package.json b/packages/app-staking/package.json index af1f48798243..03295520ac75 100644 --- a/packages/app-staking/package.json +++ b/packages/app-staking/package.json @@ -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": {}, @@ -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" } } diff --git a/packages/app-storage/package.json b/packages/app-storage/package.json index 91a37523c77b..5eea05af6d7a 100644 --- a/packages/app-storage/package.json +++ b/packages/app-storage/package.json @@ -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 ", @@ -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" } } diff --git a/packages/app-toolbox/package.json b/packages/app-toolbox/package.json index 4239cce0a6a2..4dbea81f8aeb 100644 --- a/packages/app-toolbox/package.json +++ b/packages/app-toolbox/package.json @@ -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 ", @@ -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" } } diff --git a/packages/app-transfer/package.json b/packages/app-transfer/package.json index ff17c0696eff..c48336965b9b 100644 --- a/packages/app-transfer/package.json +++ b/packages/app-transfer/package.json @@ -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": {}, @@ -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" } } diff --git a/packages/apps/package.json b/packages/apps/package.json index 31e21c8261fd..6775b32fe2d1 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -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": ".", @@ -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" } } diff --git a/packages/ui-api/package.json b/packages/ui-api/package.json index 9b09f46ddbf7..e690ef355d7e 100644 --- a/packages/ui-api/package.json +++ b/packages/ui-api/package.json @@ -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": [ diff --git a/packages/ui-app/package.json b/packages/ui-app/package.json index 59b382611d59..1aaff734842a 100644 --- a/packages/ui-app/package.json +++ b/packages/ui-app/package.json @@ -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 ", @@ -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", diff --git a/packages/ui-params/package.json b/packages/ui-params/package.json index b3d5c843d7aa..440183114cfb 100644 --- a/packages/ui-params/package.json +++ b/packages/ui-params/package.json @@ -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 ", @@ -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" } } diff --git a/packages/ui-reactive/package.json b/packages/ui-reactive/package.json index cc710f02b6c8..c6622b526f67 100644 --- a/packages/ui-reactive/package.json +++ b/packages/ui-reactive/package.json @@ -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": [ diff --git a/packages/ui-signer/package.json b/packages/ui-signer/package.json index 38bef7250eb8..a533236da229 100644 --- a/packages/ui-signer/package.json +++ b/packages/ui-signer/package.json @@ -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 ", @@ -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" } }