From cffd78b7ea31abb02d9bbea5a0cdbb7566812df1 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 28 Mar 2019 20:27:41 +0100 Subject: [PATCH] 0.34 (#104) * 0.34 * Bump version * Bump api & common (stable) --- lerna.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 | 4 +- packages/ui-util/package.json | 4 +- yarn.lock | 72 +++++++++++++++--------------- 7 files changed, 50 insertions(+), 50 deletions(-) diff --git a/lerna.json b/lerna.json index c15983dc..6622e5be 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.34.0-beta.0" + "version": "0.34.0" } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 6e35102a..88c626a7 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.34.0-beta.0", + "version": "0.34.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 d905f9d1..ed5f9b6a 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.34.0-beta.0", + "version": "0.34.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.34.0-beta.0", + "@polkadot/ui-settings": "^0.34.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.42.0-beta.1", - "@polkadot/util-crypto": "^0.42.0-beta.1", + "@polkadot/keyring": "^0.42.1", + "@polkadot/util-crypto": "^0.42.1", "xmlserializer": "^0.6.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 315ccad4..38dab2d1 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.34.0-beta.0", + "version": "0.34.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.42.0-beta.1", - "@polkadot/types": "^0.52.0-beta.1", - "@polkadot/util": "^0.42.0-beta.1" + "@polkadot/keyring": "^0.42.1", + "@polkadot/types": "^0.52.1", + "@polkadot/util": "^0.42.1" }, "peerDependencies": { "@polkadot/keyring": "*", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 95d65f79..d7ba1ba0 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.34.0-beta.0", + "version": "0.34.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.42.0-beta.1", + "@polkadot/util": "^0.42.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 055a7801..3b95d83d 100644 --- a/packages/ui-util/package.json +++ b/packages/ui-util/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-util", - "version": "0.34.0-beta.0", + "version": "0.34.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.52.0-beta.1" + "@polkadot/types": "^0.52.1" }, "peerDependencies": { "@polkadot/types": "*" diff --git a/yarn.lock b/yarn.lock index 0a4159e3..9dc62718 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1683,14 +1683,14 @@ typescript "^3.3.4000" vuepress "^1.0.0-alpha.44" -"@polkadot/keyring@^0.42.0-beta.1": - version "0.42.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.42.0-beta.1.tgz#3620097d48dd53527164d00d7e2374447b094fa5" - integrity sha512-tfGCbF3Ey9zcRjnmwfToAmai67F3wsuXsZoCSeHUodhBbbJTUrYKz278F11+W4nslCJ7ZWzpfY1FchfWo74Vkw== +"@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== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.42.0-beta.1" - "@polkadot/util-crypto" "^0.42.0-beta.1" + "@polkadot/util" "^0.42.1" + "@polkadot/util-crypto" "^0.42.1" "@types/bs58" "^4.0.0" bs58 "^4.0.1" @@ -1699,25 +1699,25 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27" integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg== -"@polkadot/types@^0.52.0-beta.1": - version "0.52.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.52.0-beta.1.tgz#cfefaff3c0cf5da62b971f895e89bd6d2b2b03b4" - integrity sha512-bXxe4ztsjfAAxC90pEIK0/Dh/qMgcq0P1af6P9vqeMBVfIVSn7X1KLr4JfjWP9L2DiknAGBZj+7TvXSF7khRKA== +"@polkadot/types@^0.52.1": + version "0.52.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.52.1.tgz#f24e02bdb280c191119b8d8e3d08785f9bf971ec" + integrity sha512-63uaHnQl2hJ0h7bEryMDQxHzLb0KxlLND3RrNEZ7CTCtRc8wJ4ZQemO0Mdn0N0WClwqY5TuQqvg3cWNWLz3BaA== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/keyring" "^0.42.0-beta.1" - "@polkadot/util" "^0.42.0-beta.1" + "@polkadot/keyring" "^0.42.1" + "@polkadot/util" "^0.42.1" -"@polkadot/util-crypto@^0.42.0-beta.1": - version "0.42.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.42.0-beta.1.tgz#10832842db802037592436eb50343e7345df9638" - integrity sha512-uvP64cOaBKSmL/pnpYBfVRakQrwvypVtmj4fKVDgs3P7d38h9Kpg9cCcsYoT9jscx0a912QL1xmNJPKNakYWMQ== +"@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== dependencies: "@babel/runtime" "^7.4.0" - "@polkadot/util" "^0.42.0-beta.1" - "@polkadot/wasm-crypto" "^0.5.1" - "@polkadot/wasm-dalek-ed25519" "^0.5.1" - "@polkadot/wasm-schnorrkel" "^0.5.1" + "@polkadot/util" "^0.42.1" + "@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" @@ -1730,10 +1730,10 @@ tweetnacl "^1.0.1" xxhashjs "^0.2.2" -"@polkadot/util@^0.42.0-beta.1": - version "0.42.0-beta.1" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.42.0-beta.1.tgz#93baa0fc129467237b7eb226e14fafffd160f4e9" - integrity sha512-PZC/yArV5D4J//IkqYwPo1rmlLzwf1SDWE4COOSDZJfU1hGjrwucDre/jwtQFQjZAUv458BXiFUHxgEd5dHX2w== +"@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" @@ -1745,20 +1745,20 @@ ip-regex "^4.0.0" moment "^2.24.0" -"@polkadot/wasm-crypto@^0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-0.5.1.tgz#3d5734d6dc2f5174a411689f78538287d21bd710" - integrity sha512-8h7uz85bvLVirtbxLkELr9H25oqAfgnQuDP6FP3QJeag7VfMtVvRF5U2JWGgsiUSiRg+UJnTuCleOSDnageRmg== +"@polkadot/wasm-crypto@^0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-0.6.1.tgz#34e14cf6946060e50bc6f423afa6a11b8eadec4e" + integrity sha512-Qpyzu4EQEKgO6S1sAxuVsqB10OoP3mi7QIygR68g/IregfzrFgz1lOEBoG3RJPhDZf4tNwNNIta7orm4GHAs4Q== -"@polkadot/wasm-dalek-ed25519@^0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-dalek-ed25519/-/wasm-dalek-ed25519-0.5.1.tgz#7b59f5381c8e16335d4de31e2e30ac7d7592762f" - integrity sha512-wBz1/tJJHylQ8cfB0J11h8T46m6trAq+tyNzGCaoDNFyb7XDg3wNxpyWNHg1PGrI59sjaDiTfvr3RUiodWgcng== +"@polkadot/wasm-dalek-ed25519@^0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-dalek-ed25519/-/wasm-dalek-ed25519-0.6.1.tgz#59f385ae55c080c88851b8d6399a26e7c5e3949b" + integrity sha512-rJuHLJeQGVxOm1BlG8nmeNGVA+rOjZCQE0rKzEdZyFHO8huoSpLyKo96nLyOhbE/xb2FMVj7Kk1vSHe2e8MenA== -"@polkadot/wasm-schnorrkel@^0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-schnorrkel/-/wasm-schnorrkel-0.5.1.tgz#9db91db2e262668bdc1b037ef6d010ba2a29bf41" - integrity sha512-uFlYRtMYeuVzW72+I01ToKqbPmn/3gFJzMc2MJcpOgOEPHNrQ1erXkqy0s1BxJYIDaO5SlvAQK/lRQbAWEYUDA== +"@polkadot/wasm-schnorrkel@^0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-schnorrkel/-/wasm-schnorrkel-0.6.1.tgz#68d0cebd063fd5294ba5757f167c814613344310" + integrity sha512-XlDPqKqFGYLwkd4FjjaDgvrQCrTfUfIMski6+LNyRwbpsIHhkGoEWXE/byIsB6FTcHBUDpXq9ZFdaddmXfV8pg== "@types/accepts@*": version "1.3.5"