Skip to content

Commit

Permalink
[CI Skip] release/stable 0.18.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Jul 21, 2022
1 parent 201caea commit 61da66f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
574 Mich Update all.json (#1851)
423 Jaco Adjust wildcard check & add problematic <url>.on.fleek.co (#1871)
425 Jaco Update to `@polkadot/util` 10.1.1 (#1875)
258 mhusnirizal update all.json (#1870)
185 Frank Update all.json (#1860)
82 michalisFr Update all.json from Allure Security findings (#1865)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.18.0",
"version": "0.18.1",
"versions": {
"git": "0.17.3-65-x",
"npm": "0.17.2"
"git": "0.18.1",
"npm": "0.18.1"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.18.0",
"version": "0.18.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.3-65-x' };
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.1' };

0 comments on commit 61da66f

Please sign in to comment.