diff --git a/lerna.json b/lerna.json index 7708d3d8..4d621fe4 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.50.0" + "version": "0.50.1" } diff --git a/package.json b/package.json index a1f2db01..66ab1a43 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.50.0-beta.4", + "version": "0.50.1", "private": true, "engines": { "yarn": "^1.10.1" diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 700e3ee0..28cd13c1 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.50.0", + "version": "0.50.1", "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index dfacf4c8..96e485d5 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.50.0", + "version": "0.50.1", "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index f0aacdb6..103b5dd3 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.50.0", + "version": "0.50.1", "private": true, "workspaces": { "nohoist": [ @@ -23,9 +23,9 @@ "test": "jest" }, "dependencies": { - "@polkadot/reactnative-identicon": "^0.50.0", - "@polkadot/ui-keyring": "^0.50.0", - "@polkadot/ui-settings": "^0.50.0", + "@polkadot/reactnative-identicon": "^0.50.1", + "@polkadot/ui-keyring": "^0.50.1", + "@polkadot/ui-settings": "^0.50.1", "@react-native-community/async-storage": "^1.7.1", "fast-text-encoding": "^1.0.0", "get-yarn-workspaces": "^1.0.2", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 4d1c09aa..8ad9a8ba 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.50.0", + "version": "0.50.1", "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.8.4", - "@polkadot/ui-settings": "^0.50.0", - "@polkadot/ui-shared": "^0.50.0", + "@polkadot/ui-settings": "^0.50.1", + "@polkadot/ui-shared": "^0.50.1", "color": "^3.1.2", "jdenticon": "2.2.0", "react-copy-to-clipboard": "^5.0.2", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 7c017086..d565a42a 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.50.0", + "version": "0.50.1", "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 85b533e5..0e8fc927 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.50.0", + "version": "0.50.1", "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.8.4", - "@polkadot/ui-shared": "^0.50.0", + "@polkadot/ui-shared": "^0.50.1", "react-native-svg": "^11.0.1" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 46c73875..a383895f 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.50.0", + "version": "0.50.1", "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 5fcdb389..14f62624 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.50.0", + "version": "0.50.1", "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 4f906e87..71baac0e 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.50.0", + "version": "0.50.1", "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 811a2417..e35a0901 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.50.0", + "version": "0.50.1", "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 1e506cbe..9b6af0e4 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.50.0", + "version": "0.50.1", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", "maintainers": [ @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.8.4", - "@polkadot/ui-shared": "^0.50.0", + "@polkadot/ui-shared": "^0.50.1", "jdenticon": "2.2.0" }, "peerDependencies": {