Skip to content

Commit

Permalink
2.9.8 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Sep 2, 2022
1 parent 88f51bd commit a307306
Show file tree
Hide file tree
Showing 13 changed files with 558 additions and 676 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 2.9.8 Sep 2, 2022

Changes:

- Bump to `@polkadot/util` 10.1.7


## 2.9.7 Aug 24, 2022

Changes:
Expand Down
10 changes: 5 additions & 5 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.8-1-x",
"version": "2.9.8",
"versions": {
"git": "2.9.8-1-x",
"npm": "2.9.7"
Expand All @@ -34,17 +34,17 @@
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/runtime": "^7.18.9",
"@polkadot/dev": "^0.67.116",
"@polkadot/x-bundle": "^10.1.6",
"@types/jest": "^28.1.8",
"@polkadot/dev": "^0.67.120",
"@polkadot/x-bundle": "^10.1.7",
"@types/jest": "^29.0.0",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.69.4",
"react-native": "^0.69.5",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.7.10"
},
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.8-1-x",
"version": "2.9.8",
"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.8-1-x",
"version": "2.9.8",
"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.8-1-x",
"version": "2.9.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/keyring": "^10.1.6",
"@polkadot/ui-settings": "2.9.8-1-x",
"@polkadot/ui-shared": "2.9.8-1-x",
"@polkadot/util": "^10.1.6",
"@polkadot/util-crypto": "^10.1.6",
"@polkadot/keyring": "^10.1.7",
"@polkadot/ui-settings": "2.9.8",
"@polkadot/ui-shared": "2.9.8",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"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.8-1-x",
"version": "2.9.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/ui-settings": "2.9.8-1-x",
"@polkadot/util": "^10.1.6",
"@polkadot/util-crypto": "^10.1.6",
"@polkadot/ui-settings": "2.9.8",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.5"
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,17 +17,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.8-1-x",
"version": "2.9.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/ui-shared": "2.9.8-1-x",
"@polkadot/util": "^10.1.6",
"@polkadot/util-crypto": "^10.1.6",
"@polkadot/ui-shared": "2.9.8",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"react-native-svg": "^12.4.4"
},
"devDependencies": {
"@types/react-native": "^0.69.5"
"@types/react-native": "^0.69.6"
},
"peerDependencies": {
"@polkadot/util": "*",
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.8-1-x",
"version": "2.9.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/util": "^10.1.6"
"@polkadot/util": "^10.1.7"
}
}
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.8-1-x",
"version": "2.9.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/keyring": "^10.1.6",
"@polkadot/ui-settings": "2.9.8-1-x",
"@polkadot/util": "^10.1.6",
"@polkadot/util-crypto": "^10.1.6",
"@polkadot/keyring": "^10.1.7",
"@polkadot/ui-settings": "2.9.8",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"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.8-1-x",
"version": "2.9.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/networks": "^10.1.6",
"@polkadot/util": "^10.1.6",
"@polkadot/networks": "^10.1.7",
"@polkadot/util": "^10.1.7",
"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.8-1-x",
"version": "2.9.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"color": "^3.2.1"
},
"devDependencies": {
"@polkadot/util": "^10.1.6",
"@polkadot/util-crypto": "^10.1.6",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"@types/color": "^3.0.3",
"@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 @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.8-1-x",
"version": "2.9.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/ui-shared": "2.9.8-1-x",
"@polkadot/util": "^10.1.6",
"@polkadot/util-crypto": "^10.1.6",
"@polkadot/ui-shared": "2.9.8",
"@polkadot/util": "^10.1.7",
"@polkadot/util-crypto": "^10.1.7",
"jdenticon": "3.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a307306

Please sign in to comment.