From ac6642b63b3f3a5cdac704f9d7f137bc170883a2 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 10 Sep 2019 09:40:02 +0200 Subject: [PATCH] 0.43 (#202) --- CHANGELOG.md | 8 ++++ lerna.json | 2 +- packages/react-identicon/package.json | 10 ++-- packages/react-qr/package.json | 2 +- packages/reactnative-identicon/package.json | 4 +- packages/ui-assets/package.json | 2 +- packages/ui-keyring/package.json | 8 ++-- packages/ui-settings/package.json | 4 +- packages/ui-shared/package.json | 4 +- packages/vue-identicon/package.json | 4 +- yarn.lock | 52 ++++++++++----------- 11 files changed, 54 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d49ed23e..a1dde8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.43.1 + +- Add W3F Node for Kusama +- Add extended info to ui-settings, i.e. info on each option +- Adjust logos in ui-assets (incl. updated Substrate logo) +- ui-keyring now check the genesisHash on all load operations (if supplied) +- react-qr is now operational and integrated in the polkadot-js/extension and apps repos + # 0.42.1 - **Breaking Change** The `@polkadot/ui-identicon` package has been renamed to `@polkadot/react-identicon` diff --git a/lerna.json b/lerna.json index dd713c38..ea55e580 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.43.0-beta.11" + "version": "0.43.0" } diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 424a4a01..e991b24b 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.43.0-beta.11", + "version": "0.43.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-settings": "^0.43.0-beta.11", - "@polkadot/ui-shared": "^0.43.0-beta.11", + "@polkadot/ui-settings": "^0.43.0", + "@polkadot/ui-shared": "^0.43.0", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.1.2", @@ -25,8 +25,8 @@ "react": "*" }, "devDependencies": { - "@polkadot/keyring": "^1.2.0-beta.7", - "@polkadot/util-crypto": "^1.2.0-beta.7", + "@polkadot/keyring": "^1.2.1", + "@polkadot/util-crypto": "^1.2.1", "xmlserializer": "^0.6.1" } } diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index e51bbba4..b4c97d28 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.43.0-beta.11", + "version": "0.43.0", "description": "Generates and reads QR codes", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 37d5c5eb..57944144 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.43.0-beta.11", + "version": "0.43.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-shared": "^0.43.0-beta.11", + "@polkadot/ui-shared": "^0.43.0", "react-native-svg": "^9.8.4" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 0a7e85cb..1d53c59e 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.43.0-beta.11", + "version": "0.43.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index a1ccb63f..143cfe9e 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.43.0-beta.11", + "version": "0.43.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -19,9 +19,9 @@ "styled-components": "^4.3.1" }, "devDependencies": { - "@polkadot/keyring": "^1.2.0-beta.7", - "@polkadot/types": "^0.91.0-beta.22", - "@polkadot/util": "^1.2.0-beta.7" + "@polkadot/keyring": "^1.2.1", + "@polkadot/types": "^0.91.1", + "@polkadot/util": "^1.2.1" }, "peerDependencies": { "@polkadot/keyring": "*", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index d40ec1cb..c2c439a5 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.43.0-beta.11", + "version": "0.43.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", @@ -14,7 +14,7 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/util": "^1.2.0-beta.7" + "@polkadot/util": "^1.2.1" }, "peerDependencies": { "@polkadot/util": "*" diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 3ecd0be7..70058231 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.43.0-beta.11", + "version": "0.43.0", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", "author": "Jaco Greeff ", @@ -17,6 +17,6 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^1.2.0-beta.7" + "@polkadot/util-crypto": "^1.2.1" } } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index b9054148..92700a38 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.43.0-beta.11", + "version": "0.43.0", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", "maintainers": [ @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-shared": "^0.43.0-beta.11", + "@polkadot/ui-shared": "^0.43.0", "jdenticon": "2.2.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 4cad0405..fd0b2203 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2079,14 +2079,14 @@ typescript "^3.6.2" vuepress "^1.0.3" -"@polkadot/keyring@^1.2.0-beta.7": - version "1.2.0-beta.7" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.2.0-beta.7.tgz#57f3e95acf714af6b234bfe3070c530723188c7b" - integrity sha512-8TWQ178inFw5iXdylD2ws1FlpLmj/EI2hsZGxphFmV3GK1yC9zBvplfTdKWpjIvCReczF2gKghovj7bg7oyRfw== +"@polkadot/keyring@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.2.1.tgz#eead04a939784991dd52e9bd0d5b805ddc92e4fd" + integrity sha512-NDoOK5lNqC9TERuF47RqctZ1An4uScPR8S0dcZOZRG5z/q2DTq9Awt0AgOQflG8fwugrcwrsN2f+IFsS98gyBA== dependencies: "@babel/runtime" "^7.5.5" - "@polkadot/util" "^1.2.0-beta.7" - "@polkadot/util-crypto" "^1.2.0-beta.7" + "@polkadot/util" "^1.2.1" + "@polkadot/util-crypto" "^1.2.1" "@polkadot/ts@^0.1.71": version "0.1.71" @@ -2095,25 +2095,25 @@ dependencies: "@types/chrome" "^0.0.88" -"@polkadot/types@^0.91.0-beta.22": - version "0.91.0-beta.22" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.91.0-beta.22.tgz#61499738a97436f476138453d13dc27d81651dab" - integrity sha512-vXuihN3CEMwv8BhBQ7q9akQ9JqJEiUgjA88ii3gHDY+f0ek5pc75vJtWh35JCWUikG1PKj63ym5wHOHq42ckqg== +"@polkadot/types@^0.91.1": + version "0.91.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.91.1.tgz#6dc672cc82d1575aea8e43034c16605b49fd9b1b" + integrity sha512-Kuorx6DWx51FDwbrDYK+qCChynJK541HaVaJbb/l7JHfA/zzLoDKwxgS809Guu3c0UUrmFtryKFw9j77QpsuPA== dependencies: "@babel/runtime" "^7.5.5" - "@polkadot/util" "^1.2.0-beta.7" - "@polkadot/util-crypto" "^1.2.0-beta.7" + "@polkadot/util" "^1.2.1" + "@polkadot/util-crypto" "^1.2.1" "@types/memoizee" "^0.4.2" memoizee "^0.4.14" -"@polkadot/util-crypto@^1.2.0-beta.7": - version "1.2.0-beta.7" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.2.0-beta.7.tgz#ef41d1547e7fd523741d2dfa6a094d3ab5982c62" - integrity sha512-J8Q3wb81fR/lTJzTyMOj6ONZDAG3Xjywx747fPAvTFPgP+iHolpy1tI3ZUOPyCugppJYb9VAJtZHNX8ZH7VZqg== +"@polkadot/util-crypto@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.2.1.tgz#ec1ad6e7c69904846c4279f781eba3044abd671e" + integrity sha512-IO3Ua9v+VMEczincDHrgxt2MIHvB4CyfBZwBYRZuchwQ6hDV613j34BQzKwszRfUn7h0WEc562a4a4mj9gRRdA== dependencies: "@babel/runtime" "^7.5.5" - "@polkadot/util" "^1.2.0-beta.7" - "@polkadot/wasm-crypto" "^0.14.0-beta.3" + "@polkadot/util" "^1.2.1" + "@polkadot/wasm-crypto" "^0.14.1" "@types/bip39" "^2.4.2" "@types/bs58" "^4.0.0" "@types/pbkdf2" "^3.0.0" @@ -2128,10 +2128,10 @@ tweetnacl "^1.0.1" xxhashjs "^0.2.2" -"@polkadot/util@^1.2.0-beta.7": - version "1.2.0-beta.7" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.2.0-beta.7.tgz#50aa8d34830fd2867f2e23c3c8d79b8f26904344" - integrity sha512-ESIdiGC91qQG6k4M0iB4Ed/sQfS0ugJsEpZFCoB3lN39uyn0V6ohAeAITDwdjLAkMeD7XhhFSr6mB+wEVkiv5Q== +"@polkadot/util@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.2.1.tgz#a6de04aa04a30b51e3ac8e1dbf53d3c45f8e6189" + integrity sha512-N8mnCEbLFd0RH/ro3D+A4kSWCtHDjJJ/WgUvHYw7Ez1pX8Gdl2s5OJt0LuljRVa0iB/56kXD8wBpzU2eOU6RrA== dependencies: "@babel/runtime" "^7.5.5" "@types/bn.js" "^4.11.5" @@ -2141,10 +2141,10 @@ ip-regex "^4.1.0" moment "^2.24.0" -"@polkadot/wasm-crypto@^0.14.0-beta.3": - version "0.14.0-beta.4" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-0.14.0-beta.4.tgz#4a1e26039d0b29f8cb33dad3c303a1a633cab9a8" - integrity sha512-43pbFomW1AyNGV761xTMA13j9GKLZa2VQhZDoq67ZoPUtVhpREbuVUFumFKaLIXttuO39VLm3OzJgIJMjsZ8lA== +"@polkadot/wasm-crypto@^0.14.1": + version "0.14.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-0.14.1.tgz#f4923bba22d7c68a4be3575ba27790947b212633" + integrity sha512-Xng7L2Z8TNZa/5g6pot4O06Jf0ohQRZdvfl8eQL+E/L2mcqJYC1IjkMxJBSBuQEV7hisWzh9mHOy5WCcgPk29Q== "@react-native-community/cli-platform-android@^2.6.0", "@react-native-community/cli-platform-android@^2.9.0": version "2.9.0"