diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac57e16..7c840b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.51.1 Feb 18, 2020 + +- Support formatting of addresses via createPair base on latest upstream keyring +- Bump to `@polkadot/api` 1.3.1 +- Bump to `@polkadot/util` 2.4.1 + # 0.50.1 Feb 16, 2020 - ui-settings does not expose pre-configured endpoints by default (only local dev node) diff --git a/lerna.json b/lerna.json index fa39598c..e7f6c335 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.51.0-beta.1" + "version": "0.51.0" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 5a3d882e..3777977b 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.51.0-beta.1", + "version": "0.51.0", "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 1f5a3a60..0781b9f9 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.51.0-beta.1", + "version": "0.51.0", "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 01f18e84..e4e26afa 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.51.0-beta.1", + "version": "0.51.0", "private": true, "workspaces": { "nohoist": [ @@ -23,9 +23,9 @@ "test": "jest" }, "dependencies": { - "@polkadot/reactnative-identicon": "^0.51.0-beta.1", - "@polkadot/ui-keyring": "^0.51.0-beta.1", - "@polkadot/ui-settings": "^0.51.0-beta.1", + "@polkadot/reactnative-identicon": "^0.51.0", + "@polkadot/ui-keyring": "^0.51.0", + "@polkadot/ui-settings": "^0.51.0", "@react-native-community/async-storage": "^1.7.1", "fast-text-encoding": "^1.0.0", "get-yarn-workspaces": "^1.0.2", @@ -40,9 +40,9 @@ "devDependencies": { "@babel/core": "^7.8.4", "@babel/runtime": "^7.8.4", - "@polkadot/keyring": "^2.4.0-beta.2", - "@polkadot/util": "^2.4.0-beta.2", - "@polkadot/util-crypto": "^2.4.0-beta.2", + "@polkadot/keyring": "^2.4.1", + "@polkadot/util": "^2.4.1", + "@polkadot/util-crypto": "^2.4.1", "@react-native-community/cli-platform-ios": "^3.0.0", "@types/react-test-renderer": "16.9.2", "babel-jest": "^25.1.0", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 73e93f11..3c8c4afc 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.51.0-beta.1", + "version": "0.51.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.8.4", - "@polkadot/ui-settings": "^0.51.0-beta.1", - "@polkadot/ui-shared": "^0.51.0-beta.1", + "@polkadot/ui-settings": "^0.51.0", + "@polkadot/ui-shared": "^0.51.0", "color": "^3.1.2", "jdenticon": "2.2.0", "react-copy-to-clipboard": "^5.0.2", @@ -26,9 +26,9 @@ "react-is": "*" }, "devDependencies": { - "@polkadot/keyring": "^2.4.0-beta.2", - "@polkadot/util": "^2.4.0-beta.2", - "@polkadot/util-crypto": "^2.4.0-beta.2", + "@polkadot/keyring": "^2.4.1", + "@polkadot/util": "^2.4.1", + "@polkadot/util-crypto": "^2.4.1", "@types/react-copy-to-clipboard": "^4.3.0", "@types/react-dom": "^16.9.5", "@types/styled-components": "^4.4.3", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 44539225..99ebd4f2 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.51.0-beta.1", + "version": "0.51.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 6cac0df4..92040cfb 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.51.0-beta.1", + "version": "0.51.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.8.4", - "@polkadot/ui-shared": "^0.51.0-beta.1", + "@polkadot/ui-shared": "^0.51.0", "react-native-svg": "^11.0.1" }, "peerDependencies": { @@ -19,7 +19,7 @@ "react-native": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^2.4.0-beta.2", + "@polkadot/util-crypto": "^2.4.1", "@types/react-native": "^0.61.12" } } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index bc890d6c..1740b950 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.51.0-beta.1", + "version": "0.51.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 8892b12e..321d9d63 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.51.0-beta.1", + "version": "0.51.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -26,9 +26,9 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/keyring": "^2.4.0-beta.2", - "@polkadot/types": "^1.3.0-beta.11", - "@polkadot/util": "^2.4.0-beta.2", + "@polkadot/keyring": "^2.4.1", + "@polkadot/types": "^1.3.1", + "@polkadot/util": "^2.4.1", "@types/ledgerhq__hw-transport-node-hid": "^4.21.1", "@types/ledgerhq__hw-transport-u2f": "^4.21.1", "@types/mkdirp": "^0.5.2", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 383cd3a2..e163de4e 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.51.0-beta.1", + "version": "0.51.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", @@ -13,7 +13,7 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/util": "^2.4.0-beta.2", + "@polkadot/util": "^2.4.1", "@types/store": "^2.0.2" }, "peerDependencies": { diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 6322d158..ba47d6d3 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.51.0-beta.1", + "version": "0.51.0", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", "author": "Jaco Greeff ", @@ -16,7 +16,7 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^2.4.0-beta.2", + "@polkadot/util-crypto": "^2.4.1", "@types/color": "^3.0.1" } } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 6d5b4d13..d07862b8 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.51.0-beta.1", + "version": "0.51.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.8.4", - "@polkadot/ui-shared": "^0.51.0-beta.1", + "@polkadot/ui-shared": "^0.51.0", "jdenticon": "2.2.0" }, "peerDependencies": { @@ -18,7 +18,7 @@ "vue": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^2.4.0-beta.2", + "@polkadot/util-crypto": "^2.4.1", "vue": "^2.6.11" } } diff --git a/yarn.lock b/yarn.lock index 904992e4..83ede132 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2328,24 +2328,24 @@ webpack-cli "^3.3.11" yargs "^15.1.0" -"@polkadot/keyring@^2.4.0-beta.2": - version "2.4.0-beta.2" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.4.0-beta.2.tgz#0667b238e466930ce4ace2e2ab11d72a779feda6" - integrity sha512-QX+iWU68UeTHQNpp5EXOl+n6inl+M/EEh2FMUxtq+MR0Yt7uYDGIYr9Vcch6jdxoR9nHx7mLFJgcSlCPz4Ld5Q== +"@polkadot/keyring@^2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.4.1.tgz#1f6e59dd55031481d3642f18e407141d596fd388" + integrity sha512-NBsw6ypCvTUNBUTB/LIZGcJE6R8qrsZ6CEa+Hu6uKrwhR/xjtPBCH2sPaXj+OeNAZ2sMQuEoUJlJUhYnMal2pg== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/util" "^2.4.0-beta.2" - "@polkadot/util-crypto" "^2.4.0-beta.2" + "@polkadot/util" "^2.4.1" + "@polkadot/util-crypto" "^2.4.1" -"@polkadot/metadata@^1.3.0-beta.11": - version "1.3.0-beta.11" - resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.3.0-beta.11.tgz#a177bd0067f210e5c8310b81ce09a99fba3c3198" - integrity sha512-mCdGqkVQKWCAEd5awcCjAb6o52/b3/pt2w0d68ksfSQ1B3zSoDX+v58RDU4imQvBGsglT4S3aRJx9ry19hnzPQ== +"@polkadot/metadata@^1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.3.1.tgz#1324195c67c0ec7b01873a30ac77dcb5303ad359" + integrity sha512-sdtitMkdPzcnVfdDNyE1f916B35kRa4I/PGTrFR7/Q9xW5p/A1XbMNjApcXg3HGudrS9JRddebUM6q2MYsaGTA== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/types" "^1.3.0-beta.11" - "@polkadot/util" "^2.4.0-beta.0" - "@polkadot/util-crypto" "^2.4.0-beta.0" + "@polkadot/types" "^1.3.1" + "@polkadot/util" "^2.4.1" + "@polkadot/util-crypto" "^2.4.1" bn.js "^5.1.1" "@polkadot/ts@^0.2.3": @@ -2355,27 +2355,27 @@ dependencies: "@types/chrome" "^0.0.95" -"@polkadot/types@^1.3.0-beta.11": - version "1.3.0-beta.11" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.3.0-beta.11.tgz#66a15207005b448cba3e9171dabe154cf15ea6cf" - integrity sha512-DcvTeeI78+gWBAJJTYuX3Oa6WDeBUsxDrQoB1mczyO4fgB2c5N0kwIbUxzYMkzkDjTuPQW8HGkfAZq9/pDzVcw== +"@polkadot/types@^1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.3.1.tgz#849050c11f0cbe119822e601a4500d2d2822fbc8" + integrity sha512-BJOVE9rjeBOCCcl8Z2DlBXooavipovQwPs4HDMGykdypYmjKIpr1iEVBKWhDspANfNUi7PntfoLGNvsga0PSiw== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/metadata" "^1.3.0-beta.11" - "@polkadot/util" "^2.4.0-beta.0" - "@polkadot/util-crypto" "^2.4.0-beta.0" + "@polkadot/metadata" "^1.3.1" + "@polkadot/util" "^2.4.1" + "@polkadot/util-crypto" "^2.4.1" "@types/bn.js" "^4.11.6" bn.js "^5.1.1" memoizee "^0.4.14" rxjs "^6.5.4" -"@polkadot/util-crypto@^2.4.0-beta.0": - version "2.4.0-beta.0" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.4.0-beta.0.tgz#a821c29835ca6e23b0db6faecf3edc263fac75fb" - integrity sha512-fc6g5GNGDv1QbIeaa5BaBvdXQHmkBmsydVoZEzE49YLPHA142WzM1dof0SuP5/C/K6O11oq3yP9Ns7H+lWJf2g== +"@polkadot/util-crypto@^2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.4.1.tgz#f02e4dca225882c7f1a7762bc416530567c4803c" + integrity sha512-5mPuRhpvYXeLqqGEqOtJqp+lZCr1Z2NIxIKgabaFfrp1malbgWhKDnafkAg7kwL3BrRQbOge0vgK6VmDiuXljQ== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/util" "^2.4.0-beta.0" + "@polkadot/util" "^2.4.1" "@polkadot/wasm-crypto" "^1.0.1" base-x "^3.0.7" bip39 "^3.0.2" @@ -2388,42 +2388,13 @@ tweetnacl "^1.0.3" xxhashjs "^0.2.2" -"@polkadot/util-crypto@^2.4.0-beta.2": - version "2.4.0-beta.2" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.4.0-beta.2.tgz#b41dec80803f3d203cbae6d4bd339a40cac7cb36" - integrity sha512-SvQvQbYmFdmw8NCcATxoy1rgw5PIDS5tM3BKOsHkIN9bwyxhInRVJlhUAlBkopc6CNIhqz5/zBQVoWWJQgjWFA== - dependencies: - "@babel/runtime" "^7.8.4" - "@polkadot/util" "^2.4.0-beta.2" - "@polkadot/wasm-crypto" "^1.0.1" - base-x "^3.0.7" - bip39 "^3.0.2" - blakejs "^1.1.0" - bn.js "^5.1.1" - bs58 "^4.0.1" - elliptic "^6.5.2" - js-sha3 "^0.8.0" - pbkdf2 "^3.0.9" - tweetnacl "^1.0.3" - xxhashjs "^0.2.2" - -"@polkadot/util@^2.4.0-beta.0": - version "2.4.0-beta.0" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.4.0-beta.0.tgz#2a289a1a9da1f59b1e07399252fdf8fbe2bf5d76" - integrity sha512-mSC/NSpqImx45f9FWf6qjzjqDpRnF1v7dfeRfRxkPGX94zrRRS/jTjPbPmOhnbfA3+vokShq3/t3DvESwYH9ZQ== - dependencies: - "@babel/runtime" "^7.8.4" - bn.js "^5.1.1" - camelcase "^5.3.1" - chalk "^3.0.0" - ip-regex "^4.1.0" - -"@polkadot/util@^2.4.0-beta.2": - version "2.4.0-beta.2" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.4.0-beta.2.tgz#c0e4095d9df54bef50a57906962765a22eec89dc" - integrity sha512-FJEzE5DjCGOMn49vkqrFJOXgqftuACu1MO9LQ5YpoShfqdIRclAZYJbhSxLLXBJwDudHsxiqe3nFBg/FFWv+kw== +"@polkadot/util@^2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.4.1.tgz#7c0d0619af6ced647e99d6bc8ccc24bc3202a2a7" + integrity sha512-60yBpgYgowx/TVuJyrjYYIJJpw4aCNzay8imy5L2Fug2y3lvgrHyTxPAgrykOmuFeZ3jq9ayjXk5bpAJ179vFg== dependencies: "@babel/runtime" "^7.8.4" + "@types/bn.js" "^4.11.6" bn.js "^5.1.1" camelcase "^5.3.1" chalk "^3.0.0"