mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-11 23:11:02 +00:00
3.0.2 (#730)
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 3.0.2 Mar 11, 2023
|
||||
|
||||
Changes:
|
||||
|
||||
- Use consistent `.js` imports in source files (TS moduleResolution)
|
||||
- Bump to `@polkadot/util` 11.0.2
|
||||
|
||||
|
||||
## 3.0.1 Mar 5, 2023
|
||||
|
||||
Changes:
|
||||
|
||||
+5
-5
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "3.0.2-4-x",
|
||||
"version": "3.0.2",
|
||||
"versions": {
|
||||
"git": "3.0.2-4-x",
|
||||
"npm": "3.0.1"
|
||||
@@ -30,13 +30,13 @@
|
||||
"test:one": "polkadot-dev-run-test --env browser"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.71.1",
|
||||
"@polkadot/x-bundle": "^11.0.1",
|
||||
"@types/node": "^18.14.6",
|
||||
"@polkadot/dev": "^0.71.4",
|
||||
"@polkadot/x-bundle": "^11.0.2",
|
||||
"@types/node": "^18.15.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-is": "^18.2.0",
|
||||
"react-native": "^0.71.3"
|
||||
"react-native": "^0.71.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"typescript": "^4.9.5"
|
||||
|
||||
@@ -17,14 +17,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.0.2-4-x",
|
||||
"version": "3.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^11.0.1",
|
||||
"@polkadot/ui-settings": "3.0.2-4-x",
|
||||
"@polkadot/ui-shared": "3.0.2-4-x",
|
||||
"@polkadot/util": "^11.0.1",
|
||||
"@polkadot/util-crypto": "^11.0.1",
|
||||
"@polkadot/keyring": "^11.0.2",
|
||||
"@polkadot/ui-settings": "3.0.2",
|
||||
"@polkadot/ui-shared": "3.0.2",
|
||||
"@polkadot/util": "^11.0.2",
|
||||
"@polkadot/util-crypto": "^11.0.2",
|
||||
"color": "^3.2.1",
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
"jdenticon": "3.2.0",
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.0.2-4-x",
|
||||
"version": "3.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-settings": "3.0.2-4-x",
|
||||
"@polkadot/util": "^11.0.1",
|
||||
"@polkadot/util-crypto": "^11.0.1",
|
||||
"@polkadot/ui-settings": "3.0.2",
|
||||
"@polkadot/util": "^11.0.2",
|
||||
"@polkadot/util-crypto": "^11.0.2",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"styled-components": "^5.3.8",
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.0.2-4-x",
|
||||
"version": "3.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-shared": "3.0.2-4-x",
|
||||
"@polkadot/util": "^11.0.1",
|
||||
"@polkadot/util-crypto": "^11.0.1",
|
||||
"@polkadot/ui-shared": "3.0.2",
|
||||
"@polkadot/util": "^11.0.2",
|
||||
"@polkadot/util-crypto": "^11.0.2",
|
||||
"react-native-svg": "^12.5.1",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.0.2-4-x",
|
||||
"version": "3.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^11.0.1",
|
||||
"@polkadot/ui-settings": "3.0.2-4-x",
|
||||
"@polkadot/util": "^11.0.1",
|
||||
"@polkadot/util-crypto": "^11.0.1",
|
||||
"@polkadot/keyring": "^11.0.2",
|
||||
"@polkadot/ui-settings": "3.0.2",
|
||||
"@polkadot/util": "^11.0.2",
|
||||
"@polkadot/util-crypto": "^11.0.2",
|
||||
"mkdirp": "^2.1.5",
|
||||
"rxjs": "^7.8.0",
|
||||
"store": "^2.0.12",
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.0.2-4-x",
|
||||
"version": "3.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^11.0.1",
|
||||
"@polkadot/util": "^11.0.1",
|
||||
"@polkadot/networks": "^11.0.2",
|
||||
"@polkadot/util": "^11.0.2",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"store": "^2.0.12",
|
||||
"tslib": "^2.5.0"
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.0.2-4-x",
|
||||
"version": "3.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"color": "^3.2.1",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "^11.0.1",
|
||||
"@polkadot/util-crypto": "^11.0.1",
|
||||
"@polkadot/util": "^11.0.2",
|
||||
"@polkadot/util-crypto": "^11.0.2",
|
||||
"@types/color": "^3.0.3",
|
||||
"@types/xmlserializer": "^0.6.3",
|
||||
"xmlserializer": "^0.6.1"
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "3.0.2-4-x",
|
||||
"version": "3.0.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/ui-shared": "3.0.2-4-x",
|
||||
"@polkadot/util": "^11.0.1",
|
||||
"@polkadot/util-crypto": "^11.0.1",
|
||||
"@polkadot/ui-shared": "3.0.2",
|
||||
"@polkadot/util": "^11.0.2",
|
||||
"@polkadot/util-crypto": "^11.0.2",
|
||||
"jdenticon": "3.2.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user