From bd849e317a3f8fba27d79261a598f22900f75266 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 05:15:58 +0000 Subject: [PATCH] [CI Skip] bump/beta 2.8.3-0-x skip-checks: true --- .123current | 1 - CONTRIBUTORS | 2 +- package.json | 3 ++- packages/example-react/package.json | 2 +- packages/example-react/src/packageInfo.ts | 2 +- packages/example-vue/package.json | 2 +- packages/example-vue/src/packageInfo.ts | 2 +- packages/react-identicon/package.json | 6 +++--- packages/react-identicon/src/packageInfo.ts | 2 +- packages/react-qr/package.json | 4 ++-- packages/react-qr/src/packageInfo.ts | 2 +- packages/reactnative-identicon/package.json | 4 ++-- .../reactnative-identicon/src/packageInfo.ts | 2 +- packages/ui-assets/package.json | 2 +- packages/ui-assets/src/packageInfo.ts | 2 +- packages/ui-keyring/package.json | 4 ++-- packages/ui-keyring/src/packageInfo.ts | 2 +- packages/ui-settings/package.json | 2 +- packages/ui-settings/src/packageInfo.ts | 2 +- packages/ui-shared/package.json | 2 +- packages/ui-shared/src/packageInfo.ts | 2 +- packages/vue-identicon/package.json | 4 ++-- packages/vue-identicon/src/packageInfo.ts | 2 +- yarn.lock | 16 ++++++++-------- 24 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 .123current diff --git a/.123current b/.123current deleted file mode 100644 index 1817afea..00000000 --- a/.123current +++ /dev/null @@ -1 +0,0 @@ -2.8.2 diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4218d0ff..40412026 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 628 Jaco 2.8.2 (#664) + 629 Jaco Bump dev (#665) 7 YJ fix #224: decrease frame size to 1024, set multipart bool (#225) 4 Antoine Estienne Refactor logic to better use prefix (#491) 4 kwingram25 fix ff api url issue (#289) diff --git a/package.json b/package.json index cd3ae695..fe7e9529 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ }, "sideEffects": false, "type": "module", - "version": "2.8.2", + "version": "2.8.3-0-x", + "versionGit": "2.8.3-0-x", "versionNpm": "2.8.2", "workspaces": [ "packages/*" diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 38cfccc3..6a892e06 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": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6" diff --git a/packages/example-react/src/packageInfo.ts b/packages/example-react/src/packageInfo.ts index 42a8d92b..14af253f 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 802588fa..e717c790 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": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6" diff --git a/packages/example-vue/src/packageInfo.ts b/packages/example-vue/src/packageInfo.ts index 4d9e8ccd..8230d595 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 24f40742..32f24d12 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", "@polkadot/keyring": "^10.0.2", - "@polkadot/ui-settings": "2.8.2", - "@polkadot/ui-shared": "2.8.2", + "@polkadot/ui-settings": "2.8.3-0-x", + "@polkadot/ui-shared": "2.8.3-0-x", "@polkadot/util": "^10.0.2", "@polkadot/util-crypto": "^10.0.2", "color": "^3.2.1", diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index 8337f908..12f67772 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 831011ca..a3ca9a02 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", - "@polkadot/ui-settings": "2.8.2", + "@polkadot/ui-settings": "2.8.3-0-x", "@polkadot/util": "^10.0.2", "@polkadot/util-crypto": "^10.0.2", "qrcode-generator": "^1.4.4", diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index 1d2c5b20..cfe2509c 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 0eff24cf..0b33dd72 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", - "@polkadot/ui-shared": "2.8.2", + "@polkadot/ui-shared": "2.8.3-0-x", "@polkadot/util": "^10.0.2", "@polkadot/util-crypto": "^10.0.2", "react-native-svg": "^12.3.0" diff --git a/packages/reactnative-identicon/src/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index 7909900f..835308cf 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 4b164a3d..070019bd 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": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/ui-assets/src/packageInfo.ts b/packages/ui-assets/src/packageInfo.ts index 8e7cbaa5..27dae934 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 2ded7009..f16f5cb7 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,12 +16,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", "@polkadot/keyring": "^10.0.2", - "@polkadot/ui-settings": "2.8.2", + "@polkadot/ui-settings": "2.8.3-0-x", "@polkadot/util": "^10.0.2", "@polkadot/util-crypto": "^10.0.2", "mkdirp": "^1.0.4", diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index 8802409b..04873a76 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 06d3a121..60be8056 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index 79b32ad3..3bb79aea 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 4cca08b6..3b6b1248 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index bcc4f2d0..7b16b6d1 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 7eee2f6f..27571f81 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.8.2", + "version": "2.8.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", - "@polkadot/ui-shared": "2.8.2", + "@polkadot/ui-shared": "2.8.3-0-x", "@polkadot/util": "^10.0.2", "@polkadot/util-crypto": "^10.0.2", "jdenticon": "3.1.1" diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index c0cc78f3..1804816f 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: '2.8.2' }; +export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '2.8.3-0-x' }; diff --git a/yarn.lock b/yarn.lock index 2f296d0f..86059c67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2266,8 +2266,8 @@ __metadata: dependencies: "@babel/runtime": ^7.18.6 "@polkadot/keyring": ^10.0.2 - "@polkadot/ui-settings": 2.8.2 - "@polkadot/ui-shared": 2.8.2 + "@polkadot/ui-settings": 2.8.3-0-x + "@polkadot/ui-shared": 2.8.3-0-x "@polkadot/util": ^10.0.2 "@polkadot/util-crypto": ^10.0.2 "@types/react-copy-to-clipboard": ^5.0.2 @@ -2295,7 +2295,7 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.18.6 - "@polkadot/ui-settings": 2.8.2 + "@polkadot/ui-settings": 2.8.3-0-x "@polkadot/util": ^10.0.2 "@polkadot/util-crypto": ^10.0.2 "@types/react-qr-reader": ^2.1.4 @@ -2317,7 +2317,7 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.18.6 - "@polkadot/ui-shared": 2.8.2 + "@polkadot/ui-shared": 2.8.3-0-x "@polkadot/util": ^10.0.2 "@polkadot/util-crypto": ^10.0.2 "@types/react-native": ^0.69.2 @@ -2345,7 +2345,7 @@ __metadata: dependencies: "@babel/runtime": ^7.18.6 "@polkadot/keyring": ^10.0.2 - "@polkadot/ui-settings": 2.8.2 + "@polkadot/ui-settings": 2.8.3-0-x "@polkadot/util": ^10.0.2 "@polkadot/util-crypto": ^10.0.2 "@types/mkdirp": ^1.0.2 @@ -2360,7 +2360,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@2.8.2, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@2.8.3-0-x, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: @@ -2376,7 +2376,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@2.8.2, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@2.8.3-0-x, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: @@ -2434,7 +2434,7 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.18.6 - "@polkadot/ui-shared": 2.8.2 + "@polkadot/ui-shared": 2.8.3-0-x "@polkadot/util": ^10.0.2 "@polkadot/util-crypto": ^10.0.2 jdenticon: 3.1.1