diff --git a/.123current b/.123current new file mode 100644 index 00000000..cb830650 --- /dev/null +++ b/.123current @@ -0,0 +1 @@ +2.6.2-0-x \ No newline at end of file diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e7ef2b43..b29b59f0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 621 Jaco 2.6.1 (#655) + 622 Jaco Bump dev deps (#656) 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 0456f59c..6b506e53 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "2.6.1", + "version": "2.6.2-0-x", "workspaces": [ "packages/*" ], diff --git a/packages/example-react/package.json b/packages/example-react/package.json index c4d4da22..53df7c17 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.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3" diff --git a/packages/example-react/src/packageInfo.ts b/packages/example-react/src/packageInfo.ts index 00068408..5fb9d340 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.6.1' }; +export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 3beeee5c..855b46bc 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.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3" diff --git a/packages/example-vue/src/packageInfo.ts b/packages/example-vue/src/packageInfo.ts index e702eec1..e1926230 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.6.1' }; +export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index faf73eef..d9c2553a 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", "@polkadot/keyring": "^9.6.1", - "@polkadot/ui-settings": "2.6.1", - "@polkadot/ui-shared": "2.6.1", + "@polkadot/ui-settings": "2.6.2-0-x", + "@polkadot/ui-shared": "2.6.2-0-x", "@polkadot/util": "^9.6.1", "@polkadot/util-crypto": "^9.6.1", "color": "^3.2.1", diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index bc993f5b..60ed558a 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.6.1' }; +export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index fbd792a9..27ecac4d 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/ui-settings": "2.6.1", + "@polkadot/ui-settings": "2.6.2-0-x", "@polkadot/util": "^9.6.1", "@polkadot/util-crypto": "^9.6.1", "qrcode-generator": "^1.4.4", diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index bf163fee..d66e7e64 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.6.1' }; +export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index b7f457b7..d553763b 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/ui-shared": "2.6.1", + "@polkadot/ui-shared": "2.6.2-0-x", "@polkadot/util": "^9.6.1", "@polkadot/util-crypto": "^9.6.1", "react-native-svg": "^12.3.0" diff --git a/packages/reactnative-identicon/src/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index 756d7273..d0c5c7ce 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.6.1' }; +export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index c7a6cbfa..01ed3a6b 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.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/ui-assets/src/packageInfo.ts b/packages/ui-assets/src/packageInfo.ts index 6407ae69..72592e80 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.6.1' }; +export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 1fb93c9e..73a4a662 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,12 +16,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", "@polkadot/keyring": "^9.6.1", - "@polkadot/ui-settings": "2.6.1", + "@polkadot/ui-settings": "2.6.2-0-x", "@polkadot/util": "^9.6.1", "@polkadot/util-crypto": "^9.6.1", "mkdirp": "^1.0.4", diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index 1a4f90a3..12807b4d 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.6.1' }; +export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 43a1e1e9..be05cb0d 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index 81c0a06e..03f332de 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.6.1' }; +export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 785bb828..67030445 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index 67954bb5..d27bd843 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.6.1' }; +export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index af7c4f61..4edaac10 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "2.6.1", + "version": "2.6.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/ui-shared": "2.6.1", + "@polkadot/ui-shared": "2.6.2-0-x", "@polkadot/util": "^9.6.1", "@polkadot/util-crypto": "^9.6.1", "jdenticon": "3.1.1" diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index 64e9bfd1..ce896c28 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.6.1' }; +export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '2.6.2-0-x' }; diff --git a/yarn.lock b/yarn.lock index 69eb9853..938c6917 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2260,8 +2260,8 @@ __metadata: dependencies: "@babel/runtime": ^7.18.3 "@polkadot/keyring": ^9.6.1 - "@polkadot/ui-settings": 2.6.1 - "@polkadot/ui-shared": 2.6.1 + "@polkadot/ui-settings": 2.6.2-0-x + "@polkadot/ui-shared": 2.6.2-0-x "@polkadot/util": ^9.6.1 "@polkadot/util-crypto": ^9.6.1 "@types/react-copy-to-clipboard": ^5.0.2 @@ -2289,7 +2289,7 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/ui-settings": 2.6.1 + "@polkadot/ui-settings": 2.6.2-0-x "@polkadot/util": ^9.6.1 "@polkadot/util-crypto": ^9.6.1 "@types/react-qr-reader": ^2.1.4 @@ -2311,7 +2311,7 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/ui-shared": 2.6.1 + "@polkadot/ui-shared": 2.6.2-0-x "@polkadot/util": ^9.6.1 "@polkadot/util-crypto": ^9.6.1 "@types/react-native": ^0.68.0 @@ -2339,7 +2339,7 @@ __metadata: dependencies: "@babel/runtime": ^7.18.3 "@polkadot/keyring": ^9.6.1 - "@polkadot/ui-settings": 2.6.1 + "@polkadot/ui-settings": 2.6.2-0-x "@polkadot/util": ^9.6.1 "@polkadot/util-crypto": ^9.6.1 "@types/mkdirp": ^1.0.2 @@ -2354,7 +2354,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@2.6.1, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@2.6.2-0-x, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: @@ -2370,7 +2370,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@2.6.1, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@2.6.2-0-x, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: @@ -2429,7 +2429,7 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/ui-shared": 2.6.1 + "@polkadot/ui-shared": 2.6.2-0-x "@polkadot/util": ^9.6.1 "@polkadot/util-crypto": ^9.6.1 jdenticon: 3.1.1