Skip to content

Commit

Permalink
0.18.9 (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Sep 24, 2022
1 parent 3740c22 commit faf3651
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 158 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 0.18.9 Sep 24, 2022

Contributed:

- Too many URLs to mention

Changes:

- Update to `@polkadot/util` 10.1.9


## 0.18.8 Sep 17, 2022

Contributed:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.18.9-37-x",
"version": "0.18.9",
"versions": {
"git": "0.18.9-37-x",
"npm": "0.18.8"
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@polkadot/dev": "^0.67.130",
"@polkadot/dev": "^0.67.132",
"@types/jest": "^29.0.3"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions packages/phishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.18.9-37-x",
"version": "0.18.9",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/util": "^10.1.8",
"@polkadot/util-crypto": "^10.1.8",
"@polkadot/x-fetch": "^10.1.8"
"@polkadot/util": "^10.1.9",
"@polkadot/util-crypto": "^10.1.9",
"@polkadot/x-fetch": "^10.1.9"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
Expand Down
Loading

0 comments on commit faf3651

Please sign in to comment.