Skip to content

Commit

Permalink
3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Nov 18, 2023
1 parent 0837376 commit 6e428db
Show file tree
Hide file tree
Showing 10 changed files with 889 additions and 1,646 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.4 Nov 18, 2023

Changes:

- Bump to `@polkadot/util` 12.6.1


## 3.6.3 Sep 15, 2023

Changes:
Expand Down
10 changes: 5 additions & 5 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.4-0-x",
"version": "3.6.4",
"versions": {
"git": "3.6.4-0-x",
"npm": "3.6.3"
Expand All @@ -33,13 +33,13 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.76.29",
"@polkadot/x-bundle": "^12.5.1",
"@types/node": "^20.8.4",
"@polkadot/dev": "^0.77.1",
"@polkadot/x-bundle": "^12.6.1",
"@types/node": "^20.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.72.4"
"react-native": "^0.72.7"
},
"resolutions": {
"typescript": "^5.2.2"
Expand Down
18 changes: 9 additions & 9 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.4-0-x",
"version": "3.6.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.5.1",
"@polkadot/ui-settings": "3.6.4-0-x",
"@polkadot/ui-shared": "3.6.4-0-x",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/ui-settings": "3.6.4",
"@polkadot/ui-shared": "3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.2.0",
"react-copy-to-clipboard": "^5.1.0",
"styled-components": "^6.0.8",
"styled-components": "^6.1.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.13",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.15",
"xmlserializer": "^0.6.1"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.4-0-x",
"version": "3.6.4",
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.6.4-0-x",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/ui-settings": "3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^6.0.8",
"styled-components": "^6.1.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/react-qr-reader": "^2.1.4"
"@types/react-qr-reader": "^2.1.7"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
10 changes: 5 additions & 5 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.4-0-x",
"version": "3.6.4",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.6.4-0-x",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/ui-shared": "3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"react-native-svg": "^12.5.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/react-native": "^0.72.2"
"@types/react-native": "^0.72.6"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.4-0-x",
"version": "3.6.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.5.1",
"@polkadot/ui-settings": "3.6.4-0-x",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/ui-settings": "3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"mkdirp": "^3.0.1",
"rxjs": "^7.8.1",
"store": "^2.0.12",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/mkdirp": "^2.0.0",
"@types/store": "^2.0.2"
"@types/store": "^2.0.5"
},
"peerDependencies": {
"@polkadot/keyring": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.4-0-x",
"version": "3.6.4",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^12.5.1",
"@polkadot/util": "^12.5.1",
"@polkadot/networks": "^12.6.1",
"@polkadot/util": "^12.6.1",
"eventemitter3": "^5.0.1",
"store": "^2.0.12",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/store": "^2.0.2"
"@types/store": "^2.0.5"
},
"peerDependencies": {
"@polkadot/networks": "*",
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.4-0-x",
"version": "3.6.4",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@types/xmlserializer": "^0.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@types/xmlserializer": "^0.6.6",
"xmlserializer": "^0.6.1"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.4-0-x",
"version": "3.6.4",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.6.4-0-x",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/ui-shared": "3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"jdenticon": "3.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"vue": "^2.7.14"
"vue": "^2.7.15"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
Loading

0 comments on commit 6e428db

Please sign in to comment.