From 64cae001cf120732c4351d802b7f3ee2e50e1d9c Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 12 Sep 2019 15:54:33 +0200 Subject: [PATCH] 0.44 (#204) --- CHANGELOG.md | 5 +++ 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 | 42 ++++++++++----------- 11 files changed, 46 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1dde8a8..3ec61977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.44.1 + +- Update `@polkadot/util` to 1.4.1 +- Upddate to babel 7.6 + # 0.43.1 - Add W3F Node for Kusama diff --git a/lerna.json b/lerna.json index aa781a30..d8e7dd42 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.44.0-beta.1" + "version": "0.44.0" } diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 903659ce..947e5941 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.44.0-beta.1", + "version": "0.44.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.6.0", - "@polkadot/ui-settings": "^0.44.0-beta.1", - "@polkadot/ui-shared": "^0.44.0-beta.1", + "@polkadot/ui-settings": "^0.44.0", + "@polkadot/ui-shared": "^0.44.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.4.0-beta.0", - "@polkadot/util-crypto": "^1.4.0-beta.0", + "@polkadot/keyring": "^1.4.1", + "@polkadot/util-crypto": "^1.4.1", "xmlserializer": "^0.6.1" } } diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 53d7b9ad..9a5d6aa8 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.44.0-beta.1", + "version": "0.44.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 f38b9471..72d6de78 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.44.0-beta.1", + "version": "0.44.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.6.0", - "@polkadot/ui-shared": "^0.44.0-beta.1", + "@polkadot/ui-shared": "^0.44.0", "react-native-svg": "^9.9.3" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index f8c9ccc3..91c69872 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.44.0-beta.1", + "version": "0.44.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 5e568127..cd15ac54 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.44.0-beta.1", + "version": "0.44.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.4.0-beta.0", - "@polkadot/types": "^0.92.0-beta.4", - "@polkadot/util": "^1.4.0-beta.0" + "@polkadot/keyring": "^1.4.1", + "@polkadot/types": "^0.92.1", + "@polkadot/util": "^1.4.1" }, "peerDependencies": { "@polkadot/keyring": "*", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 113e425e..d10c1cb5 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.44.0-beta.1", + "version": "0.44.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", @@ -14,7 +14,7 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/util": "^1.4.0-beta.0" + "@polkadot/util": "^1.4.1" }, "peerDependencies": { "@polkadot/util": "*" diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index c5c81af7..aabcf183 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.44.0-beta.1", + "version": "0.44.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.4.0-beta.0" + "@polkadot/util-crypto": "^1.4.1" } } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 093d16b6..bbb00437 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.44.0-beta.1", + "version": "0.44.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.6.0", - "@polkadot/ui-shared": "^0.44.0-beta.1", + "@polkadot/ui-shared": "^0.44.0", "jdenticon": "2.2.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index b93c4034..15d5d1ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2083,14 +2083,14 @@ typescript "^3.6.3" vuepress "^1.0.4" -"@polkadot/keyring@^1.4.0-beta.0": - version "1.4.0-beta.0" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.4.0-beta.0.tgz#d4fc378d6628544d6185c82d27cd767f12972dec" - integrity sha512-gtnUnpoPzmE7w9JNCa8B1oAOVGgyfa1WY+8LpDm1Ec65z9UeMIHFT4ji7WEhmW6tQfaofDUYrBVH1lfJv2kgCw== +"@polkadot/keyring@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.4.1.tgz#d563b9118bc6ba6b8270a8ccd6b4f290fea81876" + integrity sha512-AP3lQJYFlsFt2Ub8dIyEA6u3fkdWg6wmhLeAO0YnmLfH3w/zqHO+59k8cnggcijROBJsEyejh7phOlaOw8N8nQ== dependencies: "@babel/runtime" "^7.6.0" - "@polkadot/util" "^1.4.0-beta.0" - "@polkadot/util-crypto" "^1.4.0-beta.0" + "@polkadot/util" "^1.4.1" + "@polkadot/util-crypto" "^1.4.1" "@polkadot/ts@^0.1.72": version "0.1.72" @@ -2099,24 +2099,24 @@ dependencies: "@types/chrome" "^0.0.88" -"@polkadot/types@^0.92.0-beta.4": - version "0.92.0-beta.4" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.92.0-beta.4.tgz#6c60650080edc8e44e9639a68caba90ccf39f158" - integrity sha512-4TbTpz/8Uv1dXqq5L8LihGoT/VdCANHbFH7odLPBVqawysC4QeodwcsxiYL99XcjUI9R/OjHzrA0zuY+Ih+5NA== +"@polkadot/types@^0.92.1": + version "0.92.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.92.1.tgz#18de5809fc91c22c72db097d70aabe76ec9215bc" + integrity sha512-LLutXpwxX9PkHK2wQBWR5lh2nCceiLMwFBYG97uM/SYEpMfwRt0kjKIc/8ISwiewYtH03hXA8AmFa4NB2PyuSA== dependencies: "@babel/runtime" "^7.6.0" - "@polkadot/util" "^1.4.0-beta.0" - "@polkadot/util-crypto" "^1.4.0-beta.0" + "@polkadot/util" "^1.4.1" + "@polkadot/util-crypto" "^1.4.1" "@types/memoizee" "^0.4.3" memoizee "^0.4.14" -"@polkadot/util-crypto@^1.4.0-beta.0": - version "1.4.0-beta.0" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.4.0-beta.0.tgz#0292998f85d71e62ae3daf2dbe1141e025126c47" - integrity sha512-7Xh6EojijTmAU5WH4jnbmLuZPD7p3qny6M3fOZ3qX3TOWvkMk9m0OErWSclOxva4f5y7EipxGPOQwCnXjBZ7XA== +"@polkadot/util-crypto@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.4.1.tgz#d49acf2820b714ac3149122a904a26bcc4cd469a" + integrity sha512-swcQR8gmcI4/CkJVpJ8m07HLFLvmcKgr59S6JWVtGTCf5BPA8/Ha5jlWrF7tYF6WXhhD9MD3XSW2F5YlRe4bgA== dependencies: "@babel/runtime" "^7.6.0" - "@polkadot/util" "^1.4.0-beta.0" + "@polkadot/util" "^1.4.1" "@polkadot/wasm-crypto" "^0.14.1" "@types/bip39" "^2.4.2" "@types/bs58" "^4.0.0" @@ -2132,10 +2132,10 @@ tweetnacl "^1.0.1" xxhashjs "^0.2.2" -"@polkadot/util@^1.4.0-beta.0": - version "1.4.0-beta.0" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.4.0-beta.0.tgz#504029f26a0ddcb1c7630e5a7959a87963f58342" - integrity sha512-ZVrvn/+ccfCA6d4IGS4bux/WVal61RhjR8bp1fvw4XLxJ0Jwy8QvBkbR66tL6iikaqFE2F0KtXL9bOx0857p5w== +"@polkadot/util@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.4.1.tgz#0c10fc1cc60111ffc9fd63fd7e3c07c8ebf28b37" + integrity sha512-ERrWL6ADG7F7xRKr0Hb0oMDuDbYBStgD4jniu+6w58DizvMrzlKNyatxuXtXAQEB/G+AO4Vodp7UI0OnVclS9g== dependencies: "@babel/runtime" "^7.6.0" "@types/bn.js" "^4.11.5"