mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-21 01:35:42 +00:00
0.39 (#132)
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
# 0.39.1
|
||||||
|
|
||||||
|
- Allow for externally injected accounts
|
||||||
|
- @polkadot/util 0.91.1 & @polkadot/api 0.79.1
|
||||||
|
|
||||||
# 0.38.1
|
# 0.38.1
|
||||||
|
|
||||||
- Sorting of keyring addresses
|
- Sorting of keyring addresses
|
||||||
|
|||||||
+1
-1
@@ -10,5 +10,5 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"version": "0.39.0-beta.6"
|
"version": "0.39.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-assets",
|
"name": "@polkadot/ui-assets",
|
||||||
"version": "0.39.0-beta.6",
|
"version": "0.39.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>",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-identicon",
|
"name": "@polkadot/ui-identicon",
|
||||||
"version": "0.39.0-beta.6",
|
"version": "0.39.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.4.5",
|
"@babel/runtime": "^7.4.5",
|
||||||
"@polkadot/ui-settings": "^0.39.0-beta.6",
|
"@polkadot/ui-settings": "^0.39.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.0.0",
|
"color": "^3.0.0",
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
"react": "*"
|
"react": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^0.91.0-beta.2",
|
"@polkadot/keyring": "^0.91.1",
|
||||||
"@polkadot/util-crypto": "^0.91.0-beta.2",
|
"@polkadot/util-crypto": "^0.91.1",
|
||||||
"xmlserializer": "^0.6.1"
|
"xmlserializer": "^0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-keyring",
|
"name": "@polkadot/ui-keyring",
|
||||||
"version": "0.39.0-beta.6",
|
"version": "0.39.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>",
|
||||||
@@ -16,9 +16,9 @@
|
|||||||
"styled-components": "^4.2.0"
|
"styled-components": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^0.91.0-beta.2",
|
"@polkadot/keyring": "^0.91.1",
|
||||||
"@polkadot/types": "^0.79.0-beta.34",
|
"@polkadot/types": "^0.79.1",
|
||||||
"@polkadot/util": "^0.91.0-beta.2"
|
"@polkadot/util": "^0.91.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/keyring": "*",
|
"@polkadot/keyring": "*",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-settings",
|
"name": "@polkadot/ui-settings",
|
||||||
"version": "0.39.0-beta.6",
|
"version": "0.39.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": "^0.91.0-beta.2"
|
"@polkadot/util": "^0.91.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/util": "*"
|
"@polkadot/util": "*"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-util",
|
"name": "@polkadot/ui-util",
|
||||||
"version": "0.39.0-beta.6",
|
"version": "0.39.0",
|
||||||
"description": "Utility functions (non-React) that aid in display, formats and determination",
|
"description": "Utility functions (non-React) that aid in display, formats and determination",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"@babel/runtime": "^7.4.5"
|
"@babel/runtime": "^7.4.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/types": "^0.79.0-beta.34"
|
"@polkadot/types": "^0.79.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/types": "*"
|
"@polkadot/types": "*"
|
||||||
|
|||||||
@@ -1824,14 +1824,14 @@
|
|||||||
typescript "^3.4.5"
|
typescript "^3.4.5"
|
||||||
vuepress "^1.0.0-alpha.47"
|
vuepress "^1.0.0-alpha.47"
|
||||||
|
|
||||||
"@polkadot/keyring@^0.91.0-beta.2":
|
"@polkadot/keyring@^0.91.1":
|
||||||
version "0.91.0-beta.2"
|
version "0.91.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.91.0-beta.2.tgz#d25b6cd32581ef1206b567f82ea5158a4745dfe4"
|
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.91.1.tgz#9d0d06ffb7c1ebc575304cab0e3699c76637a694"
|
||||||
integrity sha512-89bhf7L827fAarZ5mXwQmCJz2/tjHlo9SHyLqO5JA6rl1UnGlzXJ+2FKbjyLceGVsQLRXJ3k+HsbJRdRCKGqTA==
|
integrity sha512-XYWbqWK8CAeuPFg1llS65r2sO7k2qTalJMHPQiaIVETPXQGx4SCzzMzBkD9eVvHTs9KfamynOQrspflhjHtgbg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.4.5"
|
"@babel/runtime" "^7.4.5"
|
||||||
"@polkadot/util" "^0.91.0-beta.2"
|
"@polkadot/util" "^0.91.1"
|
||||||
"@polkadot/util-crypto" "^0.91.0-beta.2"
|
"@polkadot/util-crypto" "^0.91.1"
|
||||||
"@types/bs58" "^4.0.0"
|
"@types/bs58" "^4.0.0"
|
||||||
bs58 "^4.0.1"
|
bs58 "^4.0.1"
|
||||||
|
|
||||||
@@ -1840,22 +1840,22 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27"
|
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27"
|
||||||
integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg==
|
integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg==
|
||||||
|
|
||||||
"@polkadot/types@^0.79.0-beta.34":
|
"@polkadot/types@^0.79.1":
|
||||||
version "0.79.0-beta.34"
|
version "0.79.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.79.0-beta.34.tgz#c220e88feb03deeec85bc23c0d764e5a331307b0"
|
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.79.1.tgz#491a53dd23d5ac645d58a8467c1b919d4bb00c09"
|
||||||
integrity sha512-Vi1GEDPwncTKxQVAh9clSPdQSEw5AvO1p24m6/Kk0m+i6oP9mqRQNfgTdNxkizA1s6N/YcxYt+DYTIcO+0gmRA==
|
integrity sha512-u7hcubX5Kl3m3IM+YXyORXlgHUJSb+a/YyzalERF7yRxEUW1fPMRE6935cUQT5kHdRme0aANncjHFGbE6Qn0vg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.4.5"
|
"@babel/runtime" "^7.4.5"
|
||||||
"@polkadot/keyring" "^0.91.0-beta.2"
|
"@polkadot/keyring" "^0.91.1"
|
||||||
"@polkadot/util" "^0.91.0-beta.2"
|
"@polkadot/util" "^0.91.1"
|
||||||
|
|
||||||
"@polkadot/util-crypto@^0.91.0-beta.2":
|
"@polkadot/util-crypto@^0.91.1":
|
||||||
version "0.91.0-beta.2"
|
version "0.91.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.91.0-beta.2.tgz#f404d784256704ec1c04e22be2fba33a745d9eed"
|
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.91.1.tgz#c9e48df45588af7fa7822652d9938764274e548f"
|
||||||
integrity sha512-FyIN9TveMjXclqkjeMrfpaH5ze6ic3tSr/iOlIR+aPDS61Z8meXLXdFWuAhSCFShjqdZxKHzaywEEvBXPJ+Y2g==
|
integrity sha512-o1CU1fwf0zxTJfuXgWs+IBJ8qIsZK9Pk7dSKR+YcDP3RYYCF8kRp+PDw/BHtvOhSerLKn9rxECjmtk+5sVVzkQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.4.5"
|
"@babel/runtime" "^7.4.5"
|
||||||
"@polkadot/util" "^0.91.0-beta.2"
|
"@polkadot/util" "^0.91.1"
|
||||||
"@polkadot/wasm-crypto" "^0.10.1"
|
"@polkadot/wasm-crypto" "^0.10.1"
|
||||||
"@types/bip39" "^2.4.2"
|
"@types/bip39" "^2.4.2"
|
||||||
"@types/pbkdf2" "^3.0.0"
|
"@types/pbkdf2" "^3.0.0"
|
||||||
@@ -1869,10 +1869,10 @@
|
|||||||
tweetnacl "^1.0.1"
|
tweetnacl "^1.0.1"
|
||||||
xxhashjs "^0.2.2"
|
xxhashjs "^0.2.2"
|
||||||
|
|
||||||
"@polkadot/util@^0.91.0-beta.2":
|
"@polkadot/util@^0.91.1":
|
||||||
version "0.91.0-beta.2"
|
version "0.91.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.91.0-beta.2.tgz#e612c0b570338623f74cce84d8726ca4e97d4160"
|
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.91.1.tgz#f5f2323e1bad387ab136d198f7293331b060b348"
|
||||||
integrity sha512-bhgGZirQVXUVrR8GdgehD8YjWKKbEIWW/YxkrqXSFuO+y+IXgv6Y+AUO/fwdbh5ZVndiEL3wUpTunJFb6lxF+A==
|
integrity sha512-NqW3FlKQl0wh4mt/QpmGduE0VLBSsb6S45pyjgM3P7Fz37EyrOOZa8s7IBdIck2dtY3MwAy8JWGJjpTnMHXh8Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.4.5"
|
"@babel/runtime" "^7.4.5"
|
||||||
"@types/bn.js" "^4.11.5"
|
"@types/bn.js" "^4.11.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user