Skip to content

Commit

Permalink
0.18.10 (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 7, 2022
1 parent 659c725 commit 7ff2ae8
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 451 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.10 Oct 7, 2022

Contributed:

- Too many URLs to mention

Changes:

- Update to `@polkadot/util` 10.1.10


## 0.18.9 Sep 24, 2022

Contributed:
Expand Down
8 changes: 4 additions & 4 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.10-61-x",
"version": "0.18.10",
"versions": {
"git": "0.18.10-61-x",
"npm": "0.18.9"
Expand All @@ -38,9 +38,9 @@
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@polkadot/dev": "^0.67.134",
"@types/jest": "^29.0.3"
"@babel/core": "^7.19.3",
"@polkadot/dev": "^0.67.138",
"@types/jest": "^29.1.2"
},
"resolutions": {
"typescript": "^4.8.4"
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.10-61-x",
"version": "0.18.10",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@polkadot/util": "^10.1.9",
"@polkadot/util-crypto": "^10.1.9",
"@polkadot/x-fetch": "^10.1.9"
"@polkadot/util": "^10.1.10",
"@polkadot/util-crypto": "^10.1.10",
"@polkadot/x-fetch": "^10.1.10"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
Expand Down
Loading

0 comments on commit 7ff2ae8

Please sign in to comment.