diff --git a/lerna.json b/lerna.json index 10abddbe..dd02d44d 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.42.0-beta.33" + "version": "0.42.0-beta.34" } diff --git a/package.json b/package.json index 445b4741..b92b6008 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "private": true, "engines": { "yarn": "^1.10.1" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 34b4cae0..603dc381 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-settings": "^0.42.0-beta.33", - "@polkadot/ui-shared": "^0.42.0-beta.33", + "@polkadot/ui-settings": "^0.42.0-beta.34", + "@polkadot/ui-shared": "^0.42.0-beta.34", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.1.2", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index ae6d9934..de8acdd1 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "description": "Generates and reads QR codes", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 84f88134..9922f622 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-shared": "^0.42.0-beta.33", + "@polkadot/ui-shared": "^0.42.0-beta.34", "react-native-svg": "^9.5.3" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 7b5cd6bc..148a70e6 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 593ab88c..a7bd6d67 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 1fbf41f1..488302c5 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 86d4b520..3f6297cc 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 0f9a2267..d3bcb909 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.42.0-beta.33", + "version": "0.42.0-beta.34", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", "maintainers": [ @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-shared": "^0.42.0-beta.33", + "@polkadot/ui-shared": "^0.42.0-beta.34", "jdenticon": "2.2.0" }, "peerDependencies": {