Skip to content

Commit

Permalink
2.0.1 (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Apr 9, 2022
1 parent 08d71f0 commit 779fedd
Show file tree
Hide file tree
Showing 13 changed files with 334 additions and 322 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 2.0.1 Apr 9, 2022

- **Breaking change** In this major version the commonjs outputs are moved to a sub-folder. Since the export map and main field in package.json does reflect this change, there should be no usage changes. However the packages here will all need to be on the same version for internal linkage.

Changes:

- Adjust Polkadot icon generation with lazy init
- Output commonjs files under the `cjs/**` root
- Upgrade to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 9.0.1


## 1.4.1 Mar 27, 2022

Changes:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "1.4.2-2",
"version": "2.0.0",
"workspaces": [
"packages/*"
],
Expand All @@ -27,10 +27,10 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/runtime": "^7.17.8",
"@polkadot/dev": "^0.65.108",
"@polkadot/x-bundle": "^8.7.2-3",
"@babel/core": "^7.17.9",
"@babel/runtime": "^7.17.9",
"@polkadot/dev": "^0.66.1",
"@polkadot/x-bundle": "^9.0.1",
"@types/jest": "^27.4.1",
"babel-loader": "^8.2.4",
"babel-plugin-transform-vue-template": "^0.4.2",
Expand All @@ -42,7 +42,7 @@
"react-native": "^0.68.0",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-serve": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/example-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8"
"@babel/runtime": "^7.17.9"
}
}
4 changes: 2 additions & 2 deletions packages/example-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8"
"@babel/runtime": "^7.17.9"
}
}
18 changes: 9 additions & 9 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/keyring": "^8.7.2-3",
"@polkadot/ui-settings": "1.4.2-2",
"@polkadot/ui-shared": "1.4.2-2",
"@polkadot/util": "^8.7.2-3",
"@polkadot/util-crypto": "^8.7.2-3",
"@babel/runtime": "^7.17.9",
"@polkadot/keyring": "^9.0.1",
"@polkadot/ui-settings": "2.0.0",
"@polkadot/ui-shared": "2.0.0",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1",
Expand All @@ -34,8 +34,8 @@
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.14",
"@types/styled-components": "^5.1.24",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.25",
"styled-components": "^5.3.5",
"xmlserializer": "^0.6.1"
},
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 @@ -17,20 +17,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/ui-settings": "1.4.2-2",
"@polkadot/util": "^8.7.2-3",
"@polkadot/util-crypto": "^8.7.2-3",
"@babel/runtime": "^7.17.9",
"@polkadot/ui-settings": "2.0.0",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/react-qr-reader": "^2.1.4",
"@types/styled-components": "^5.1.24"
"@types/styled-components": "^5.1.25"
},
"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 @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/ui-shared": "1.4.2-2",
"@polkadot/util": "^8.7.2-3",
"@polkadot/util-crypto": "^8.7.2-3",
"@babel/runtime": "^7.17.9",
"@polkadot/ui-shared": "2.0.0",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"react-native-svg": "^12.3.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/util": "^8.7.2-3"
"@babel/runtime": "^7.17.9",
"@polkadot/util": "^9.0.1"
}
}
12 changes: 6 additions & 6 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/keyring": "^8.7.2-3",
"@polkadot/ui-settings": "1.4.2-2",
"@polkadot/util": "^8.7.2-3",
"@polkadot/util-crypto": "^8.7.2-3",
"@babel/runtime": "^7.17.9",
"@polkadot/keyring": "^9.0.1",
"@polkadot/ui-settings": "2.0.0",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"mkdirp": "^1.0.4",
"rxjs": "^7.5.5",
"store": "^2.0.12"
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 @@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/networks": "^8.7.2-3",
"@polkadot/util": "^8.7.2-3",
"@babel/runtime": "^7.17.9",
"@polkadot/networks": "^9.0.1",
"@polkadot/util": "^9.0.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
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 @@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime": "^7.17.9",
"color": "^3.2.1"
},
"devDependencies": {
"@polkadot/util": "^8.7.2-3",
"@polkadot/util-crypto": "^8.7.2-3",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"@types/color": "^3.0.3",
"@types/xmlserializer": "^0.6.2",
"xmlserializer": "^0.6.1"
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 @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/ui-shared": "1.4.2-2",
"@polkadot/util": "^8.7.2-3",
"@polkadot/util-crypto": "^8.7.2-3",
"@babel/runtime": "^7.17.9",
"@polkadot/ui-shared": "2.0.0",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"jdenticon": "3.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 779fedd

Please sign in to comment.