This commit is contained in:
Jaco
2021-10-24 19:34:35 +02:00
committed by GitHub
parent dc2c83d21c
commit ade03fcc7e
14 changed files with 586 additions and 631 deletions
+7
View File
@@ -1,5 +1,12 @@
# CHANGELOG # CHANGELOG
## 0.86.2 Oct 24, 2021
Changes:
- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 7.6.1
## 0.86.1 Oct 16, 2021 ## 0.86.1 Oct 16, 2021
Contributed: Contributed:
+4 -4
View File
@@ -30,9 +30,9 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.15.8", "@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@polkadot/dev": "^0.63.5", "@polkadot/dev": "^0.63.6",
"@polkadot/ts": "^0.4.9", "@polkadot/ts": "^0.4.10",
"@polkadot/x-bundle": "^7.5.1", "@polkadot/x-bundle": "^7.6.1",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"babel-plugin-transform-vue-template": "^0.4.2", "babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1", "empty": "^0.10.1",
@@ -45,6 +45,6 @@
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0" "webpack-serve": "^3.2.0"
}, },
"version": "0.86.2-1", "version": "0.86.2",
"packageManager": "yarn@3.0.1" "packageManager": "yarn@3.0.1"
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/example-react", "name": "@polkadot/example-react",
"version": "0.86.2-1", "version": "0.86.2",
"description": "A very basic example with ui-* & react-* packages", "description": "A very basic example with ui-* & react-* packages",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/example-vue", "name": "@polkadot/example-vue",
"version": "0.86.2-1", "version": "0.86.2",
"description": "A very basic example with ui-* & vue-* packages", "description": "A very basic example with ui-* & vue-* packages",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
+8 -8
View File
@@ -1,6 +1,6 @@
{ {
"name": "exampleReactNative", "name": "exampleReactNative",
"version": "0.86.2-1", "version": "0.86.2",
"private": true, "private": true,
"scripts": { "scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared", "copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@polkadot/keyring": "^7.5.1", "@polkadot/keyring": "^7.6.1",
"@polkadot/reactnative-identicon": "0.86.2-1", "@polkadot/reactnative-identicon": "0.86.2",
"@polkadot/ui-keyring": "0.86.2-1", "@polkadot/ui-keyring": "0.86.2",
"@polkadot/ui-settings": "0.86.2-1", "@polkadot/ui-settings": "0.86.2",
"@polkadot/util": "^7.5.1", "@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.5.1", "@polkadot/util-crypto": "^7.6.1",
"@react-native-community/async-storage": "^1.12.1", "@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3", "fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2", "get-yarn-workspaces": "^1.0.2",
@@ -34,7 +34,7 @@
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@react-native-community/cli-platform-ios": "^5.0.2", "@react-native-community/cli-platform-ios": "^5.0.2",
"@types/react-test-renderer": "17.0.1", "@types/react-test-renderer": "17.0.1",
"babel-jest": "^27.2.5", "babel-jest": "^27.3.1",
"metro-react-native-babel-preset": "^0.66.2", "metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2" "react-test-renderer": "17.0.2"
}, },
+9 -9
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/react-identicon", "name": "@polkadot/react-identicon",
"version": "0.86.2-1", "version": "0.86.2",
"type": "module", "type": "module",
"description": "Renders an SVG picture representing an address", "description": "Renders an SVG picture representing an address",
"main": "index.js", "main": "index.js",
@@ -13,16 +13,16 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@polkadot/keyring": "^7.5.1", "@polkadot/keyring": "^7.6.1",
"@polkadot/ui-settings": "0.86.2-1", "@polkadot/ui-settings": "0.86.2",
"@polkadot/ui-shared": "0.86.2-1", "@polkadot/ui-shared": "0.86.2",
"@polkadot/util": "^7.5.1", "@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.5.1", "@polkadot/util-crypto": "^7.6.1",
"color": "^3.2.1", "color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2", "ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1", "jdenticon": "3.1.1",
"react-copy-to-clipboard": "^5.0.4", "react-copy-to-clipboard": "^5.0.4",
"styled-components": "^5.3.1" "styled-components": "^5.3.3"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/keyring": "*", "@polkadot/keyring": "*",
@@ -35,9 +35,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.2", "@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.9", "@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"styled-components": "^5.3.1", "styled-components": "^5.3.3",
"xmlserializer": "^0.6.1" "xmlserializer": "^0.6.1"
} }
} }
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/react-qr", "name": "@polkadot/react-qr",
"version": "0.86.2-1", "version": "0.86.2",
"type": "module", "type": "module",
"description": "Generates and reads QR codes", "description": "Generates and reads QR codes",
"main": "index.js", "main": "index.js",
@@ -10,11 +10,11 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@polkadot/util": "^7.5.1", "@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.5.1", "@polkadot/util-crypto": "^7.6.1",
"qrcode-generator": "^1.4.4", "qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1", "react-qr-reader": "^2.2.1",
"styled-components": "^5.3.1" "styled-components": "^5.3.3"
}, },
"devDependencies": { "devDependencies": {
"@types/react-qr-reader": "^2.1.4", "@types/react-qr-reader": "^2.1.4",
+6 -6
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/reactnative-identicon", "name": "@polkadot/reactnative-identicon",
"version": "0.86.2-1", "version": "0.86.2",
"type": "module", "type": "module",
"description": "Renders an SVG picture representing an address", "description": "Renders an SVG picture representing an address",
"main": "index.js", "main": "index.js",
@@ -13,10 +13,10 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.86.2-1", "@polkadot/ui-shared": "0.86.2",
"@polkadot/util": "^7.5.1", "@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.5.1", "@polkadot/util-crypto": "^7.6.1",
"react-native-svg": "^12.2.0" "react-native-svg": "^12.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/util": "*", "@polkadot/util": "*",
@@ -25,6 +25,6 @@
"react-native": "*" "react-native": "*"
}, },
"devDependencies": { "devDependencies": {
"@types/react-native": "^0.65.8" "@types/react-native": "^0.66.0"
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-assets", "name": "@polkadot/ui-assets",
"version": "0.86.2-1", "version": "0.86.2",
"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>",
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-keyring", "name": "@polkadot/ui-keyring",
"version": "0.86.2-1", "version": "0.86.2",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
"sideEffects": [ "sideEffects": [
@@ -14,10 +14,10 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@polkadot/hw-ledger": "^7.5.1", "@polkadot/hw-ledger": "^7.6.1",
"@polkadot/keyring": "^7.5.1", "@polkadot/keyring": "^7.6.1",
"@polkadot/ui-settings": "0.86.2-1", "@polkadot/ui-settings": "0.86.2",
"@polkadot/util": "^7.5.1", "@polkadot/util": "^7.6.1",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"rxjs": "^7.4.0", "rxjs": "^7.4.0",
"store": "^2.0.12" "store": "^2.0.12"
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-settings", "name": "@polkadot/ui-settings",
"version": "0.86.2-1", "version": "0.86.2",
"type": "module", "type": "module",
"description": "Manages app settings", "description": "Manages app settings",
"main": "index.js", "main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@polkadot/networks": "^7.5.1", "@polkadot/networks": "^7.6.1",
"@polkadot/util": "^7.5.1", "@polkadot/util": "^7.6.1",
"eventemitter3": "^4.0.7", "eventemitter3": "^4.0.7",
"store": "^2.0.12" "store": "^2.0.12"
}, },
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-shared", "name": "@polkadot/ui-shared",
"version": "0.86.2-1", "version": "0.86.2",
"type": "module", "type": "module",
"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",
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*" "@polkadot/util-crypto": "*"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/util": "^7.5.1", "@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.5.1", "@polkadot/util-crypto": "^7.6.1",
"@types/color": "^3.0.2", "@types/color": "^3.0.2",
"@types/xmlserializer": "^0.6.2" "@types/xmlserializer": "^0.6.2"
} }
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/vue-identicon", "name": "@polkadot/vue-identicon",
"version": "0.86.2-1", "version": "0.86.2",
"type": "module", "type": "module",
"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>",
@@ -13,9 +13,9 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.86.2-1", "@polkadot/ui-shared": "0.86.2",
"@polkadot/util": "^7.5.1", "@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.5.1", "@polkadot/util-crypto": "^7.6.1",
"jdenticon": "3.1.1" "jdenticon": "3.1.1"
}, },
"peerDependencies": { "peerDependencies": {
+530 -582
View File
File diff suppressed because it is too large Load Diff