diff --git a/package.json b/package.json index 446724a1..d5d45abb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.3-0", + "version": "0.86.3-1", "workspaces": [ "packages/*" ], diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 6e4e7026..b2b48938 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, diff --git a/packages/example-react/src/packageInfo.ts b/packages/example-react/src/packageInfo.ts index aa3ccc73..d6a33207 100644 --- a/packages/example-react/src/packageInfo.ts +++ b/packages/example-react/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/example-react', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/example-react', version: '0.86.3-1' }; diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index afcacf60..00164401 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, diff --git a/packages/example-vue/src/packageInfo.ts b/packages/example-vue/src/packageInfo.ts index f47dbb8d..b67fe1db 100644 --- a/packages/example-vue/src/packageInfo.ts +++ b/packages/example-vue/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/example-vue', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/example-vue', version: '0.86.3-1' }; diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 5de6f3cb..8674574a 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.86.3-0", + "version": "0.86.3-1", "license": "Apache-2.0", "private": true, "scripts": { @@ -22,9 +22,9 @@ "sideEffects": false, "dependencies": { "@polkadot/keyring": "^7.6.1", - "@polkadot/reactnative-identicon": "0.86.3-0", - "@polkadot/ui-keyring": "0.86.3-0", - "@polkadot/ui-settings": "0.86.3-0", + "@polkadot/reactnative-identicon": "0.86.3-1", + "@polkadot/ui-keyring": "0.86.3-1", + "@polkadot/ui-settings": "0.86.3-1", "@polkadot/util": "^7.6.1", "@polkadot/util-crypto": "^7.6.1", "@react-native-community/async-storage": "^1.12.1", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 29e8b115..cb5d0079 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -19,15 +19,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/keyring": "^7.6.1", - "@polkadot/ui-settings": "0.86.3-0", - "@polkadot/ui-shared": "0.86.3-0", + "@polkadot/ui-settings": "0.86.3-1", + "@polkadot/ui-shared": "0.86.3-1", "@polkadot/util": "^7.6.1", "@polkadot/util-crypto": "^7.6.1", "color": "^3.2.1", diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index cd9865a2..1faf9fd6 100644 --- a/packages/react-identicon/src/packageInfo.ts +++ b/packages/react-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/react-identicon', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/react-identicon', version: '0.86.3-1' }; diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 30baf5c4..0d67afd7 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -16,7 +16,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index 368a552b..597d6940 100644 --- a/packages/react-qr/src/packageInfo.ts +++ b/packages/react-qr/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/react-qr', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/react-qr', version: '0.86.3-1' }; diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 7c5badfa..698ca67b 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -19,13 +19,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", - "@polkadot/ui-shared": "0.86.3-0", + "@polkadot/ui-shared": "0.86.3-1", "@polkadot/util": "^7.6.1", "@polkadot/util-crypto": "^7.6.1", "react-native-svg": "^12.2.0" diff --git a/packages/reactnative-identicon/src/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index 6357d2a9..c9330945 100644 --- a/packages/reactnative-identicon/src/packageInfo.ts +++ b/packages/reactnative-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/reactnative-identicon', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/reactnative-identicon', version: '0.86.3-1' }; diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 49c7b083..57d8f85e 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, diff --git a/packages/ui-assets/src/packageInfo.ts b/packages/ui-assets/src/packageInfo.ts index 848ae3eb..ea4e6fb3 100644 --- a/packages/ui-assets/src/packageInfo.ts +++ b/packages/ui-assets/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/ui-assets', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/ui-assets', version: '0.86.3-1' }; diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index dfa977e9..642ab85b 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, @@ -26,7 +26,7 @@ "@babel/runtime": "^7.15.4", "@polkadot/hw-ledger": "^7.6.1", "@polkadot/keyring": "^7.6.1", - "@polkadot/ui-settings": "0.86.3-0", + "@polkadot/ui-settings": "0.86.3-1", "@polkadot/util": "^7.6.1", "mkdirp": "^1.0.4", "rxjs": "^7.4.0", diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index 01801a8b..ee685a70 100644 --- a/packages/ui-keyring/src/packageInfo.ts +++ b/packages/ui-keyring/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/ui-keyring', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/ui-keyring', version: '0.86.3-1' }; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index ed615ccd..809b4382 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -16,7 +16,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index d36c368f..796d9949 100644 --- a/packages/ui-settings/src/packageInfo.ts +++ b/packages/ui-settings/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/ui-settings', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/ui-settings', version: '0.86.3-1' }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index eb563ed6..2310edde 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -16,7 +16,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index 435b72fb..9e57347e 100644 --- a/packages/ui-shared/src/packageInfo.ts +++ b/packages/ui-shared/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/ui-shared', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/ui-shared', version: '0.86.3-1' }; diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 72c6e9d3..9ff2ebcb 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -19,13 +19,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.3-0", + "version": "0.86.3-1", "main": "index.js", "bin": {}, "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", - "@polkadot/ui-shared": "0.86.3-0", + "@polkadot/ui-shared": "0.86.3-1", "@polkadot/util": "^7.6.1", "@polkadot/util-crypto": "^7.6.1", "jdenticon": "3.1.1" diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index 174dd26f..2e56428f 100644 --- a/packages/vue-identicon/src/packageInfo.ts +++ b/packages/vue-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/vue-identicon', version: '0.86.3-0' }; +export const packageInfo = { name: '@polkadot/vue-identicon', version: '0.86.3-1' }; diff --git a/yarn.lock b/yarn.lock index afebe4b4..606c33ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2309,8 +2309,8 @@ __metadata: dependencies: "@babel/runtime": ^7.15.4 "@polkadot/keyring": ^7.6.1 - "@polkadot/ui-settings": 0.86.3-0 - "@polkadot/ui-shared": 0.86.3-0 + "@polkadot/ui-settings": 0.86.3-1 + "@polkadot/ui-shared": 0.86.3-1 "@polkadot/util": ^7.6.1 "@polkadot/util-crypto": ^7.6.1 "@types/react-copy-to-clipboard": ^5.0.2 @@ -2354,12 +2354,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/reactnative-identicon@0.86.3-0, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.86.3-1, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": version: 0.0.0-use.local resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.15.4 - "@polkadot/ui-shared": 0.86.3-0 + "@polkadot/ui-shared": 0.86.3-1 "@polkadot/util": ^7.6.1 "@polkadot/util-crypto": ^7.6.1 "@types/react-native": ^0.66.0 @@ -2389,14 +2389,14 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-keyring@0.86.3-0, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.86.3-1, @polkadot/ui-keyring@workspace:packages/ui-keyring": version: 0.0.0-use.local resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.15.4 "@polkadot/hw-ledger": ^7.6.1 "@polkadot/keyring": ^7.6.1 - "@polkadot/ui-settings": 0.86.3-0 + "@polkadot/ui-settings": 0.86.3-1 "@polkadot/util": ^7.6.1 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 @@ -2410,7 +2410,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.86.3-0, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.86.3-1, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: @@ -2426,7 +2426,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.86.3-0, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.86.3-1, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: @@ -2489,7 +2489,7 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.15.4 - "@polkadot/ui-shared": 0.86.3-0 + "@polkadot/ui-shared": 0.86.3-1 "@polkadot/util": ^7.6.1 "@polkadot/util-crypto": ^7.6.1 jdenticon: 3.1.1 @@ -7358,9 +7358,9 @@ __metadata: "@babel/core": ^7.15.8 "@babel/runtime": ^7.15.4 "@polkadot/keyring": ^7.6.1 - "@polkadot/reactnative-identicon": 0.86.3-0 - "@polkadot/ui-keyring": 0.86.3-0 - "@polkadot/ui-settings": 0.86.3-0 + "@polkadot/reactnative-identicon": 0.86.3-1 + "@polkadot/ui-keyring": 0.86.3-1 + "@polkadot/ui-settings": 0.86.3-1 "@polkadot/util": ^7.6.1 "@polkadot/util-crypto": ^7.6.1 "@react-native-community/async-storage": ^1.12.1