Skip to content

Commit

Permalink
3.1.1 (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Mar 19, 2023
1 parent 4217c67 commit 6e30bef
Show file tree
Hide file tree
Showing 10 changed files with 129 additions and 138 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# CHANGELOG

## master
## 3.1.1 Mar 19, 2023

Changes:

- Swap `vue-identitycon` to use `defineComponent` (requires vue 2.7+)
- Swap `BeachballIcon` to use `colord` library (ESM + CJS, smaller)
- Bump to `@polkadot/util` 11.1.1


## 3.0.2 Mar 11, 2023
Expand Down
4 changes: 2 additions & 2 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.0.3-7-x",
"version": "3.1.0",
"versions": {
"git": "3.0.3-7-x",
"npm": "3.0.2"
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@polkadot/dev": "^0.72.15",
"@polkadot/x-bundle": "^11.0.2",
"@polkadot/x-bundle": "^11.1.1",
"@types/node": "^18.15.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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 @@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.3-7-x",
"version": "3.1.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.0.2",
"@polkadot/ui-settings": "3.0.3-7-x",
"@polkadot/ui-shared": "3.0.3-7-x",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@polkadot/keyring": "^11.1.1",
"@polkadot/ui-settings": "3.1.0",
"@polkadot/ui-shared": "3.1.0",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.2.0",
"react-copy-to-clipboard": "^5.1.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 @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.3-7-x",
"version": "3.1.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.0.3-7-x",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@polkadot/ui-settings": "3.1.0",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.9",
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.0.3-7-x",
"version": "3.1.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.0.3-7-x",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@polkadot/ui-shared": "3.1.0",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"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 @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.3-7-x",
"version": "3.1.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.0.2",
"@polkadot/ui-settings": "3.0.3-7-x",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@polkadot/keyring": "^11.1.1",
"@polkadot/ui-settings": "3.1.0",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"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 @@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.3-7-x",
"version": "3.1.0",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^11.0.2",
"@polkadot/util": "^11.0.2",
"@polkadot/networks": "^11.1.1",
"@polkadot/util": "^11.1.1",
"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 @@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.3-7-x",
"version": "3.1.0",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"@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 @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.3-7-x",
"version": "3.1.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.0.3-7-x",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@polkadot/ui-shared": "3.1.0",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"jdenticon": "3.2.0",
"tslib": "^2.5.0"
},
Expand Down
Loading

0 comments on commit 6e30bef

Please sign in to comment.