diff --git a/lerna.json b/lerna.json index 3eeeddb3..3bb573d4 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.46.0-beta.14" + "version": "0.46.0-beta.15" } diff --git a/package.json b/package.json index 5710b950..82edce0a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "private": true, "engines": { "yarn": "^1.10.1" diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 92ce65e9..92233e85 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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 0c1b9a37..7e0e2e03 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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 31d64a1b..755c013a 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "private": true, "workspaces": { "nohoist": [ @@ -23,9 +23,9 @@ "test": "jest" }, "dependencies": { - "@polkadot/reactnative-identicon": "^0.46.0-beta.14", - "@polkadot/ui-keyring": "^0.46.0-beta.14", - "@polkadot/ui-settings": "^0.46.0-beta.14", + "@polkadot/reactnative-identicon": "^0.46.0-beta.15", + "@polkadot/ui-keyring": "^0.46.0-beta.15", + "@polkadot/ui-settings": "^0.46.0-beta.15", "@react-native-community/async-storage": "^1.6.2", "get-yarn-workspaces": "^1.0.2", "os-browserify": "^0.3.0", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 208b43c9..5870d9dc 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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.6.3", - "@polkadot/ui-settings": "^0.46.0-beta.14", - "@polkadot/ui-shared": "^0.46.0-beta.14", + "@polkadot/ui-settings": "^0.46.0-beta.15", + "@polkadot/ui-shared": "^0.46.0-beta.15", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.3.0", "color": "^3.1.2", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index b792467e..09df45ac 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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 bdb9f683..e7f9e542 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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.6.3", - "@polkadot/ui-shared": "^0.46.0-beta.14", + "@polkadot/ui-shared": "^0.46.0-beta.15", "react-native-svg": "^9.12.0" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index b6015c7e..54966924 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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 9ebb250c..bb669aa9 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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 5fa16192..58fb8408 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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 4aae43ed..d2732d7a 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "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 3bb5cb2f..14cdf9eb 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.46.0-beta.14", + "version": "0.46.0-beta.15", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", "maintainers": [ @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.6.3", - "@polkadot/ui-shared": "^0.46.0-beta.14", + "@polkadot/ui-shared": "^0.46.0-beta.15", "jdenticon": "2.2.0" }, "peerDependencies": {