Skip to content

Commit 61fca55

Browse files
committed
v7.21.0-beta.0
1 parent fe8ba3c commit 61fca55

File tree

5 files changed

+36
-10
lines changed

5 files changed

+36
-10
lines changed

.changeset/pre.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"go-web-app": "7.20.2",
6+
"go-ui-storybook": "1.0.7",
7+
"@ifrc-go/ui": "1.5.1"
8+
},
9+
"changesets": [
10+
"solid-clubs-care",
11+
"sweet-gifts-cheer"
12+
]
13+
}

.changeset/solid-clubs-care.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"go-web-app": minor
33
---
44

5-
- Added updated date for crisis categorization in emergency page.
6-
- Added consent checkbox over situational overview in field report form.
5+
Add Crisis categorization update date
6+
7+
- Add updated date for crisis categorization in emergency page.
8+
- Add consent checkbox over situational overview in field report form.

.changeset/sweet-gifts-cheer.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
2-
"go-web-app": patch
2+
"go-web-app": minor
33
---
44

5-
Updated Final Report form and export for DREF imminent type
5+
Add support for DREF imminent v2 in final report
66

7-
- Added two versions for Final Report:
8-
- v1 for existing final report forms
9-
- v2 for newly created final report forms
10-
- Add new field and table in DREF Final Report for imminent type
11-
- Update `is_pga` option for DREF Final Report imminent type
7+
- Add a separate route for the old dref final report form
8+
- Update dref final report to accomodate imminent v2 changes
129

app/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# go-web-app
22

3+
## 7.21.0-beta.0
4+
5+
### Minor Changes
6+
7+
- 039c488: Add Crisis categorization update date
8+
9+
- Add updated date for crisis categorization in emergency page.
10+
- Add consent checkbox over situational overview in field report form.
11+
12+
- 3ee9979: Add support for DREF imminent v2 in final report
13+
14+
- Add a separate route for the old dref final report form
15+
- Update dref final report to accomodate imminent v2 changes
16+
317
## 7.20.2
418

519
### Patch Changes

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-web-app",
3-
"version": "7.20.2",
3+
"version": "7.21.0-beta.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)