diff --git a/meta/2021-12.json b/meta/2021-12.json index 0e921071c..0db46bc96 100644 --- a/meta/2021-12.json +++ b/meta/2021-12.json @@ -31,6 +31,10 @@ "date": "2021-12-09", "url": "ethereum2dapps.com" }, + { + "date": "2021-12-09", + "url": "initialize-dapps.com" + }, { "date": "2021-12-09", "url": "nbpolkadot.js.org" @@ -143,6 +147,10 @@ "date": "2021-12-09", "url": "server-syncwallet.com" }, + { + "date": "2021-12-09", + "url": "unified-dapp-link.com" + }, { "date": "2021-12-09", "url": "validate-dappswallet.com" @@ -155,6 +163,10 @@ "date": "2021-12-09", "url": "walletdappsvalidate.com" }, + { + "date": "2021-12-09", + "url": "walleterrorfixed.com" + }, { "date": "2021-12-09", "url": "walletrestorelive.com" diff --git a/package.json b/package.json index 40e248538..113a9a70d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.518", + "version": "0.6.519", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 07b572ea8..22e31091c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.6.518", + "version": "0.6.519", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5813106d8..8471df9f9 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/phishing', version: '0.6.518' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.519' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index e0ec0586e..2a4f5d70b 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -14,6 +14,6 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.518", + "version": "0.6.519", "main": "index.js" }