From d43f0b08e3900b0b962efa1afb5026b9378eede2 Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Tue, 9 Jan 2024 13:18:11 +0530 Subject: [PATCH 1/3] refactor: update sourcehash Signed-off-by: Sai Ranjit Tummalapalli --- sst-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sst-config.json b/sst-config.json index d70487a..c668945 100644 --- a/sst-config.json +++ b/sst-config.json @@ -1,3 +1,3 @@ { - "sourceHash": "0xd34bb18b8a1a061e975b0850a1887bacdf0b8891d51e51399492bb038c05ff96" + "sourceHash": "0xb57d8b09722fddffbc5855f1dfba236305522e3e11aa91722f77789c16a9629b" } From ff5c63a66bf0a6f9b3d7ee711c9183abac9e9176 Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Tue, 9 Jan 2024 13:28:43 +0530 Subject: [PATCH 2/3] fix: prettier Signed-off-by: Sai Ranjit Tummalapalli --- .prettierignore | 3 ++- sst-config.json | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.prettierignore b/.prettierignore index c1cfa65..27db58f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,4 +2,5 @@ pnpm-lock.yaml node_modules .DS_Store build -artifacts \ No newline at end of file +artifacts +sst-config.json \ No newline at end of file diff --git a/sst-config.json b/sst-config.json index c668945..38ee9cf 100644 --- a/sst-config.json +++ b/sst-config.json @@ -1,3 +1 @@ -{ - "sourceHash": "0xb57d8b09722fddffbc5855f1dfba236305522e3e11aa91722f77789c16a9629b" -} +{"sourceHash":"0xb57d8b09722fddffbc5855f1dfba236305522e3e11aa91722f77789c16a9629b"} From bc5448572735742347c293023b85fe63084f3a9d Mon Sep 17 00:00:00 2001 From: Amit Padmani Date: Tue, 9 Jan 2024 08:02:58 +0000 Subject: [PATCH 3/3] chore: release v2.0.1-alpha.3 [skip ci] Signed-off-by: Amit Padmani --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69a3e69..c0813dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayanworks/polygon-did-registry-contract", - "version": "2.0.1-alpha.2", + "version": "2.0.1-alpha.3", "description": "Smart Contract to register DID on Polygon", "main": "build/index.js", "directories": {