diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf76f15..6d48175a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.35.1 + +- @polkadot/util & @polkadot/api 0.75.1 + # 0.34.1 - Fix for blake2 in Polkadot identicon generation diff --git a/lerna.json b/lerna.json index 8e7916cd..f0197b09 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.35.1" + "version": "0.36.0" } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 274a1403..df10cc2d 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.35.1", + "version": "0.36.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-identicon/package.json b/packages/ui-identicon/package.json index e43fe644..93fe9f45 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.35.1", + "version": "0.36.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.3.4", - "@polkadot/ui-settings": "^0.35.1", + "@polkadot/ui-settings": "^0.36.0", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.0.0", @@ -24,8 +24,8 @@ "react": "*" }, "devDependencies": { - "@polkadot/keyring": "^0.43.1", - "@polkadot/util-crypto": "^0.43.1", + "@polkadot/keyring": "^0.75.1", + "@polkadot/util-crypto": "^0.75.1", "xmlserializer": "^0.6.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index e2effb8d..f71d2410 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.35.1", + "version": "0.36.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -17,9 +17,9 @@ "styled-components": "^4.1.3" }, "devDependencies": { - "@polkadot/keyring": "^0.43.1", - "@polkadot/types": "^0.53.1", - "@polkadot/util": "^0.43.1" + "@polkadot/keyring": "^0.75.1", + "@polkadot/types": "^0.75.1", + "@polkadot/util": "^0.75.1" }, "peerDependencies": { "@polkadot/keyring": "*", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 22d384ec..86514508 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.35.1", + "version": "0.36.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.3.4", - "@polkadot/util": "^0.43.1", + "@polkadot/util": "^0.75.1", "@types/store": "^2.0.1", "store": "^2.0.12" } diff --git a/packages/ui-util/package.json b/packages/ui-util/package.json index cedf5b59..287db64f 100644 --- a/packages/ui-util/package.json +++ b/packages/ui-util/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-util", - "version": "0.35.1", + "version": "0.36.0", "description": "Utility functions (non-React) that aid in display, formats and determination", "main": "index.js", "author": "Jaco Greeff ", @@ -12,7 +12,7 @@ "@babel/runtime": "^7.3.4" }, "devDependencies": { - "@polkadot/types": "^0.53.1" + "@polkadot/types": "^0.75.1" }, "peerDependencies": { "@polkadot/types": "*" diff --git a/yarn.lock b/yarn.lock index 4cded0b7..35b6be3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1683,14 +1683,14 @@ typescript "^3.3.4000" vuepress "^1.0.0-alpha.44" -"@polkadot/keyring@^0.43.1": - version "0.43.1" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.43.1.tgz#08a4bca4c68a45ad897878e1451353eb77b34404" - integrity sha512-PzWTQAm8cKSGjRkYWQe0XMWKL4wQnfsJWL2GIFdyNH9z9JYmFmz9kSG8VqZw2CfQe8qiUsxtq7pnZNQ5yK005Q== +"@polkadot/keyring@^0.75.1": + version "0.75.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.75.1.tgz#9b3c32f5f403ba2b7f6aed760750111f49240cdd" + integrity sha512-TdwtrEnTG0U7Ecnduuoi3ON2K2k+DMdsKWPjZmooaXb8x2piudDzg+ouVnU17uOWTWAOeofRrLZENzMfiXfKZA== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.43.1" - "@polkadot/util-crypto" "^0.43.1" + "@polkadot/util" "^0.75.1" + "@polkadot/util-crypto" "^0.75.1" "@types/bs58" "^4.0.0" bs58 "^4.0.1" @@ -1699,22 +1699,22 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27" integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg== -"@polkadot/types@^0.53.1": - version "0.53.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.53.1.tgz#1120fd109f7599d4688a45c167011dd13f508d62" - integrity sha512-M+invuR07cCslUG76zr7ohQg/tlaa8aZb17slWeqwD271uorfxX6NvHhjlNImH73ChyxYYuUCRJEHqTzqO/sHg== +"@polkadot/types@^0.75.1": + version "0.75.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.75.1.tgz#46adcc3eb3f8c9db70e657d360c72cb8818a51ac" + integrity sha512-j6MbYBgnzHM1Rfa+W/mdRlNuMPtzKzdlW3yp+ZGwEjcElNqVa8H3IIiHBH/zasco6WNjG3nhWI7GFqK5FM9uGw== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/keyring" "^0.43.1" - "@polkadot/util" "^0.43.1" + "@polkadot/keyring" "^0.75.1" + "@polkadot/util" "^0.75.1" -"@polkadot/util-crypto@^0.43.1": - version "0.43.1" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.43.1.tgz#01514f9af0e53f1115db7b547939d12b997df9ee" - integrity sha512-uf0CiagIggkXQWNO6E02Fqp8s2t10EIOhgIvScCvcv1aUrRP7BZgQoJ/cs0OvJygSB30Q1+OeL8C7lJlzuD9sw== +"@polkadot/util-crypto@^0.75.1": + version "0.75.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.75.1.tgz#9f2e85c3283a53248de7ac97cb08b82d6f13ea25" + integrity sha512-8LIRUzXY96H0cv5YA4r/+GYJB4f/gM+SGz6OaEv6NKBagaQpA6MOEJIgMFQ7tsB6eDh2dwYouDrKHT+qIFNsCw== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.43.1" + "@polkadot/util" "^0.75.1" "@polkadot/wasm-crypto" "^0.6.1" "@polkadot/wasm-dalek-ed25519" "^0.6.1" "@polkadot/wasm-schnorrkel" "^0.6.1" @@ -1730,10 +1730,10 @@ tweetnacl "^1.0.1" xxhashjs "^0.2.2" -"@polkadot/util@^0.43.1": - version "0.43.1" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.43.1.tgz#defa098ed2030e53633e849c38c832bc23c42c5a" - integrity sha512-pxZ4O+qk7u2rgF4PkRwf3LAv2gje5fwc4454/lMYpafCap5U8WeARMEtJ2UAxK1+npTWCwgXJkFXCI2CfdbyIw== +"@polkadot/util@^0.75.1": + version "0.75.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.75.1.tgz#f1719b7ac416e73d0683e443498b9693d7ac42f4" + integrity sha512-rXd8J6MR0MLFoi1duddUNL0ftKBtpuysgxUU4hGuVq335jS7xqNAV//nwwLXSLCsOkd3rlLJSz6mxbFXH/PfrQ== dependencies: "@babel/runtime" "^7.4.0" "@types/bn.js" "^4.11.4"