Skip to content

Commit

Permalink
2.9.6 (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Aug 21, 2022
1 parent fda1826 commit 4d73b5e
Show file tree
Hide file tree
Showing 13 changed files with 1,167 additions and 842 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 2.9.6 Aug 21, 2022

Changes:

- Use webpackage packages from `@polkadot/dev`
- Bump to `@polkadot/util` 10.1.5


## 2.9.5 Aug 13, 2022

Changes:
Expand Down
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.9.5",
"version": "2.9.6",
"versions": {
"git": "2.9.5",
"npm": "2.9.5"
Expand All @@ -24,8 +24,8 @@
"build:release": "polkadot-ci-ghact-build",
"build:rollup": "polkadot-exec-rollup --config",
"clean": "polkadot-dev-clean-build",
"example:react": "yarn build && cd packages/example-react && webpack --config webpack.config.cjs",
"example:vue": "yarn build && cd packages/example-vue && webpack --config webpack.config.cjs",
"example:react": "yarn build && cd packages/example-react && yarn polkadot-exec-webpack --config webpack.config.cjs",
"example:vue": "yarn build && cd packages/example-vue && yarn polkadot-exec-webpack --config webpack.config.cjs",
"lint": "polkadot-dev-run-lint",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand",
Expand All @@ -34,9 +34,9 @@
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@polkadot/dev": "^0.67.94",
"@polkadot/x-bundle": "^10.1.4",
"@types/jest": "^28.1.6",
"@polkadot/dev": "^0.67.113",
"@polkadot/x-bundle": "^10.1.5",
"@types/jest": "^28.1.7",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
Expand All @@ -46,10 +46,7 @@
"react-is": "^18.2.0",
"react-native": "^0.69.4",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.7.8",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-serve": "^4.0.0"
"vue-template-compiler": "^2.7.9"
},
"resolutions": {
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9"
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 @@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/keyring": "^10.1.4",
"@polkadot/ui-settings": "2.9.5",
"@polkadot/ui-shared": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@polkadot/keyring": "^10.1.5",
"@polkadot/ui-settings": "2.9.6",
"@polkadot/ui-shared": "2.9.6",
"@polkadot/util": "^10.1.5",
"@polkadot/util-crypto": "^10.1.5",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1",
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 @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/ui-settings": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@polkadot/ui-settings": "2.9.6",
"@polkadot/util": "^10.1.5",
"@polkadot/util-crypto": "^10.1.5",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.5"
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 @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/ui-shared": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@polkadot/ui-shared": "2.9.6",
"@polkadot/util": "^10.1.5",
"@polkadot/util-crypto": "^10.1.5",
"react-native-svg": "^12.4.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/util": "^10.1.4"
"@polkadot/util": "^10.1.5"
}
}
10 changes: 5 additions & 5 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": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/keyring": "^10.1.4",
"@polkadot/ui-settings": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@polkadot/keyring": "^10.1.5",
"@polkadot/ui-settings": "2.9.6",
"@polkadot/util": "^10.1.5",
"@polkadot/util-crypto": "^10.1.5",
"mkdirp": "^1.0.4",
"rxjs": "^7.5.6",
"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 @@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/networks": "^10.1.4",
"@polkadot/util": "^10.1.4",
"@polkadot/networks": "^10.1.5",
"@polkadot/util": "^10.1.5",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
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 @@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"color": "^3.2.1"
},
"devDependencies": {
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@polkadot/util": "^10.1.5",
"@polkadot/util-crypto": "^10.1.5",
"@types/color": "^3.0.3",
"@types/xmlserializer": "^0.6.3",
"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,17 +17,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.5",
"version": "2.9.6",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/ui-shared": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@polkadot/ui-shared": "2.9.6",
"@polkadot/util": "^10.1.5",
"@polkadot/util-crypto": "^10.1.5",
"jdenticon": "3.1.1"
},
"devDependencies": {
"vue": "^2.7.8"
"vue": "^2.7.9"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
Loading

0 comments on commit 4d73b5e

Please sign in to comment.