mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-06 05:28:02 +00:00
0.65 (#423)
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 0.65.1 Dec 28, 2020
|
||||
|
||||
Changes:
|
||||
|
||||
- Updated to `@polkadot/{keyring, util, util-crypto}` 5.2.2
|
||||
- Updated to `@polkadot/api` 3.2.2
|
||||
|
||||
|
||||
## 0.64.1 Dec 21, 2020
|
||||
|
||||
Changes:
|
||||
|
||||
+2
-2
@@ -31,7 +31,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/dev": "^0.61.13",
|
||||
"@polkadot/dev": "^0.61.16",
|
||||
"@polkadot/ts": "^0.3.58",
|
||||
"@types/jest": "^26.0.19",
|
||||
"babel-plugin-transform-vue-template": "^0.4.2",
|
||||
@@ -45,5 +45,5 @@
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-serve": "^3.2.0"
|
||||
},
|
||||
"version": "0.64.2-1"
|
||||
"version": "0.65.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/example-react",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "A very basic example with ui-* & react-* packages",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/example-vue",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "A very basic example with ui-* & vue-* packages",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "exampleReactNative",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
|
||||
@@ -12,12 +12,12 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^5.1.1",
|
||||
"@polkadot/reactnative-identicon": "0.64.2-1",
|
||||
"@polkadot/ui-keyring": "0.64.2-1",
|
||||
"@polkadot/ui-settings": "0.64.2-1",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/util-crypto": "^5.1.1",
|
||||
"@polkadot/keyring": "^5.2.2",
|
||||
"@polkadot/reactnative-identicon": "0.65.0",
|
||||
"@polkadot/ui-keyring": "0.65.0",
|
||||
"@polkadot/ui-settings": "0.65.0",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"@polkadot/util-crypto": "^5.2.2",
|
||||
"@react-native-community/async-storage": "^1.12.1",
|
||||
"fast-text-encoding": "^1.0.3",
|
||||
"get-yarn-workspaces": "^1.0.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ledger-transports",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"repository": "github:polkadot-js/ui",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ledger",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"repository": "github:polkadot-js/ui",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [],
|
||||
@@ -11,8 +11,8 @@
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/ledger-transports": "0.64.2-1",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/ledger-transports": "0.65.0",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"@zondax/ledger-polkadot": "^0.12.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/react-identicon",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
@@ -10,11 +10,11 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/keyring": "^5.1.1",
|
||||
"@polkadot/ui-settings": "0.64.2-1",
|
||||
"@polkadot/ui-shared": "0.64.2-1",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/util-crypto": "^5.1.1",
|
||||
"@polkadot/keyring": "^5.2.2",
|
||||
"@polkadot/ui-settings": "0.65.0",
|
||||
"@polkadot/ui-shared": "0.65.0",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"@polkadot/util-crypto": "^5.2.2",
|
||||
"color": "^3.1.3",
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
"jdenticon": "3.1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/react-qr",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "Generates and reads QR codes",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
@@ -10,8 +10,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/util-crypto": "^5.1.1",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"@polkadot/util-crypto": "^5.2.2",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"styled-components": "^5.2.1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/reactnative-identicon",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
@@ -10,9 +10,9 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/ui-shared": "0.64.2-1",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/util-crypto": "^5.1.1",
|
||||
"@polkadot/ui-shared": "0.65.0",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"@polkadot/util-crypto": "^5.2.2",
|
||||
"react-native-svg": "^12.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-assets",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "Static assets shared accross projects",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-keyring",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
"sideEffects": [
|
||||
@@ -14,16 +14,16 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/keyring": "^5.1.1",
|
||||
"@polkadot/ledger": "^0.64.2-1",
|
||||
"@polkadot/ui-settings": "0.64.2-1",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/x-rxjs": "^3.1.2-2",
|
||||
"@polkadot/keyring": "^5.2.2",
|
||||
"@polkadot/ledger": "^0.65.0",
|
||||
"@polkadot/ui-settings": "0.65.0",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"@polkadot/x-rxjs": "^3.2.2",
|
||||
"mkdirp": "^1.0.4",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "^3.1.2-2",
|
||||
"@polkadot/types": "^3.2.2",
|
||||
"@types/mkdirp": "^1.0.1",
|
||||
"@types/store": "^2.0.2"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-settings",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "Manages app settings",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
@@ -10,8 +10,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/networks": "^5.1.1",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/networks": "^5.2.2",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-shared",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
@@ -17,8 +17,8 @@
|
||||
"@polkadot/util-crypto": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/util-crypto": "^5.1.1",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"@polkadot/util-crypto": "^5.2.2",
|
||||
"@types/color": "^3.0.1",
|
||||
"@types/xmlserializer": "^0.6.1"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/vue-identicon",
|
||||
"version": "0.64.2-1",
|
||||
"version": "0.65.0",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [],
|
||||
@@ -10,9 +10,9 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/ui-shared": "0.64.2-1",
|
||||
"@polkadot/util": "^5.1.1",
|
||||
"@polkadot/util-crypto": "^5.1.1",
|
||||
"@polkadot/ui-shared": "0.65.0",
|
||||
"@polkadot/util": "^5.2.2",
|
||||
"@polkadot/util-crypto": "^5.2.2",
|
||||
"jdenticon": "3.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user