diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e31b1e83..ce3097cf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,33 +1,33 @@ - 566 Jaco - 7 YJ - 4 Antoine Estienne - 4 kwingram25 - 4 Thibaut Sardan - 3 Luke Sugiura - 3 Stefanie Doll - 2 Drew Stone - 2 Hanwen Cheng - 2 Nikos Kontakis - 2 Vlad Proshchavaiev - 2 Xiliang Chen - 2 雪霁 - 1 Adam Dossa - 1 Alex Siman - 1 Alexander Krupenkin - 1 Andrei Eres - 1 Axel Chalon - 1 Cameron Franz - 1 carumusan - 1 Harry Liu - 1 Jake Naviasky - 1 Logan Saether - 1 Lovesh Harchandani - 1 Luke Schoen - 1 Nantian - 1 Nikhil Ranjan - 1 Shawn Tabrizi - 1 Wei Tang - 1 WoeOm - 1 yuhui1208 - 1 Yuri - 1 菩提 \ No newline at end of file + 567 Jaco Bump dev (w/ contrib update) (#593) + 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) + 4 Thibaut Sardan store hardware wallets (#431) + 3 Luke Sugiura remove language options (#244) + 3 Stefanie Doll Replace isUndefined util with explicit typeof check (#107) + 2 Drew Stone Add Edgeware testnet and mainnet updated endpoints (#274) + 2 Hanwen Cheng allow qr to scan seed qr (#330) + 2 Nikos Kontakis Fix undefined process error that may appear when using ui (#524) + 2 Vlad Proshchavaiev Add Subsocial to ss58 defaults (#358) + 2 Xiliang Chen Update UNfrastructure node label (#160) + 2 雪霁 Batch export patch up (#455) + 1 Adam Dossa Add Polymesh Ledger Integration (#427) + 1 Alex Siman Fix typo in README: stiorage -> storage (#69) + 1 Alexander Krupenkin Added ECDSA crypto type (#313) + 1 Andrei Eres Fix raising error if process has not defined yet (#548) + 1 Axel Chalon Simplify KeyringAddress interface (#144) + 1 Cameron Franz react-native example app port (#223) + 1 carumusan Add kulupu (#342) + 1 Harry Liu Update README.md (#166) + 1 Jake Naviasky Add Edgeware chain prefix to settings. (#317) + 1 Logan Saether Propose W3F node (#188) + 1 Lovesh Harchandani Allow Ledger support for Dock (#425) + 1 Luke Schoen Fix typo in heading (#114) + 1 Nantian fix bigint type (#510) + 1 Nikhil Ranjan Updated to valid javascript (#271) + 1 Shawn Tabrizi Add a new `notification` setting (#498) + 1 Wei Tang Add Kulupu to the network selection list (#254) + 1 WoeOm add darwinia ss58 (#379) + 1 yuhui1208 [Stores] make FileStroe read key safely (#338) + 1 Yuri Add webpack 5 support (#557) + 1 菩提 fix some bugs (#260) \ No newline at end of file diff --git a/package.json b/package.json index 3d7bcd2b..5545602b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.2-0", + "version": "0.89.2-1", "workspaces": [ "packages/*" ], diff --git a/packages/example-react/package.json b/packages/example-react/package.json index b6349b3a..a6cdb1d0 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.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7" diff --git a/packages/example-react/src/packageInfo.ts b/packages/example-react/src/packageInfo.ts index cdb38d3d..aa044c0a 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index e1c6a3b6..7f3faaee 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.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7" diff --git a/packages/example-vue/src/packageInfo.ts b/packages/example-vue/src/packageInfo.ts index 3816e25a..e8ced1eb 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 1003425d..ec32a45b 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", "@polkadot/keyring": "^8.3.1", - "@polkadot/ui-settings": "0.89.2-0", - "@polkadot/ui-shared": "0.89.2-0", + "@polkadot/ui-settings": "0.89.2-1", + "@polkadot/ui-shared": "0.89.2-1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "color": "^3.2.1", diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index be72a630..d1b4b24e 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index f59071d0..7a012283 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-settings": "0.89.2-0", + "@polkadot/ui-settings": "0.89.2-1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "qrcode-generator": "^1.4.4", diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index f84ec650..552cd669 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 7f3d32f5..ca7aca83 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-shared": "0.89.2-0", + "@polkadot/ui-shared": "0.89.2-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/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index e4580fc5..9d12647c 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index c9038a3f..8e53dcb4 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.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/ui-assets/src/packageInfo.ts b/packages/ui-assets/src/packageInfo.ts index de8080a1..ceb1ad60 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 995f497e..450fd01b 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,13 +16,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.2-0", + "version": "0.89.2-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.2-0", + "@polkadot/ui-settings": "0.89.2-1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "mkdirp": "^1.0.4", diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index 30de3c20..1190987e 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 99ecfcca..9dfc99fb 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index d5a0bc55..8c5cd021 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 842dabdf..ecbbc607 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index 5aaef479..0070458e 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 01b61bc2..82c72d0c 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.2-0", + "version": "0.89.2-1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-shared": "0.89.2-0", + "@polkadot/ui-shared": "0.89.2-1", "@polkadot/util": "^8.3.1", "@polkadot/util-crypto": "^8.3.1", "jdenticon": "3.1.1" diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index 4c321af6..10e51892 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.89.2-0' }; +export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '0.89.2-1' }; diff --git a/yarn.lock b/yarn.lock index 3d3e989f..5b0174c5 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.2-0 - "@polkadot/ui-shared": 0.89.2-0 + "@polkadot/ui-settings": 0.89.2-1 + "@polkadot/ui-shared": 0.89.2-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.2-0 + "@polkadot/ui-settings": 0.89.2-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.2-0 + "@polkadot/ui-shared": 0.89.2-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.2-0 + "@polkadot/ui-settings": 0.89.2-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.2-0, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.89.2-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.2-0, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.89.2-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.2-0 + "@polkadot/ui-shared": 0.89.2-1 "@polkadot/util": ^8.3.1 "@polkadot/util-crypto": ^8.3.1 jdenticon: 3.1.1