This commit is contained in:
Jaco Greeff
2019-09-12 15:54:33 +02:00
committed by GitHub
parent 7e6c7703ab
commit 64cae001cf
11 changed files with 46 additions and 41 deletions
+5
View File
@@ -1,3 +1,8 @@
# 0.44.1
- Update `@polkadot/util` to 1.4.1
- Upddate to babel 7.6
# 0.43.1 # 0.43.1
- Add W3F Node for Kusama - Add W3F Node for Kusama
+1 -1
View File
@@ -10,5 +10,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "0.44.0-beta.1" "version": "0.44.0"
} }
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/react-identicon", "name": "@polkadot/react-identicon",
"version": "0.44.0-beta.1", "version": "0.44.0",
"description": "Renders an SVG picture representing an address", "description": "Renders an SVG picture representing an address",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,8 +10,8 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.6.0", "@babel/runtime": "^7.6.0",
"@polkadot/ui-settings": "^0.44.0-beta.1", "@polkadot/ui-settings": "^0.44.0",
"@polkadot/ui-shared": "^0.44.0-beta.1", "@polkadot/ui-shared": "^0.44.0",
"@types/color": "^3.0.0", "@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6", "@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.1.2", "color": "^3.1.2",
@@ -25,8 +25,8 @@
"react": "*" "react": "*"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/keyring": "^1.4.0-beta.0", "@polkadot/keyring": "^1.4.1",
"@polkadot/util-crypto": "^1.4.0-beta.0", "@polkadot/util-crypto": "^1.4.1",
"xmlserializer": "^0.6.1" "xmlserializer": "^0.6.1"
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/react-qr", "name": "@polkadot/react-qr",
"version": "0.44.0-beta.1", "version": "0.44.0",
"description": "Generates and reads QR codes", "description": "Generates and reads QR codes",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/reactnative-identicon", "name": "@polkadot/reactnative-identicon",
"version": "0.44.0-beta.1", "version": "0.44.0",
"description": "Renders an SVG picture representing an address", "description": "Renders an SVG picture representing an address",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,7 +10,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.6.0", "@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" "react-native-svg": "^9.9.3"
}, },
"peerDependencies": { "peerDependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-assets", "name": "@polkadot/ui-assets",
"version": "0.44.0-beta.1", "version": "0.44.0",
"description": "Static assets shared accross projects", "description": "Static assets shared accross projects",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-keyring", "name": "@polkadot/ui-keyring",
"version": "0.44.0-beta.1", "version": "0.44.0",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git", "repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -19,9 +19,9 @@
"styled-components": "^4.3.1" "styled-components": "^4.3.1"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/keyring": "^1.4.0-beta.0", "@polkadot/keyring": "^1.4.1",
"@polkadot/types": "^0.92.0-beta.4", "@polkadot/types": "^0.92.1",
"@polkadot/util": "^1.4.0-beta.0" "@polkadot/util": "^1.4.1"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/keyring": "*", "@polkadot/keyring": "*",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-settings", "name": "@polkadot/ui-settings",
"version": "0.44.0-beta.1", "version": "0.44.0",
"description": "Manages app settings", "description": "Manages app settings",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -14,7 +14,7 @@
"store": "^2.0.12" "store": "^2.0.12"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/util": "^1.4.0-beta.0" "@polkadot/util": "^1.4.1"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/util": "*" "@polkadot/util": "*"
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-shared", "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", "description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -17,6 +17,6 @@
"@polkadot/util-crypto": "*" "@polkadot/util-crypto": "*"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/util-crypto": "^1.4.0-beta.0" "@polkadot/util-crypto": "^1.4.1"
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/vue-identicon", "name": "@polkadot/vue-identicon",
"version": "0.44.0-beta.1", "version": "0.44.0",
"description": "Renders an SVG picture representing an address", "description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [ "maintainers": [
@@ -10,7 +10,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.6.0", "@babel/runtime": "^7.6.0",
"@polkadot/ui-shared": "^0.44.0-beta.1", "@polkadot/ui-shared": "^0.44.0",
"jdenticon": "2.2.0" "jdenticon": "2.2.0"
}, },
"peerDependencies": { "peerDependencies": {
+21 -21
View File
@@ -2083,14 +2083,14 @@
typescript "^3.6.3" typescript "^3.6.3"
vuepress "^1.0.4" vuepress "^1.0.4"
"@polkadot/keyring@^1.4.0-beta.0": "@polkadot/keyring@^1.4.1":
version "1.4.0-beta.0" version "1.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.4.0-beta.0.tgz#d4fc378d6628544d6185c82d27cd767f12972dec" resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-1.4.1.tgz#d563b9118bc6ba6b8270a8ccd6b4f290fea81876"
integrity sha512-gtnUnpoPzmE7w9JNCa8B1oAOVGgyfa1WY+8LpDm1Ec65z9UeMIHFT4ji7WEhmW6tQfaofDUYrBVH1lfJv2kgCw== integrity sha512-AP3lQJYFlsFt2Ub8dIyEA6u3fkdWg6wmhLeAO0YnmLfH3w/zqHO+59k8cnggcijROBJsEyejh7phOlaOw8N8nQ==
dependencies: dependencies:
"@babel/runtime" "^7.6.0" "@babel/runtime" "^7.6.0"
"@polkadot/util" "^1.4.0-beta.0" "@polkadot/util" "^1.4.1"
"@polkadot/util-crypto" "^1.4.0-beta.0" "@polkadot/util-crypto" "^1.4.1"
"@polkadot/ts@^0.1.72": "@polkadot/ts@^0.1.72":
version "0.1.72" version "0.1.72"
@@ -2099,24 +2099,24 @@
dependencies: dependencies:
"@types/chrome" "^0.0.88" "@types/chrome" "^0.0.88"
"@polkadot/types@^0.92.0-beta.4": "@polkadot/types@^0.92.1":
version "0.92.0-beta.4" version "0.92.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.92.0-beta.4.tgz#6c60650080edc8e44e9639a68caba90ccf39f158" resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.92.1.tgz#18de5809fc91c22c72db097d70aabe76ec9215bc"
integrity sha512-4TbTpz/8Uv1dXqq5L8LihGoT/VdCANHbFH7odLPBVqawysC4QeodwcsxiYL99XcjUI9R/OjHzrA0zuY+Ih+5NA== integrity sha512-LLutXpwxX9PkHK2wQBWR5lh2nCceiLMwFBYG97uM/SYEpMfwRt0kjKIc/8ISwiewYtH03hXA8AmFa4NB2PyuSA==
dependencies: dependencies:
"@babel/runtime" "^7.6.0" "@babel/runtime" "^7.6.0"
"@polkadot/util" "^1.4.0-beta.0" "@polkadot/util" "^1.4.1"
"@polkadot/util-crypto" "^1.4.0-beta.0" "@polkadot/util-crypto" "^1.4.1"
"@types/memoizee" "^0.4.3" "@types/memoizee" "^0.4.3"
memoizee "^0.4.14" memoizee "^0.4.14"
"@polkadot/util-crypto@^1.4.0-beta.0": "@polkadot/util-crypto@^1.4.1":
version "1.4.0-beta.0" version "1.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.4.0-beta.0.tgz#0292998f85d71e62ae3daf2dbe1141e025126c47" resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-1.4.1.tgz#d49acf2820b714ac3149122a904a26bcc4cd469a"
integrity sha512-7Xh6EojijTmAU5WH4jnbmLuZPD7p3qny6M3fOZ3qX3TOWvkMk9m0OErWSclOxva4f5y7EipxGPOQwCnXjBZ7XA== integrity sha512-swcQR8gmcI4/CkJVpJ8m07HLFLvmcKgr59S6JWVtGTCf5BPA8/Ha5jlWrF7tYF6WXhhD9MD3XSW2F5YlRe4bgA==
dependencies: dependencies:
"@babel/runtime" "^7.6.0" "@babel/runtime" "^7.6.0"
"@polkadot/util" "^1.4.0-beta.0" "@polkadot/util" "^1.4.1"
"@polkadot/wasm-crypto" "^0.14.1" "@polkadot/wasm-crypto" "^0.14.1"
"@types/bip39" "^2.4.2" "@types/bip39" "^2.4.2"
"@types/bs58" "^4.0.0" "@types/bs58" "^4.0.0"
@@ -2132,10 +2132,10 @@
tweetnacl "^1.0.1" tweetnacl "^1.0.1"
xxhashjs "^0.2.2" xxhashjs "^0.2.2"
"@polkadot/util@^1.4.0-beta.0": "@polkadot/util@^1.4.1":
version "1.4.0-beta.0" version "1.4.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.4.0-beta.0.tgz#504029f26a0ddcb1c7630e5a7959a87963f58342" resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-1.4.1.tgz#0c10fc1cc60111ffc9fd63fd7e3c07c8ebf28b37"
integrity sha512-ZVrvn/+ccfCA6d4IGS4bux/WVal61RhjR8bp1fvw4XLxJ0Jwy8QvBkbR66tL6iikaqFE2F0KtXL9bOx0857p5w== integrity sha512-ERrWL6ADG7F7xRKr0Hb0oMDuDbYBStgD4jniu+6w58DizvMrzlKNyatxuXtXAQEB/G+AO4Vodp7UI0OnVclS9g==
dependencies: dependencies:
"@babel/runtime" "^7.6.0" "@babel/runtime" "^7.6.0"
"@types/bn.js" "^4.11.5" "@types/bn.js" "^4.11.5"