mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-23 21:11:02 +00:00
2.9.6 (#675)
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 2.9.6 Aug 21, 2022
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
- Use webpackage packages from `@polkadot/dev`
|
||||||
|
- Bump to `@polkadot/util` 10.1.5
|
||||||
|
|
||||||
|
|
||||||
## 2.9.5 Aug 13, 2022
|
## 2.9.5 Aug 13, 2022
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|||||||
+7
-10
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"versions": {
|
"versions": {
|
||||||
"git": "2.9.5",
|
"git": "2.9.5",
|
||||||
"npm": "2.9.5"
|
"npm": "2.9.5"
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
"build:release": "polkadot-ci-ghact-build",
|
"build:release": "polkadot-ci-ghact-build",
|
||||||
"build:rollup": "polkadot-exec-rollup --config",
|
"build:rollup": "polkadot-exec-rollup --config",
|
||||||
"clean": "polkadot-dev-clean-build",
|
"clean": "polkadot-dev-clean-build",
|
||||||
"example:react": "yarn build && cd packages/example-react && webpack --config webpack.config.cjs",
|
"example:react": "yarn build && cd packages/example-react && yarn polkadot-exec-webpack --config webpack.config.cjs",
|
||||||
"example:vue": "yarn build && cd packages/example-vue && webpack --config webpack.config.cjs",
|
"example:vue": "yarn build && cd packages/example-vue && yarn polkadot-exec-webpack --config webpack.config.cjs",
|
||||||
"lint": "polkadot-dev-run-lint",
|
"lint": "polkadot-dev-run-lint",
|
||||||
"postinstall": "polkadot-dev-yarn-only",
|
"postinstall": "polkadot-dev-yarn-only",
|
||||||
"test": "polkadot-dev-run-test --coverage --runInBand",
|
"test": "polkadot-dev-run-test --coverage --runInBand",
|
||||||
@@ -34,9 +34,9 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.18.10",
|
"@babel/core": "^7.18.10",
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/dev": "^0.67.94",
|
"@polkadot/dev": "^0.67.113",
|
||||||
"@polkadot/x-bundle": "^10.1.4",
|
"@polkadot/x-bundle": "^10.1.5",
|
||||||
"@types/jest": "^28.1.6",
|
"@types/jest": "^28.1.7",
|
||||||
"babel-loader": "^8.2.5",
|
"babel-loader": "^8.2.5",
|
||||||
"babel-plugin-transform-vue-template": "^0.4.2",
|
"babel-plugin-transform-vue-template": "^0.4.2",
|
||||||
"empty": "^0.10.1",
|
"empty": "^0.10.1",
|
||||||
@@ -46,10 +46,7 @@
|
|||||||
"react-is": "^18.2.0",
|
"react-is": "^18.2.0",
|
||||||
"react-native": "^0.69.4",
|
"react-native": "^0.69.4",
|
||||||
"stream-browserify": "^3.0.0",
|
"stream-browserify": "^3.0.0",
|
||||||
"vue-template-compiler": "^2.7.8",
|
"vue-template-compiler": "^2.7.9"
|
||||||
"webpack": "^5.74.0",
|
|
||||||
"webpack-cli": "^4.10.0",
|
|
||||||
"webpack-serve": "^4.0.0"
|
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"typescript": "^4.7.4"
|
"typescript": "^4.7.4"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"url": "https://github.com/polkadot-js/ui.git"
|
"url": "https://github.com/polkadot-js/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9"
|
"@babel/runtime": "^7.18.9"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"url": "https://github.com/polkadot-js/ui.git"
|
"url": "https://github.com/polkadot-js/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9"
|
"@babel/runtime": "^7.18.9"
|
||||||
|
|||||||
@@ -17,15 +17,15 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/keyring": "^10.1.4",
|
"@polkadot/keyring": "^10.1.5",
|
||||||
"@polkadot/ui-settings": "2.9.5",
|
"@polkadot/ui-settings": "2.9.6",
|
||||||
"@polkadot/ui-shared": "2.9.5",
|
"@polkadot/ui-shared": "2.9.6",
|
||||||
"@polkadot/util": "^10.1.4",
|
"@polkadot/util": "^10.1.5",
|
||||||
"@polkadot/util-crypto": "^10.1.4",
|
"@polkadot/util-crypto": "^10.1.5",
|
||||||
"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",
|
||||||
|
|||||||
@@ -17,13 +17,13 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/ui-settings": "2.9.5",
|
"@polkadot/ui-settings": "2.9.6",
|
||||||
"@polkadot/util": "^10.1.4",
|
"@polkadot/util": "^10.1.5",
|
||||||
"@polkadot/util-crypto": "^10.1.4",
|
"@polkadot/util-crypto": "^10.1.5",
|
||||||
"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.5"
|
"styled-components": "^5.3.5"
|
||||||
|
|||||||
@@ -17,13 +17,13 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/ui-shared": "2.9.5",
|
"@polkadot/ui-shared": "2.9.6",
|
||||||
"@polkadot/util": "^10.1.4",
|
"@polkadot/util": "^10.1.5",
|
||||||
"@polkadot/util-crypto": "^10.1.4",
|
"@polkadot/util-crypto": "^10.1.5",
|
||||||
"react-native-svg": "^12.4.4"
|
"react-native-svg": "^12.4.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
"url": "https://github.com/polkadot-js/ui.git"
|
"url": "https://github.com/polkadot-js/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/util": "^10.1.4"
|
"@polkadot/util": "^10.1.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,14 +16,14 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/keyring": "^10.1.4",
|
"@polkadot/keyring": "^10.1.5",
|
||||||
"@polkadot/ui-settings": "2.9.5",
|
"@polkadot/ui-settings": "2.9.6",
|
||||||
"@polkadot/util": "^10.1.4",
|
"@polkadot/util": "^10.1.5",
|
||||||
"@polkadot/util-crypto": "^10.1.4",
|
"@polkadot/util-crypto": "^10.1.5",
|
||||||
"mkdirp": "^1.0.4",
|
"mkdirp": "^1.0.4",
|
||||||
"rxjs": "^7.5.6",
|
"rxjs": "^7.5.6",
|
||||||
"store": "^2.0.12"
|
"store": "^2.0.12"
|
||||||
|
|||||||
@@ -17,12 +17,12 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/networks": "^10.1.4",
|
"@polkadot/networks": "^10.1.5",
|
||||||
"@polkadot/util": "^10.1.4",
|
"@polkadot/util": "^10.1.5",
|
||||||
"eventemitter3": "^4.0.7",
|
"eventemitter3": "^4.0.7",
|
||||||
"store": "^2.0.12"
|
"store": "^2.0.12"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -17,15 +17,15 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"color": "^3.2.1"
|
"color": "^3.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/util": "^10.1.4",
|
"@polkadot/util": "^10.1.5",
|
||||||
"@polkadot/util-crypto": "^10.1.4",
|
"@polkadot/util-crypto": "^10.1.5",
|
||||||
"@types/color": "^3.0.3",
|
"@types/color": "^3.0.3",
|
||||||
"@types/xmlserializer": "^0.6.3",
|
"@types/xmlserializer": "^0.6.3",
|
||||||
"xmlserializer": "^0.6.1"
|
"xmlserializer": "^0.6.1"
|
||||||
|
|||||||
@@ -17,17 +17,17 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/ui-shared": "2.9.5",
|
"@polkadot/ui-shared": "2.9.6",
|
||||||
"@polkadot/util": "^10.1.4",
|
"@polkadot/util": "^10.1.5",
|
||||||
"@polkadot/util-crypto": "^10.1.4",
|
"@polkadot/util-crypto": "^10.1.5",
|
||||||
"jdenticon": "3.1.1"
|
"jdenticon": "3.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vue": "^2.7.8"
|
"vue": "^2.7.9"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/util": "*",
|
"@polkadot/util": "*",
|
||||||
|
|||||||
Reference in New Issue
Block a user