diff --git a/package.json b/package.json index d323ad92..ee769951 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-1", + "version": "0.86.3-2", "workspaces": [ "packages/*" ], diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 37876161..63d9fea8 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -15,9 +15,8 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4" } diff --git a/packages/example-react/src/packageInfo.ts b/packages/example-react/src/packageInfo.ts index d6a33207..ce44e9c0 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-1' }; +export const packageInfo = { name: '@polkadot/example-react', version: '0.86.3-2' }; diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index e7c569e0..2f0ab9de 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -15,9 +15,8 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4" } diff --git a/packages/example-vue/src/packageInfo.ts b/packages/example-vue/src/packageInfo.ts index b67fe1db..0d73e4e7 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-1' }; +export const packageInfo = { name: '@polkadot/example-vue', version: '0.86.3-2' }; diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 8674574a..72740b23 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.86.3-1", + "version": "0.86.3-2", "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-1", - "@polkadot/ui-keyring": "0.86.3-1", - "@polkadot/ui-settings": "0.86.3-1", + "@polkadot/reactnative-identicon": "0.86.3-2", + "@polkadot/ui-keyring": "0.86.3-2", + "@polkadot/ui-settings": "0.86.3-2", "@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 786f4adf..99edaac0 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -18,14 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/keyring": "^7.6.1", - "@polkadot/ui-settings": "0.86.3-1", - "@polkadot/ui-shared": "0.86.3-1", + "@polkadot/ui-settings": "0.86.3-2", + "@polkadot/ui-shared": "0.86.3-2", "@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 1faf9fd6..1b72a442 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-1' }; +export const packageInfo = { name: '@polkadot/react-identicon', version: '0.86.3-2' }; diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index ce357540..468b7494 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -15,9 +15,8 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/util": "^7.6.1", diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index 597d6940..b56886ac 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-1' }; +export const packageInfo = { name: '@polkadot/react-qr', version: '0.86.3-2' }; diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 3fd6cdb9..cee53ef0 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -18,12 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", - "@polkadot/ui-shared": "0.86.3-1", + "@polkadot/ui-shared": "0.86.3-2", "@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 c9330945..245773f2 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-1' }; +export const packageInfo = { name: '@polkadot/reactnative-identicon', version: '0.86.3-2' }; diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index bb728fb9..a3c12881 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -14,9 +14,8 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4" } diff --git a/packages/ui-assets/src/packageInfo.ts b/packages/ui-assets/src/packageInfo.ts index ea4e6fb3..10f2a86c 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-1' }; +export const packageInfo = { name: '@polkadot/ui-assets', version: '0.86.3-2' }; diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 836ceaae..631e0012 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -17,14 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/hw-ledger": "^7.6.1", "@polkadot/keyring": "^7.6.1", - "@polkadot/ui-settings": "0.86.3-1", + "@polkadot/ui-settings": "0.86.3-2", "@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 ee685a70..86504eb2 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-1' }; +export const packageInfo = { name: '@polkadot/ui-keyring', version: '0.86.3-2' }; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index e47eee35..93095425 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -15,9 +15,8 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/networks": "^7.6.1", diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index 796d9949..a6a5e32a 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-1' }; +export const packageInfo = { name: '@polkadot/ui-settings', version: '0.86.3-2' }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 7060cb35..007629dc 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -15,9 +15,8 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", "color": "^3.2.1" diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index 9e57347e..92812596 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-1' }; +export const packageInfo = { name: '@polkadot/ui-shared', version: '0.86.3-2' }; diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 41028583..dfad855d 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -18,12 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.3-1", + "version": "0.86.3-2", "main": "index.js", - "scripts": {}, "dependencies": { "@babel/runtime": "^7.15.4", - "@polkadot/ui-shared": "0.86.3-1", + "@polkadot/ui-shared": "0.86.3-2", "@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 2e56428f..82ab7322 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-1' }; +export const packageInfo = { name: '@polkadot/vue-identicon', version: '0.86.3-2' }; diff --git a/yarn.lock b/yarn.lock index 3fa1816d..0257a7d3 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-1 - "@polkadot/ui-shared": 0.86.3-1 + "@polkadot/ui-settings": 0.86.3-2 + "@polkadot/ui-shared": 0.86.3-2 "@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-1, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.86.3-2, @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-1 + "@polkadot/ui-shared": 0.86.3-2 "@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-1, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.86.3-2, @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-1 + "@polkadot/ui-settings": 0.86.3-2 "@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-1, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.86.3-2, @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-1, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.86.3-2, @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-1 + "@polkadot/ui-shared": 0.86.3-2 "@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-1 - "@polkadot/ui-keyring": 0.86.3-1 - "@polkadot/ui-settings": 0.86.3-1 + "@polkadot/reactnative-identicon": 0.86.3-2 + "@polkadot/ui-keyring": 0.86.3-2 + "@polkadot/ui-settings": 0.86.3-2 "@polkadot/util": ^7.6.1 "@polkadot/util-crypto": ^7.6.1 "@react-native-community/async-storage": ^1.12.1