Skip to content

Commit a0c374c

Browse files
authored
Release v1.45.1 (#1072)
Hotfix: mock data paragraph field
2 parents 653c616 + a3639c8 commit a0c374c

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@
106106
"tsconfig-paths": "^4.2.0",
107107
"type-fest": "4.10.3"
108108
},
109-
"version": "1.45.0"
109+
"version": "1.45.1"
110110
}

packages/backend/src/apps/formsg/triggers/new-submission/get-mock-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ async function getMockData($: IGlobalVariable) {
121121
// formsg payload doesnt contain this anyways, so we dont return in mock data
122122
if (data.responses[formFields[i]._id].fieldType === 'statement') {
123123
delete data.responses[formFields[i]._id]
124+
continue
124125
}
125126

126127
if (data.responses[formFields[i]._id].fieldType === 'address') {

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.45.0",
3+
"version": "1.45.1",
44
"type": "module",
55
"scripts": {
66
"dev": "wait-on tcp:3000 && vite --host --force",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "@plumber/types",
33
"description": "Shared types for plumber",
44
"types": "./index.d.ts",
5-
"version": "1.45.0"
5+
"version": "1.45.1"
66
}

0 commit comments

Comments
 (0)