From 40b8c5aaa675df089b384ca7c5f6926bfc063312 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Jan 2022 06:47:33 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.100 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-01.json | 4 ++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6fa03a08e..d5467e82e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 339 Mich Update all.json (#1025) + 340 Mich Update all.json (#1028) 331 Jaco Adjust/DRY-up JS retrieval process (#1006) 98 mhusnirizal update all.json (#1026) 74 michalisFr Update address.json (#966) diff --git a/all.json b/all.json index 9bc0cc200..f006c6338 100644 --- a/all.json +++ b/all.json @@ -9,7 +9,6 @@ "1776coin.org", "1inch-wallet.org", "1metamask.com", - "collabmint.land", "1polkadot-5x1e.js.org", "1sgexchange.com", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", @@ -382,6 +381,7 @@ "collabhelpdesk.com", "collabland-walletsync.online", "collablanddefi.space", + "collabmint.land", "collabnodeconnect.com", "collabs-helpdesks.com", "collabvalidator.com", diff --git a/meta/2022-01.json b/meta/2022-01.json index 723f4d47d..be151509b 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-01-31", + "url": "collabmint.land" + }, { "date": "2022-01-30", "url": "authconnect.org" diff --git a/package.json b/package.json index ed3b6f214..2ed59ea0e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.99", + "version": "0.8.100", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9540e6651..eb449af52 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.99", + "version": "0.8.100", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4f27a64de..ecb17b746 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.8.99' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.100' };