diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ffa0f1bd2..01c68e811 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1145 Tim Janssen Update all.json (#5080) - 1120 Frank Update all.json (#5074) + 1121 Frank Update all.json (#5081) 697 mhusnirizal update all.json (#5040) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/dev/all.json b/all/dev/all.json index fa3636c45..392aa341b 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -2220,7 +2220,6 @@ "sub-wallet.pages.dev", "subsync-supports.pages.dev", "subsyncsupports.pages.dev", - "subwallet-landing2.pages.dev", "sui-claim.pages.dev", "suiawen.pages.dev", "sun-auth.pages.dev", diff --git a/meta/2025-05.json b/meta/2025-05.json index c49fa7285..33a503f9e 100644 --- a/meta/2025-05.json +++ b/meta/2025-05.json @@ -35,10 +35,6 @@ "date": "2025-05-14", "url": "stepnconnectdapp.pages.dev" }, - { - "date": "2025-05-14", - "url": "subwallet-landing2.pages.dev" - }, { "date": "2025-05-13", "url": "app-nodes-onbeam.pages.dev" diff --git a/package.json b/package.json index 062a171d9..f685bd4a7 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.11-0-x", + "version": "0.25.11-1-x", "versions": { - "git": "0.25.11-0-x", + "git": "0.25.11-1-x", "npm": "0.25.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1d0cf75e2..8d722fe4f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.11-0-x", + "version": "0.25.11-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fcaed9a5b..9c2bd949a 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.11-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.11-1-x' };