diff --git a/lerna.json b/lerna.json index 87a7694a..5c0c25de 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.52.0-beta.13" + "version": "0.52.0-beta.14" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index b3be3f59..d68f7253 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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 1138ed28..447a39ec 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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 a48c8428..8498ddc0 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "private": true, "workspaces": { "nohoist": [ @@ -23,9 +23,9 @@ "test": "jest" }, "dependencies": { - "@polkadot/reactnative-identicon": "0.52.0-beta.13", - "@polkadot/ui-keyring": "0.52.0-beta.13", - "@polkadot/ui-settings": "0.52.0-beta.13", + "@polkadot/reactnative-identicon": "0.52.0-beta.14", + "@polkadot/ui-keyring": "0.52.0-beta.14", + "@polkadot/ui-settings": "0.52.0-beta.14", "@react-native-community/async-storage": "^1.8.1", "fast-text-encoding": "^1.0.1", "get-yarn-workspaces": "^1.0.2", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index ade0e2d4..bac94dec 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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.7", - "@polkadot/ui-settings": "0.52.0-beta.13", - "@polkadot/ui-shared": "0.52.0-beta.13", + "@polkadot/ui-settings": "0.52.0-beta.14", + "@polkadot/ui-shared": "0.52.0-beta.14", "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 4346ff2b..14e8c52b 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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 f542784c..f7095cf5 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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.7", - "@polkadot/ui-shared": "0.52.0-beta.13", + "@polkadot/ui-shared": "0.52.0-beta.14", "react-native-svg": "^12.0.3" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 703ffae3..02f3633d 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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 3ccbce7b..8851fbce 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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 340b74d2..e5cbabe4 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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 65679f52..09cb6859 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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 59c4bf57..62e18fee 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.52.0-beta.13", + "version": "0.52.0-beta.14", "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.7", - "@polkadot/ui-shared": "0.52.0-beta.13", + "@polkadot/ui-shared": "0.52.0-beta.14", "jdenticon": "2.2.0" }, "peerDependencies": {