mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-09 20:11:04 +00:00
0.37
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
# 0.37.1
|
||||
|
||||
- Add Emberic Elm (Dried Danta discontinued)
|
||||
- @polkadot/util & @polkadot/api 0.75.1
|
||||
|
||||
# 0.36.1
|
||||
|
||||
- Small fixes, latest @polkadot/wasm-* packages
|
||||
|
||||
# 0.35.1
|
||||
|
||||
- @polkadot/util & @polkadot/api 0.75.1
|
||||
|
||||
+1
-1
@@ -10,5 +10,5 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.37.0-beta.3"
|
||||
"version": "0.37.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-assets",
|
||||
"version": "0.37.0-beta.3",
|
||||
"version": "0.37.0",
|
||||
"description": "Static assets shared accross projects",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-identicon",
|
||||
"version": "0.37.0-beta.3",
|
||||
"version": "0.37.0",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -10,7 +10,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.4.3",
|
||||
"@polkadot/ui-settings": "^0.37.0-beta.3",
|
||||
"@polkadot/ui-settings": "^0.37.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.76.0-beta.7",
|
||||
"@polkadot/util-crypto": "^0.76.0-beta.7",
|
||||
"@polkadot/keyring": "^0.76.1",
|
||||
"@polkadot/util-crypto": "^0.76.1",
|
||||
"xmlserializer": "^0.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-keyring",
|
||||
"version": "0.37.0-beta.3",
|
||||
"version": "0.37.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/polkadot-js/apps.git",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -17,9 +17,9 @@
|
||||
"styled-components": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.76.0-beta.7",
|
||||
"@polkadot/types": "^0.76.0-beta.4",
|
||||
"@polkadot/util": "^0.76.0-beta.7"
|
||||
"@polkadot/keyring": "^0.76.1",
|
||||
"@polkadot/types": "^0.76.1",
|
||||
"@polkadot/util": "^0.76.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-settings",
|
||||
"version": "0.37.0-beta.3",
|
||||
"version": "0.37.0",
|
||||
"description": "Manages app settings",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -10,7 +10,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.4.3",
|
||||
"@polkadot/util": "^0.76.0-beta.7",
|
||||
"@polkadot/util": "^0.76.1",
|
||||
"@types/store": "^2.0.1",
|
||||
"store": "^2.0.12"
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ const CRYPTOS: Options = [
|
||||
|
||||
const ENDPOINTS: Options = [
|
||||
{ text: 'Alexander (Polkadot, hosted by Parity)', value: WSS_POLKADOT },
|
||||
{ text: 'Dried Danta (Substrate, hosted by Parity)', value: WSS_SUBSTRATE },
|
||||
{ text: 'Emberic Elm (Substrate, hosted by Parity)', value: WSS_SUBSTRATE },
|
||||
{ text: 'Local Node (127.0.0.1:9944)', value: 'ws://127.0.0.1:9944/' }
|
||||
];
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-util",
|
||||
"version": "0.37.0-beta.3",
|
||||
"version": "0.37.0",
|
||||
"description": "Utility functions (non-React) that aid in display, formats and determination",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -12,7 +12,7 @@
|
||||
"@babel/runtime": "^7.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "^0.76.0-beta.4"
|
||||
"@polkadot/types": "^0.76.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/types": "*"
|
||||
|
||||
@@ -1946,14 +1946,14 @@
|
||||
typescript "^3.4.1"
|
||||
vuepress "^1.0.0-alpha.46"
|
||||
|
||||
"@polkadot/keyring@^0.76.0-beta.7":
|
||||
version "0.76.0-beta.7"
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.76.0-beta.7.tgz#88f7447ec10e6bf2a04ed26a2ea1a8a782f4437c"
|
||||
integrity sha512-/htfTvClQP71lAh8yPad+UNa5qN/mkrVdI8f8BauUATEiygkGRC8SlEQ7z8v4VvHLmdd49Cs/NBJZrsPgMB9hg==
|
||||
"@polkadot/keyring@^0.76.1":
|
||||
version "0.76.1"
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.76.1.tgz#e4dd0790aa7e3536566560ed3616caaf1ffee2b3"
|
||||
integrity sha512-7UqdNS3hZWwuYdl+qqqojbx136vHvv55g5cbm4uj9TfsYSR9mgOLem2EFKsgEwrIKxMFS1O6PovzkKdu89vJYA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.4.3"
|
||||
"@polkadot/util" "^0.76.0-beta.7"
|
||||
"@polkadot/util-crypto" "^0.76.0-beta.7"
|
||||
"@polkadot/util" "^0.76.1"
|
||||
"@polkadot/util-crypto" "^0.76.1"
|
||||
"@types/bs58" "^4.0.0"
|
||||
bs58 "^4.0.1"
|
||||
|
||||
@@ -1962,22 +1962,22 @@
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27"
|
||||
integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg==
|
||||
|
||||
"@polkadot/types@^0.76.0-beta.4":
|
||||
version "0.76.0-beta.4"
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.76.0-beta.4.tgz#2a15e398e9210235d925b42873f8a219527dbc1b"
|
||||
integrity sha512-bM2kO7DJMjs6YEkhYSj5JbRwu1NYKv73ey/7A4VqtKLHoW1LpQD7iajCrDLdzSLQq9iSFl2EBatYNuAr1TZJhA==
|
||||
"@polkadot/types@^0.76.1":
|
||||
version "0.76.1"
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.76.1.tgz#a3b44b20ff09d34c6df241521384147742923344"
|
||||
integrity sha512-rx66e4JdlPSNGqRUjQVDvtQMrBGPuLsA0mnHTB408MrBt1825YxStVaNKYoUgZT95QQp7f/oL0xdjz1S6T2YeA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.4.3"
|
||||
"@polkadot/keyring" "^0.76.0-beta.7"
|
||||
"@polkadot/util" "^0.76.0-beta.7"
|
||||
"@polkadot/keyring" "^0.76.1"
|
||||
"@polkadot/util" "^0.76.1"
|
||||
|
||||
"@polkadot/util-crypto@^0.76.0-beta.7":
|
||||
version "0.76.0-beta.7"
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.76.0-beta.7.tgz#ad20565254f7d2e42fe47b36571fdc4841d0cce4"
|
||||
integrity sha512-vays2PhDm7uB4OrO/6rGxCbqrQUhlsBVskDyudrjujK2cZtCz1hj3KyzEhRgSoBQldnP3H5OsQUZtRdkhS4pEw==
|
||||
"@polkadot/util-crypto@^0.76.1":
|
||||
version "0.76.1"
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.76.1.tgz#6285c4e1d04d07d32218ec02bed238ec412ca5b3"
|
||||
integrity sha512-fxqJBs+CITL/fZtiXGv6WgO+Z3Co+80zF85951P6CshK+Csz/2tP4B+UHNMEKNxTkk0b65NYJP/0Ie9OjgsCFw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.4.3"
|
||||
"@polkadot/util" "^0.76.0-beta.7"
|
||||
"@polkadot/util" "^0.76.1"
|
||||
"@polkadot/wasm-crypto" "^0.8.1"
|
||||
"@types/bip39" "^2.4.2"
|
||||
"@types/pbkdf2" "^3.0.0"
|
||||
@@ -1991,10 +1991,10 @@
|
||||
tweetnacl "^1.0.1"
|
||||
xxhashjs "^0.2.2"
|
||||
|
||||
"@polkadot/util@^0.76.0-beta.7":
|
||||
version "0.76.0-beta.7"
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.76.0-beta.7.tgz#6b72eb8d4571c0fa718bd8be828e73d8c89853ab"
|
||||
integrity sha512-zyjkLhLIyLagUewJV7iZHYqgDd7LNTBeqPRDbUT2eFfyJ93h2QRO81Ew/tuESDW5PVHoKOInYcSTLShNpilGSQ==
|
||||
"@polkadot/util@^0.76.1":
|
||||
version "0.76.1"
|
||||
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.76.1.tgz#d21e7f4c22c1c374a7811055f2771a0a90131624"
|
||||
integrity sha512-N1WRnct7CSBUx6cj3SNkAT4vdznYungsMSURiYDTsHpV1EJUI16tPj//OFEl548/0q3N58cePyEn0qB0hFi6zA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.4.3"
|
||||
"@types/bn.js" "^4.11.5"
|
||||
|
||||
Reference in New Issue
Block a user