diff --git a/package.json b/package.json index 5bba03d6..cce56d7e 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,5 @@ "webpack-cli": "^3.3.12", "webpack-serve": "^3.2.0" }, - "version": "0.70.2-0" + "version": "0.70.2-1" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 08555957..ce138e56 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.70.2-0", + "version": "0.70.2-1", "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-react/src/packageInfo.ts b/packages/example-react/src/packageInfo.ts index 686acdcc..3ac99139 100644 --- a/packages/example-react/src/packageInfo.ts +++ b/packages/example-react/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/example-react authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/example-react', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/example-react', version: '0.70.2-1' }; diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 399ea267..20d9ba0a 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.70.2-0", + "version": "0.70.2-1", "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-vue/src/packageInfo.ts b/packages/example-vue/src/packageInfo.ts index a671681a..d7147a09 100644 --- a/packages/example-vue/src/packageInfo.ts +++ b/packages/example-vue/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/example-vue authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/example-vue', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/example-vue', version: '0.70.2-1' }; diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 047a339a..5e2d86c1 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.70.2-0", + "version": "0.70.2-1", "private": true, "scripts": { "copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared", @@ -13,9 +13,9 @@ }, "dependencies": { "@polkadot/keyring": "^6.0.1-4", - "@polkadot/reactnative-identicon": "0.70.2-0", - "@polkadot/ui-keyring": "0.70.2-0", - "@polkadot/ui-settings": "0.70.2-0", + "@polkadot/reactnative-identicon": "0.70.2-1", + "@polkadot/ui-keyring": "0.70.2-1", + "@polkadot/ui-settings": "0.70.2-1", "@polkadot/util": "^6.0.1-4", "@polkadot/util-crypto": "^6.0.1-4", "@react-native-community/async-storage": "^1.12.1", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 5c1cff0e..0b946f2d 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.70.2-0", + "version": "0.70.2-1", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", @@ -14,8 +14,8 @@ "dependencies": { "@babel/runtime": "^7.13.9", "@polkadot/keyring": "^6.0.1-4", - "@polkadot/ui-settings": "0.70.2-0", - "@polkadot/ui-shared": "0.70.2-0", + "@polkadot/ui-settings": "0.70.2-1", + "@polkadot/ui-shared": "0.70.2-1", "@polkadot/util": "^6.0.1-4", "@polkadot/util-crypto": "^6.0.1-4", "color": "^3.1.3", diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index 988b3d6b..b877f8e9 100644 --- a/packages/react-identicon/src/packageInfo.ts +++ b/packages/react-identicon/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/react-identicon', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/react-identicon', version: '0.70.2-1' }; diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index bd76dea2..e2790c3b 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.70.2-0", + "version": "0.70.2-1", "type": "module", "description": "Generates and reads QR codes", "main": "index.js", diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index 1cf167e0..b65f3406 100644 --- a/packages/react-qr/src/packageInfo.ts +++ b/packages/react-qr/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/react-qr', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/react-qr', version: '0.70.2-1' }; diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index e0c0c972..06d9f81d 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.70.2-0", + "version": "0.70.2-1", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.9", - "@polkadot/ui-shared": "0.70.2-0", + "@polkadot/ui-shared": "0.70.2-1", "@polkadot/util": "^6.0.1-4", "@polkadot/util-crypto": "^6.0.1-4", "react-native-svg": "^12.1.0" diff --git a/packages/reactnative-identicon/src/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index 8fce0dfb..0224f1cb 100644 --- a/packages/reactnative-identicon/src/packageInfo.ts +++ b/packages/reactnative-identicon/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/reactnative-identicon', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/reactnative-identicon', version: '0.70.2-1' }; diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 6252d5a1..706a5786 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.70.2-0", + "version": "0.70.2-1", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-assets/src/packageInfo.ts b/packages/ui-assets/src/packageInfo.ts index ade521ca..aa58440d 100644 --- a/packages/ui-assets/src/packageInfo.ts +++ b/packages/ui-assets/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/ui-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/ui-assets', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/ui-assets', version: '0.70.2-1' }; diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index fd7aff3d..ae23762d 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.70.2-0", + "version": "0.70.2-1", "type": "module", "main": "index.js", "sideEffects": [ @@ -16,7 +16,7 @@ "@babel/runtime": "^7.13.9", "@polkadot/hw-ledger": "^6.0.1-4", "@polkadot/keyring": "^6.0.1-4", - "@polkadot/ui-settings": "0.70.2-0", + "@polkadot/ui-settings": "0.70.2-1", "@polkadot/util": "^6.0.1-4", "@polkadot/x-rxjs": "^6.0.1-4", "mkdirp": "^1.0.4", diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index e25b1697..8d05c727 100644 --- a/packages/ui-keyring/src/packageInfo.ts +++ b/packages/ui-keyring/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/ui-keyring', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/ui-keyring', version: '0.70.2-1' }; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index e8cdaa0e..a9838a76 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.70.2-0", + "version": "0.70.2-1", "type": "module", "description": "Manages app settings", "main": "index.js", diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index 49b18e30..0dbbbf3e 100644 --- a/packages/ui-settings/src/packageInfo.ts +++ b/packages/ui-settings/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/ui-settings', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/ui-settings', version: '0.70.2-1' }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 3b45a394..583aa788 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.70.2-0", + "version": "0.70.2-1", "type": "module", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index 40813ef1..25a14f51 100644 --- a/packages/ui-shared/src/packageInfo.ts +++ b/packages/ui-shared/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/ui-shared', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/ui-shared', version: '0.70.2-1' }; diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index e17c00e3..9b3b5f52 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.70.2-0", + "version": "0.70.2-1", "type": "module", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.9", - "@polkadot/ui-shared": "0.70.2-0", + "@polkadot/ui-shared": "0.70.2-1", "@polkadot/util": "^6.0.1-4", "@polkadot/util-crypto": "^6.0.1-4", "jdenticon": "3.1.0" diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index 0f8455fa..d6500008 100644 --- a/packages/vue-identicon/src/packageInfo.ts +++ b/packages/vue-identicon/src/packageInfo.ts @@ -1,6 +1,6 @@ -// Copyright 2017-2021 @polkadot/dev authors & contributors +// Copyright 2017-2021 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/vue-identicon', version: '0.70.2-0' }; +export const packageInfo = { name: '@polkadot/vue-identicon', version: '0.70.2-1' }; diff --git a/yarn.lock b/yarn.lock index 8893e84f..42802054 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2251,8 +2251,8 @@ __metadata: dependencies: "@babel/runtime": ^7.13.9 "@polkadot/keyring": ^6.0.1-4 - "@polkadot/ui-settings": 0.70.2-0 - "@polkadot/ui-shared": 0.70.2-0 + "@polkadot/ui-settings": 0.70.2-1 + "@polkadot/ui-shared": 0.70.2-1 "@polkadot/util": ^6.0.1-4 "@polkadot/util-crypto": ^6.0.1-4 "@types/react-copy-to-clipboard": ^5.0.0 @@ -2296,12 +2296,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/reactnative-identicon@0.70.2-0, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.70.2-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.13.9 - "@polkadot/ui-shared": 0.70.2-0 + "@polkadot/ui-shared": 0.70.2-1 "@polkadot/util": ^6.0.1-4 "@polkadot/util-crypto": ^6.0.1-4 "@types/react-native": ^0.63.50 @@ -2331,14 +2331,14 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-keyring@0.70.2-0, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.70.2-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.13.9 "@polkadot/hw-ledger": ^6.0.1-4 "@polkadot/keyring": ^6.0.1-4 - "@polkadot/ui-settings": 0.70.2-0 + "@polkadot/ui-settings": 0.70.2-1 "@polkadot/util": ^6.0.1-4 "@polkadot/x-rxjs": ^6.0.1-4 "@types/mkdirp": ^1.0.1 @@ -2352,7 +2352,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.70.2-0, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.70.2-1, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: @@ -2368,7 +2368,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.70.2-0, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.70.2-1, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: @@ -2430,7 +2430,7 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.13.9 - "@polkadot/ui-shared": 0.70.2-0 + "@polkadot/ui-shared": 0.70.2-1 "@polkadot/util": ^6.0.1-4 "@polkadot/util-crypto": ^6.0.1-4 jdenticon: 3.1.0 @@ -7002,9 +7002,9 @@ __metadata: "@babel/core": ^7.13.8 "@babel/runtime": ^7.13.9 "@polkadot/keyring": ^6.0.1-4 - "@polkadot/reactnative-identicon": 0.70.2-0 - "@polkadot/ui-keyring": 0.70.2-0 - "@polkadot/ui-settings": 0.70.2-0 + "@polkadot/reactnative-identicon": 0.70.2-1 + "@polkadot/ui-keyring": 0.70.2-1 + "@polkadot/ui-settings": 0.70.2-1 "@polkadot/util": ^6.0.1-4 "@polkadot/util-crypto": ^6.0.1-4 "@react-native-community/async-storage": ^1.12.1