From 04834fbb06963328be31b8c21f1f27fd1b2b8b4a Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 20 Mar 2019 18:01:25 +0100 Subject: [PATCH] 0.32 --- CHANGELOG.md | 1 + lerna.json | 2 +- package.json | 2 +- packages/ui-assets/package.json | 2 +- packages/ui-identicon/package.json | 8 +-- packages/ui-keyring/package.json | 8 +-- packages/ui-settings/package.json | 2 +- packages/ui-util/package.json | 4 +- yarn.lock | 80 +++++++++++++++--------------- 9 files changed, 55 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff825d2e..66ab2b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Add createUri to create an account from a path uri - Add createExternal as an alias for createAccountExternal - Deprecate createAccount, createAccountExternal and createAccountMnemonic +- Fix styled-component dependencies when used in a non-@polkadot project # 0.31.1 diff --git a/lerna.json b/lerna.json index a775e157..79a85f9a 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.32.0-beta.2" + "version": "0.32.0" } diff --git a/package.json b/package.json index 6a02c342..eea515a3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@babel/core": "^7.3.4", "@babel/runtime": "^7.3.4", - "@polkadot/dev-react": "^0.28.0-beta.1", + "@polkadot/dev-react": "^0.28.1", "@polkadot/ts": "^0.1.56", "empty": "^0.10.1", "gh-pages": "^2.0.1" diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 2c6e7412..9e343c90 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.32.0-beta.2", + "version": "0.32.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 353b9b55..c6814fd3 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.32.0-beta.2", + "version": "0.32.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.32.0-beta.2", + "@polkadot/ui-settings": "^0.32.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.39.0-beta.2", - "@polkadot/util-crypto": "^0.39.0-beta.2", + "@polkadot/keyring": "^0.39.1", + "@polkadot/util-crypto": "^0.39.1", "xmlserializer": "^0.6.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 1243fa9c..bfeec18f 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.32.0-beta.2", + "version": "0.32.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.39.0-beta.2", - "@polkadot/types": "^0.49.0-beta.1", - "@polkadot/util": "^0.39.0-beta.2" + "@polkadot/keyring": "^0.39.1", + "@polkadot/types": "^0.49.1", + "@polkadot/util": "^0.39.1" }, "peerDependencies": { "@polkadot/keyring": "*", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index bc9d180a..394791e8 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.32.0-beta.2", + "version": "0.32.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-util/package.json b/packages/ui-util/package.json index 61365361..374efec0 100644 --- a/packages/ui-util/package.json +++ b/packages/ui-util/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-util", - "version": "0.32.0-beta.2", + "version": "0.32.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.49.0-beta.1" + "@polkadot/types": "^0.49.1" }, "peerDependencies": { "@polkadot/types": "*" diff --git a/yarn.lock b/yarn.lock index e31e4656..4d31ebec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1611,15 +1611,15 @@ universal-user-agent "^2.0.0" url-template "^2.0.8" -"@polkadot/dev-react@^0.28.0-beta.1": - version "0.28.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.28.0-beta.1.tgz#7ab602a2181c25c785066ee463f7b404a129703a" - integrity sha512-5d3k/vM6jHLavdUeQ4SDIcx954x1mH5wCXPSROldsE/mUIBY2kGuhc3lzXoaOOA2MmIiE+7IFJ4BkHx/LtvoRg== +"@polkadot/dev-react@^0.28.1": + version "0.28.1" + resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.28.1.tgz#400b344ed2d3c4de4a5d172e5b1c665937292785" + integrity sha512-sKWnJ7n1Edyb6woArIUdYk+PrclZ9gI+ifVFO//MJWPkPV6BDkeJYL8Agy3kMab8EP4RGwBkbvbHGZzsx9+ttQ== dependencies: "@babel/core" "^7.4.0" "@babel/plugin-syntax-dynamic-import" "^7.2.0" "@babel/preset-react" "^7.0.0" - "@polkadot/dev" "^0.28.0-beta.1" + "@polkadot/dev" "^0.28.1" "@types/react" "^16.8.8" "@types/react-dom" "^16.8.2" "@types/styled-components" "4.1.8" @@ -1647,10 +1647,10 @@ webpack-plugin-serve "^0.7.3y" worker-loader "^2.0.0" -"@polkadot/dev@^0.28.0-beta.1": - version "0.28.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.28.0-beta.1.tgz#4df4debb85dd0e6bdd83cabfb77996ee0fac80ac" - integrity sha512-8gX48H6skU5qHNpebn1F8tI1Hwrf5khqB2brLvOZggTl5COX3io25ndjxd+VMoVrEWcLIxs2Yr44id4rQjzh0A== +"@polkadot/dev@^0.28.1": + version "0.28.1" + resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.28.1.tgz#c9b53a5948252c4f11686a13cd5990d84687f9a6" + integrity sha512-x2Yh/KFaTfiQNOs2A1cBJyZRAA5sk/hKerghfj2BubnWm9M+Qx112aoApKUL+s0KMOyKU3ZQjiGSuGyGn6TtqA== dependencies: "@babel/cli" "^7.2.3" "@babel/core" "^7.4.0" @@ -1683,14 +1683,14 @@ typescript "^3.3.4000" vuepress "^1.0.0-alpha.44" -"@polkadot/keyring@^0.39.0-beta.2": - version "0.39.0-beta.2" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.39.0-beta.2.tgz#7a4ec7182ecb600828066bfb5e3be232b3079a39" - integrity sha512-nJbGUliiEsUctaSyNTnstaRR8lIc13N6da3F+brOuOn+lUXphtE2c4HKoiZMsNH/K/5w0CmM6CTwsICXTMm5mQ== +"@polkadot/keyring@^0.39.1": + version "0.39.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.39.1.tgz#c51d5473e97bf2b48b842cd15cd37855125b750d" + integrity sha512-RHh4+UrK3qmsJtVgqDlLFNIA1+OYdEa71DFMFnOG6+y3h3tfkzxa/rsCQclmbbXg8LCy4xqNdd+FKSda8+nNyQ== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.39.0-beta.2" - "@polkadot/util-crypto" "^0.39.0-beta.2" + "@polkadot/util" "^0.39.1" + "@polkadot/util-crypto" "^0.39.1" "@types/bs58" "^4.0.0" bs58 "^4.0.1" @@ -1699,24 +1699,24 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27" integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg== -"@polkadot/types@^0.49.0-beta.1": - version "0.49.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.49.0-beta.1.tgz#5446aaad5b626ab292d4db37cdb6c062c1931591" - integrity sha512-5ZIMMlTsrUtFRB709Lw+uXYkN5JQEqVbncOi+MBvVIl8WDXUrc7f8/EUXm1VrtSzPRdDyKZUuV9kolwN2HhGgg== +"@polkadot/types@^0.49.1": + version "0.49.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.49.1.tgz#3f4ff1040b8493d4a3385ae8736c8723229df6a1" + integrity sha512-fihip4mK+DvyE3M7pXHm6+/zhoSRJ5jA69aQ+ghajlTpuduU8Q2AbprEMAh+Bl4xyukV31GBTSdHqMBwPEN/xQ== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/keyring" "^0.39.0-beta.2" - "@polkadot/util" "^0.39.0-beta.2" + "@polkadot/keyring" "^0.39.1" + "@polkadot/util" "^0.39.1" -"@polkadot/util-crypto@^0.39.0-beta.2": - version "0.39.0-beta.2" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.39.0-beta.2.tgz#66000fd3ab1f8aee47f30029368d1ce3f4a87864" - integrity sha512-Fa965Or8eRQHgYM4gCyl9A/v2JbTeAo4hFSSgKfOLwYugTW76DKxphFkFWwSeDDJE0WOJz7p6XSmJLMAhlCEKA== +"@polkadot/util-crypto@^0.39.1": + version "0.39.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.39.1.tgz#3d8c08d44a5a367f2ed56c63f4236a618737bd1a" + integrity sha512-H1AMAtdPBAMHal5SFnbY3ccg0rgermV14Q8BQUy2m67MgGBKC8rsO1aeGZOAQKhrjIzwhtIjUbUCcifyYOFdXw== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.39.0-beta.2" - "@polkadot/wasm-crypto" "^0.2.0-beta.4" - "@polkadot/wasm-schnorrkel" "^0.2.0-beta.4" + "@polkadot/util" "^0.39.1" + "@polkadot/wasm-crypto" "^0.2.1" + "@polkadot/wasm-schnorrkel" "^0.2.1" "@types/bip39" "^2.4.2" "@types/pbkdf2" "^3.0.0" "@types/secp256k1" "^3.5.0" @@ -1729,10 +1729,10 @@ tweetnacl "^1.0.1" xxhashjs "^0.2.2" -"@polkadot/util@^0.39.0-beta.2": - version "0.39.0-beta.2" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.39.0-beta.2.tgz#feaffe90f076ab3d29f35d40ad98ad2befb2109b" - integrity sha512-G3iM+cgAL6OfxSGa2bjL1Nx6/WCm1AXREXGK0mipf1EEz3bbkF5/yF6JZvmMgtroxRlFQtnUW+T5mYkbKK8dcQ== +"@polkadot/util@^0.39.1": + version "0.39.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.39.1.tgz#553155a0610e879abf51210a4f99af9c1e3ce25b" + integrity sha512-Ks6uR6J8CBmbp/aSgM5OnfUR76tft2yTNMHNV/05BRzZN8BONG211REnNFlvy+/BU2igUNvTIhDo9GnHoR6Hhw== dependencies: "@babel/runtime" "^7.4.0" "@types/bn.js" "^4.11.4" @@ -1744,15 +1744,15 @@ ip-regex "^4.0.0" moment "^2.24.0" -"@polkadot/wasm-crypto@^0.2.0-beta.4": - version "0.2.0-beta.4" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-0.2.0-beta.4.tgz#e4cf0a236723d1fccb38de85af3b255d93eca300" - integrity sha512-Fw5KjYQdx2xjhHVkt1+eQqzeGUnXzlvG/eNypgW09dIsGcxUy2B0y7zt3bZihTt2NPJQWMH4D46XADtO2+1O+w== +"@polkadot/wasm-crypto@^0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-0.2.1.tgz#ba5eedf02f762d38fd705c57cba31db7f6e7eb1c" + integrity sha512-qk2q3B1QWt69g0ToUAQbRWTPhDPpDyS7GDGsPToSs18pbPwn31462EFuP9CvzIV2eDVifJnmwQeD2A0bx+ogMQ== -"@polkadot/wasm-schnorrkel@^0.2.0-beta.4": - version "0.2.0-beta.4" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-schnorrkel/-/wasm-schnorrkel-0.2.0-beta.4.tgz#b1e7a5883067f8bcf6c1dbc8ab8169bd7f1de824" - integrity sha512-XLc3PXLe2W5lKNHMGATeEssT/DaM2Zwm9J+NEbiLeZP/WQ4PwEJKl4T58kguNA7n9cId0DP5EVVDvNt47w2q9A== +"@polkadot/wasm-schnorrkel@^0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-schnorrkel/-/wasm-schnorrkel-0.2.1.tgz#d5cdcb3058d29272abc1d0988049415d0c341b3f" + integrity sha512-iFqy9jiiBJMkIgouklfOVm55DRNFe4UkhWX3CKoF3XfFSDJsW/QF0StXNMy+StRyKV1IXJ6SWDt5VLBvAU7SEg== "@types/accepts@*": version "1.3.5"