diff --git a/lerna.json b/lerna.json index d31f9ffc..b8ae6a84 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.35.0-beta.0" + "version": "0.35.0-beta.1" } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index f9aea79c..40deb731 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.35.0-beta.0", + "version": "0.35.0-beta.1", "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 3ee794f7..fcda414d 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.35.0-beta.0", + "version": "0.35.0-beta.1", "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.0-beta.0", + "@polkadot/ui-settings": "^0.35.0-beta.1", "@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.0-beta.0", - "@polkadot/util-crypto": "^0.43.0-beta.0", + "@polkadot/keyring": "^0.43.1", + "@polkadot/util-crypto": "^0.43.1", "xmlserializer": "^0.6.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 8a612450..a9f342fc 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.35.0-beta.0", + "version": "0.35.0-beta.1", "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.0-beta.0", - "@polkadot/types": "^0.53.0-beta.1", - "@polkadot/util": "^0.43.0-beta.0" + "@polkadot/keyring": "^0.43.1", + "@polkadot/types": "^0.53.1", + "@polkadot/util": "^0.43.1" }, "peerDependencies": { "@polkadot/keyring": "*", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 64ab0b62..f60c117a 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.35.0-beta.0", + "version": "0.35.0-beta.1", "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.0-beta.0", + "@polkadot/util": "^0.43.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 f64c7957..df876d1f 100644 --- a/packages/ui-util/package.json +++ b/packages/ui-util/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-util", - "version": "0.35.0-beta.0", + "version": "0.35.0-beta.1", "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.0-beta.1" + "@polkadot/types": "^0.53.1" }, "peerDependencies": { "@polkadot/types": "*" diff --git a/yarn.lock b/yarn.lock index 9f130b91..4cded0b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1683,25 +1683,14 @@ typescript "^3.3.4000" vuepress "^1.0.0-alpha.44" -"@polkadot/keyring@^0.42.1": - version "0.42.1" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.42.1.tgz#96b36543b7633d9aba3f9fe0ab5e69bafd73abae" - integrity sha512-xY2e1FU6UDVO/OcMvz2Up7x27QexOQMOh9hy9dqIDfdwCGZrbsPRxiXTHFKUglAi5vUZhiSlGR/L0ealZaKD2Q== +"@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== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.42.1" - "@polkadot/util-crypto" "^0.42.1" - "@types/bs58" "^4.0.0" - bs58 "^4.0.1" - -"@polkadot/keyring@^0.43.0-beta.0": - version "0.43.0-beta.0" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.43.0-beta.0.tgz#d1f6edb24d9b9a817d48d6b180da8d0efb7c6121" - integrity sha512-izJw9KxXpmewQw9aKIjmNpKiLnVNdvSY6fA55aXGLlCDLjkkufW1OXoZmhsGi3jWzto6wWWAFfnzBxvimzuPBQ== - dependencies: - "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.43.0-beta.0" - "@polkadot/util-crypto" "^0.43.0-beta.0" + "@polkadot/util" "^0.43.1" + "@polkadot/util-crypto" "^0.43.1" "@types/bs58" "^4.0.0" bs58 "^4.0.1" @@ -1710,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.0-beta.1": - version "0.53.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.53.0-beta.1.tgz#8a039e3dcbf060cc941130fd825f030f878a6cbd" - integrity sha512-2NcfJGU130xbCU12cFr5sYwgMl5NgNaup51WVepDiDZKY56SK9hrdQ79Z7VLgOoAsmN/IhZUe+5899SDCbdfoA== +"@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== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/keyring" "^0.42.1" - "@polkadot/util" "^0.42.1" + "@polkadot/keyring" "^0.43.1" + "@polkadot/util" "^0.43.1" -"@polkadot/util-crypto@^0.42.1": - version "0.42.1" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.42.1.tgz#c19b1a8013ad40196a0384f82b92d18c3a63cfdf" - integrity sha512-NmHUrR/ysxhLx/PpL/exF9X7pNEx4znOwNvXQ+ZCI1U2TGBXj0T8IomSkyVNuDUv0R+OYzmcJAFB0igTdiEqMw== +"@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== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.42.1" + "@polkadot/util" "^0.43.1" "@polkadot/wasm-crypto" "^0.6.1" "@polkadot/wasm-dalek-ed25519" "^0.6.1" "@polkadot/wasm-schnorrkel" "^0.6.1" @@ -1741,47 +1730,10 @@ tweetnacl "^1.0.1" xxhashjs "^0.2.2" -"@polkadot/util-crypto@^0.43.0-beta.0": - version "0.43.0-beta.0" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.43.0-beta.0.tgz#73440c789c83e7ff19d6ac7347a1573cd97b0da5" - integrity sha512-840A3Dl+j6RHMeaQDwINM79VaVtBZdOSw2m7EuTkQXE1+705pLrwqpwUcXHNEo9fCz6Io6MkavJUm9nKZotjww== - dependencies: - "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.43.0-beta.0" - "@polkadot/wasm-crypto" "^0.6.1" - "@polkadot/wasm-dalek-ed25519" "^0.6.1" - "@polkadot/wasm-schnorrkel" "^0.6.1" - "@types/bip39" "^2.4.2" - "@types/pbkdf2" "^3.0.0" - "@types/secp256k1" "^3.5.0" - "@types/webassembly-js-api" "^0.0.2" - "@types/xxhashjs" "^0.2.1" - bip39 "^2.5.0" - blakejs "^1.1.0" - js-sha3 "^0.8.0" - secp256k1 "^3.6.2" - tweetnacl "^1.0.1" - xxhashjs "^0.2.2" - -"@polkadot/util@^0.42.1": - version "0.42.1" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.42.1.tgz#270f87c5370ab38e17d7aa77804686dc309328f7" - integrity sha512-9Nd5VLl7SQjwjdWTWQZ978+7dc9AcXF5IfDe8JiS65i76YB7HPPS6bF4mYmbmrRXEWXi/DMx+A7FKHyz0BHgRg== - dependencies: - "@babel/runtime" "^7.4.0" - "@types/bn.js" "^4.11.4" - "@types/deasync" "^0.1.0" - "@types/ip-regex" "^3.0.0" - bn.js "^4.11.8" - camelcase "^5.2.0" - chalk "^2.4.2" - ip-regex "^4.0.0" - moment "^2.24.0" - -"@polkadot/util@^0.43.0-beta.0": - version "0.43.0-beta.0" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.43.0-beta.0.tgz#ec621344b690d49fec473c2a9b0d215b13d4decd" - integrity sha512-XTHb3fowTO4fPTE+72xh1Cdy+/gdmi5ytsHuZtlNC1DH09TZ6R3GBi9NzX4mQZsH8dSUOzQkGHiHzCPRULE9fQ== +"@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== dependencies: "@babel/runtime" "^7.4.0" "@types/bn.js" "^4.11.4"