Skip to content

Commit

Permalink
3.6.3 (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Sep 15, 2023
1 parent c934387 commit ff73cc8
Show file tree
Hide file tree
Showing 10 changed files with 283 additions and 266 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 3.6.3 Sep 15, 2023

Changes:

- Bump to `@polkadot/util` 12.5.1


## 3.6.2 Aug 23, 2023

Changes:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "3.6.2",
"version": "3.6.3",
"versions": {
"git": "3.6.2",
"npm": "3.6.2"
Expand All @@ -33,9 +33,9 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.76.18",
"@polkadot/x-bundle": "^12.4.2",
"@types/node": "^20.5.3",
"@polkadot/dev": "^0.76.25",
"@polkadot/x-bundle": "^12.5.1",
"@types/node": "^20.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.2",
"version": "3.6.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.4.2",
"@polkadot/ui-settings": "3.6.2",
"@polkadot/ui-shared": "3.6.2",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"@polkadot/keyring": "^12.5.1",
"@polkadot/ui-settings": "3.6.3",
"@polkadot/ui-shared": "3.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.2.0",
"react-copy-to-clipboard": "^5.1.0",
"styled-components": "^6.0.7",
"styled-components": "^6.0.8",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.2",
"version": "3.6.3",
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.6.2",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"@polkadot/ui-settings": "3.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^6.0.7",
"styled-components": "^6.0.8",
"tslib": "^2.6.2"
},
"devDependencies": {
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 @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.2",
"version": "3.6.3",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.6.2",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"@polkadot/ui-shared": "3.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"react-native-svg": "^12.5.1",
"tslib": "^2.6.2"
},
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 @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.2",
"version": "3.6.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.4.2",
"@polkadot/ui-settings": "3.6.2",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"@polkadot/keyring": "^12.5.1",
"@polkadot/ui-settings": "3.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"mkdirp": "^3.0.1",
"rxjs": "^7.8.1",
"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 @@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.2",
"version": "3.6.3",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^12.4.2",
"@polkadot/util": "^12.4.2",
"@polkadot/networks": "^12.5.1",
"@polkadot/util": "^12.5.1",
"eventemitter3": "^5.0.1",
"store": "^2.0.12",
"tslib": "^2.6.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.2",
"version": "3.6.3",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"@types/xmlserializer": "^0.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@types/xmlserializer": "^0.6.4",
"xmlserializer": "^0.6.1"
},
"peerDependencies": {
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 @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.2",
"version": "3.6.3",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.6.2",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"@polkadot/ui-shared": "3.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"jdenticon": "3.2.0",
"tslib": "^2.6.2"
},
Expand Down
Loading

0 comments on commit ff73cc8

Please sign in to comment.