This commit is contained in:
Jaco
2022-07-01 19:49:24 +02:00
committed by GitHub
parent 42f1b3a6c3
commit 525ace3f52
13 changed files with 1194 additions and 1164 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 2.7.1 Jul 1, 2022
Contributed:
- Remove extra div wrappers in `vue-identicon` (Thanks to https://github.com/dcolley)
Changes:
- Upgrade to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 9.7.1
## 2.6.2 Jun 25, 2022
Changes:
+7 -7
View File
@@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.6.2",
"version": "2.7.0",
"workspaces": [
"packages/*"
],
@@ -27,11 +27,11 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/runtime": "^7.18.3",
"@polkadot/dev": "^0.67.42",
"@polkadot/x-bundle": "^9.6.2",
"@types/jest": "^28.1.3",
"@babel/core": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@polkadot/dev": "^0.67.46",
"@polkadot/x-bundle": "^9.7.1",
"@types/jest": "^28.1.4",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
@@ -39,7 +39,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.69.0",
"react-native": "^0.69.1",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.73.0",
+2 -2
View File
@@ -14,9 +14,9 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3"
"@babel/runtime": "^7.18.6"
}
}
+2 -2
View File
@@ -14,9 +14,9 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3"
"@babel/runtime": "^7.18.6"
}
}
+7 -7
View File
@@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/keyring": "^9.6.2",
"@polkadot/ui-settings": "2.6.2",
"@polkadot/ui-shared": "2.6.2",
"@polkadot/util": "^9.6.2",
"@polkadot/util-crypto": "^9.6.2",
"@babel/runtime": "^7.18.6",
"@polkadot/keyring": "^9.7.1",
"@polkadot/ui-settings": "2.7.0",
"@polkadot/ui-shared": "2.7.0",
"@polkadot/util": "^9.7.1",
"@polkadot/util-crypto": "^9.7.1",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1",
+5 -5
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/ui-settings": "2.6.2",
"@polkadot/util": "^9.6.2",
"@polkadot/util-crypto": "^9.6.2",
"@babel/runtime": "^7.18.6",
"@polkadot/ui-settings": "2.7.0",
"@polkadot/util": "^9.7.1",
"@polkadot/util-crypto": "^9.7.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.5"
+6 -6
View File
@@ -17,17 +17,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/ui-shared": "2.6.2",
"@polkadot/util": "^9.6.2",
"@polkadot/util-crypto": "^9.6.2",
"@babel/runtime": "^7.18.6",
"@polkadot/ui-shared": "2.7.0",
"@polkadot/util": "^9.7.1",
"@polkadot/util-crypto": "^9.7.1",
"react-native-svg": "^12.3.0"
},
"devDependencies": {
"@types/react-native": "^0.68.0"
"@types/react-native": "^0.69.1"
},
"peerDependencies": {
"@polkadot/util": "*",
+3 -3
View File
@@ -13,10 +13,10 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/util": "^9.6.2"
"@babel/runtime": "^7.18.6",
"@polkadot/util": "^9.7.1"
}
}
+6 -6
View File
@@ -16,14 +16,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/keyring": "^9.6.2",
"@polkadot/ui-settings": "2.6.2",
"@polkadot/util": "^9.6.2",
"@polkadot/util-crypto": "^9.6.2",
"@babel/runtime": "^7.18.6",
"@polkadot/keyring": "^9.7.1",
"@polkadot/ui-settings": "2.7.0",
"@polkadot/util": "^9.7.1",
"@polkadot/util-crypto": "^9.7.1",
"mkdirp": "^1.0.4",
"rxjs": "^7.5.5",
"store": "^2.0.12"
+4 -4
View File
@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/networks": "^9.6.2",
"@polkadot/util": "^9.6.2",
"@babel/runtime": "^7.18.6",
"@polkadot/networks": "^9.7.1",
"@polkadot/util": "^9.7.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+4 -4
View File
@@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@babel/runtime": "^7.18.6",
"color": "^3.2.1"
},
"devDependencies": {
"@polkadot/util": "^9.6.2",
"@polkadot/util-crypto": "^9.6.2",
"@polkadot/util": "^9.7.1",
"@polkadot/util-crypto": "^9.7.1",
"@types/color": "^3.0.3",
"@types/xmlserializer": "^0.6.2",
"xmlserializer": "^0.6.1"
+5 -5
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.6.2",
"version": "2.7.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/ui-shared": "2.6.2",
"@polkadot/util": "^9.6.2",
"@polkadot/util-crypto": "^9.6.2",
"@babel/runtime": "^7.18.6",
"@polkadot/ui-shared": "2.7.0",
"@polkadot/util": "^9.7.1",
"@polkadot/util-crypto": "^9.7.1",
"jdenticon": "3.1.1"
},
"devDependencies": {
+1132 -1113
View File
File diff suppressed because it is too large Load Diff