Skip to content

Commit

Permalink
[CI Skip] bump/beta 0.24.3-8-x
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent b5ab5e0 commit 398ad96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
112 alineherzman Update all.json (#4745)
97 michalisFr Update address.json (#4380)
32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996)
31 Tarik Gul 0.24.2 (#4736)
32 Tarik Gul Bump dev to 0.82.1 w/ tslib (#4747)
18 Josip Š Update all.json (#4408)
13 ccris02 Update all.json (#1510)
13 crypto-scambaiter Update all.json (#4246)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.24.3-7-x",
"version": "0.24.3-8-x",
"versions": {
"git": "0.24.3-7-x",
"git": "0.24.3-8-x",
"npm": "0.24.2"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "0.24.3-7-x",
"version": "0.24.3-8-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.2",
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.24.3-7-x' };
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.3-8-x' };

0 comments on commit 398ad96

Please sign in to comment.