Skip to content

Commit

Permalink
3.3.1 (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored May 7, 2023
1 parent d2bbf6b commit bf8a295
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## master
## 3.3.1 May 7, 2023

Contributed:

Expand Down
6 changes: 3 additions & 3 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.2.3-1-x",
"version": "3.3.0",
"versions": {
"git": "3.2.3-1-x",
"npm": "3.2.2"
Expand All @@ -33,9 +33,9 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.73.9",
"@polkadot/dev": "^0.73.11",
"@polkadot/x-bundle": "^12.1.2",
"@types/node": "^18.16.3",
"@types/node": "^20.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-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.2.3-1-x",
"version": "3.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.1.2",
"@polkadot/ui-settings": "3.2.3-1-x",
"@polkadot/ui-shared": "3.2.3-1-x",
"@polkadot/ui-settings": "3.3.0",
"@polkadot/ui-shared": "3.3.0",
"@polkadot/util": "^12.1.2",
"@polkadot/util-crypto": "^12.1.2",
"ethereum-blockies-base64": "^1.0.2",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.3",
"@types/react-dom": "^18.2.4",
"@types/styled-components": "^5.1.26",
"xmlserializer": "^0.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.2.3-1-x",
"version": "3.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.2.3-1-x",
"@polkadot/ui-settings": "3.3.0",
"@polkadot/util": "^12.1.2",
"@polkadot/util-crypto": "^12.1.2",
"qrcode-generator": "^1.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.2.3-1-x",
"version": "3.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.2.3-1-x",
"@polkadot/ui-shared": "3.3.0",
"@polkadot/util": "^12.1.2",
"@polkadot/util-crypto": "^12.1.2",
"react-native-svg": "^12.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.2.3-1-x",
"version": "3.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.1.2",
"@polkadot/ui-settings": "3.2.3-1-x",
"@polkadot/ui-settings": "3.3.0",
"@polkadot/util": "^12.1.2",
"@polkadot/util-crypto": "^12.1.2",
"mkdirp": "^2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.2.3-1-x",
"version": "3.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^12.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.2.3-1-x",
"version": "3.3.0",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.2.3-1-x",
"version": "3.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.2.3-1-x",
"@polkadot/ui-shared": "3.3.0",
"@polkadot/util": "^12.1.2",
"@polkadot/util-crypto": "^12.1.2",
"jdenticon": "3.2.0",
Expand Down
Loading

0 comments on commit bf8a295

Please sign in to comment.