Skip to content

Commit

Permalink
3.0.2 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Mar 11, 2023
1 parent 32086c0 commit b9b1b29
Show file tree
Hide file tree
Showing 10 changed files with 367 additions and 340 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Loading

0 comments on commit b9b1b29

Please sign in to comment.