From 5caa168bf7a774f0a5d85a767511f339bcb30662 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Jan 2022 06:49:55 +0000 Subject: [PATCH] [CI Skip] release/stable 0.89.1 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 2 +- packages/example-react/package.json | 2 +- packages/example-react/src/detectPackage.ts | 2 +- packages/example-react/src/packageInfo.ts | 2 +- packages/example-vue/package.json | 2 +- packages/example-vue/src/detectPackage.ts | 2 +- packages/example-vue/src/packageInfo.ts | 2 +- packages/react-identicon/package.json | 6 +++--- packages/react-identicon/src/detectPackage.ts | 2 +- packages/react-identicon/src/packageInfo.ts | 2 +- packages/react-qr/package.json | 4 ++-- packages/react-qr/src/detectPackage.ts | 2 +- packages/react-qr/src/packageInfo.ts | 2 +- packages/reactnative-identicon/package.json | 4 ++-- .../reactnative-identicon/src/detectPackage.ts | 2 +- .../reactnative-identicon/src/packageInfo.ts | 2 +- packages/ui-assets/package.json | 2 +- packages/ui-assets/src/detectPackage.ts | 2 +- packages/ui-assets/src/packageInfo.ts | 2 +- packages/ui-keyring/package.json | 4 ++-- packages/ui-keyring/src/detectPackage.ts | 2 +- packages/ui-keyring/src/packageInfo.ts | 2 +- packages/ui-settings/package.json | 2 +- packages/ui-settings/src/detectPackage.ts | 2 +- packages/ui-settings/src/packageInfo.ts | 2 +- packages/ui-shared/package.json | 2 +- packages/ui-shared/src/detectPackage.ts | 2 +- packages/ui-shared/src/packageInfo.ts | 2 +- packages/vue-identicon/package.json | 4 ++-- packages/vue-identicon/src/detectPackage.ts | 2 +- packages/vue-identicon/src/packageInfo.ts | 2 +- yarn.lock | 16 ++++++++-------- 33 files changed, 46 insertions(+), 46 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 48dcf203..be5cbeaa 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 564 Jaco + 565 Jaco 7 YJ 4 Antoine Estienne 4 kwingram25 diff --git a/package.json b/package.json index 3a92daad..14a01aa0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.0", + "version": "0.89.1", "workspaces": [ "packages/*" ], diff --git a/packages/example-react/package.json b/packages/example-react/package.json index fe95ea47..63ccb051 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7" diff --git a/packages/example-react/src/detectPackage.ts b/packages/example-react/src/detectPackage.ts index 74bb95df..92cebab2 100644 --- a/packages/example-react/src/detectPackage.ts +++ b/packages/example-react/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/example-react/src/packageInfo.ts b/packages/example-react/src/packageInfo.ts index 20d55f4d..23d721b7 100644 --- a/packages/example-react/src/packageInfo.ts +++ b/packages/example-react/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index e3adc213..ce785572 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7" diff --git a/packages/example-vue/src/detectPackage.ts b/packages/example-vue/src/detectPackage.ts index 565289d0..8e73a6b3 100644 --- a/packages/example-vue/src/detectPackage.ts +++ b/packages/example-vue/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/example-vue/src/packageInfo.ts b/packages/example-vue/src/packageInfo.ts index 8f193698..2bd897f1 100644 --- a/packages/example-vue/src/packageInfo.ts +++ b/packages/example-vue/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 6a538710..e55b3bcf 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", "@polkadot/keyring": "^8.3.1", - "@polkadot/ui-settings": "0.89.0", - "@polkadot/ui-shared": "0.89.0", + "@polkadot/ui-settings": "0.89.1", + "@polkadot/ui-shared": "0.89.1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "color": "^3.2.1", diff --git a/packages/react-identicon/src/detectPackage.ts b/packages/react-identicon/src/detectPackage.ts index 49b698a6..1f3f4f0a 100644 --- a/packages/react-identicon/src/detectPackage.ts +++ b/packages/react-identicon/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index fe431880..7b0c4ba7 100644 --- a/packages/react-identicon/src/packageInfo.ts +++ b/packages/react-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index f0184e35..518c404c 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-settings": "0.89.0", + "@polkadot/ui-settings": "0.89.1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "qrcode-generator": "^1.4.4", diff --git a/packages/react-qr/src/detectPackage.ts b/packages/react-qr/src/detectPackage.ts index ea4dc902..c35c956b 100644 --- a/packages/react-qr/src/detectPackage.ts +++ b/packages/react-qr/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index 66520ef6..73786805 100644 --- a/packages/react-qr/src/packageInfo.ts +++ b/packages/react-qr/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 21e7f3db..529bbcf5 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-shared": "0.89.0", + "@polkadot/ui-shared": "0.89.1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "react-native-svg": "^12.2.0" diff --git a/packages/reactnative-identicon/src/detectPackage.ts b/packages/reactnative-identicon/src/detectPackage.ts index 946a1c30..066d3162 100644 --- a/packages/reactnative-identicon/src/detectPackage.ts +++ b/packages/reactnative-identicon/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/reactnative-identicon/src/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index 395de50f..bbdb1de2 100644 --- a/packages/reactnative-identicon/src/packageInfo.ts +++ b/packages/reactnative-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 59fa2af6..81536f1a 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/ui-assets/src/detectPackage.ts b/packages/ui-assets/src/detectPackage.ts index d9acb73e..4e5c5b15 100644 --- a/packages/ui-assets/src/detectPackage.ts +++ b/packages/ui-assets/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/ui-assets/src/packageInfo.ts b/packages/ui-assets/src/packageInfo.ts index fa1010ea..3f1a83c9 100644 --- a/packages/ui-assets/src/packageInfo.ts +++ b/packages/ui-assets/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index d6e1d849..be2b576c 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,13 +16,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", "@polkadot/hw-ledger": "^8.3.1", "@polkadot/keyring": "^8.3.1", - "@polkadot/ui-settings": "0.89.0", + "@polkadot/ui-settings": "0.89.1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "mkdirp": "^1.0.4", diff --git a/packages/ui-keyring/src/detectPackage.ts b/packages/ui-keyring/src/detectPackage.ts index 99a79822..4fcbceab 100644 --- a/packages/ui-keyring/src/detectPackage.ts +++ b/packages/ui-keyring/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index 9175677f..7fba0040 100644 --- a/packages/ui-keyring/src/packageInfo.ts +++ b/packages/ui-keyring/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 461a33fc..5cc25ef9 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/ui-settings/src/detectPackage.ts b/packages/ui-settings/src/detectPackage.ts index 1e9224f3..c82850d8 100644 --- a/packages/ui-settings/src/detectPackage.ts +++ b/packages/ui-settings/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index 7469c90a..9ec484b8 100644 --- a/packages/ui-settings/src/packageInfo.ts +++ b/packages/ui-settings/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index e9d7a13a..e7e30f99 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/ui-shared/src/detectPackage.ts b/packages/ui-shared/src/detectPackage.ts index 8c85050f..e4daa795 100644 --- a/packages/ui-shared/src/detectPackage.ts +++ b/packages/ui-shared/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index c5d47a6b..9c28009a 100644 --- a/packages/ui-shared/src/packageInfo.ts +++ b/packages/ui-shared/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 2fa19e3c..f41922a0 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.0", + "version": "0.89.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-shared": "0.89.0", + "@polkadot/ui-shared": "0.89.1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "jdenticon": "3.1.1" diff --git a/packages/vue-identicon/src/detectPackage.ts b/packages/vue-identicon/src/detectPackage.ts index 5ad884d1..0565e465 100644 --- a/packages/vue-identicon/src/detectPackage.ts +++ b/packages/vue-identicon/src/detectPackage.ts @@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util'; import others from './detectOther'; import { packageInfo } from './packageInfo'; -detectPackage(packageInfo, packageInfo.path, others); +detectPackage(packageInfo, null, others); diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index 7efb4c5b..6502b0eb 100644 --- a/packages/vue-identicon/src/packageInfo.ts +++ b/packages/vue-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '0.88.2-4' }; +export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '0.89.1' }; diff --git a/yarn.lock b/yarn.lock index 904276ac..aa54978b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2305,8 +2305,8 @@ __metadata: dependencies: "@babel/runtime": ^7.16.7 "@polkadot/keyring": ^8.3.1 - "@polkadot/ui-settings": 0.89.0 - "@polkadot/ui-shared": 0.89.0 + "@polkadot/ui-settings": 0.89.1 + "@polkadot/ui-shared": 0.89.1 "@polkadot/util": ^8.3.1 "@polkadot/util-crypto": ^8.3.1 "@types/react-copy-to-clipboard": ^5.0.2 @@ -2334,7 +2334,7 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-settings": 0.89.0 + "@polkadot/ui-settings": 0.89.1 "@polkadot/util": ^8.3.1 "@polkadot/util-crypto": ^8.3.1 "@types/react-qr-reader": ^2.1.4 @@ -2356,7 +2356,7 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-shared": 0.89.0 + "@polkadot/ui-shared": 0.89.1 "@polkadot/util": ^8.3.1 "@polkadot/util-crypto": ^8.3.1 "@types/react-native": ^0.66.11 @@ -2385,7 +2385,7 @@ __metadata: "@babel/runtime": ^7.16.7 "@polkadot/hw-ledger": ^8.3.1 "@polkadot/keyring": ^8.3.1 - "@polkadot/ui-settings": 0.89.0 + "@polkadot/ui-settings": 0.89.1 "@polkadot/util": ^8.3.1 "@polkadot/util-crypto": ^8.3.1 "@types/mkdirp": ^1.0.2 @@ -2400,7 +2400,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.89.0, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.89.1, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: @@ -2416,7 +2416,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.89.0, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.89.1, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: @@ -2475,7 +2475,7 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-shared": 0.89.0 + "@polkadot/ui-shared": 0.89.1 "@polkadot/util": ^8.3.1 "@polkadot/util-crypto": ^8.3.1 jdenticon: 3.1.1