From 8491cdb3d4b9af2ae08664dae17d40f0ca0a0c00 Mon Sep 17 00:00:00 2001 From: Antariksh Mahajan Date: Tue, 4 Aug 2020 17:19:30 +0800 Subject: [PATCH 1/2] fix: change enum to uppercase (#72) --- src/shared/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/constants.ts b/src/shared/constants.ts index 26336494a6..54a0612224 100644 --- a/src/shared/constants.ts +++ b/src/shared/constants.ts @@ -1,6 +1,6 @@ // Enum of actions that can be used to edit a form field export enum EditFieldActions { - Create = 'Create', + Create = 'CREATE', Duplicate = 'DUPLICATE', Reorder = 'REORDER', Update = 'UPDATE', From 9ea64ac0c19df843839357223abda0d449603704 Mon Sep 17 00:00:00 2001 From: Antariksh Mahajan Date: Tue, 4 Aug 2020 17:31:30 +0800 Subject: [PATCH 2/2] chore: bump version to 4.30.1 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 560271063a..1b0c588272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "FormSG", - "version": "4.30.0", + "version": "4.30.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e2c9f60c35..c9801e17c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "4.30.0", + "version": "4.30.1", "homepage": "https://form.gov.sg", "authors": [ "FormSG " @@ -224,4 +224,4 @@ "webpack-merge": "^4.1.3", "worker-loader": "^2.0.0" } -} \ No newline at end of file +}