Skip to content

Commit ef60160

Browse files
committed
v7.24.0-beta.0
1 parent a02ce96 commit ef60160

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

.changeset/angry-rings-shave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"go-web-app": patch
2+
"go-web-app": minor
33
---
44

55
Enable editing of DREF forms in all languages

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"go-web-app": "7.23.0",
6+
"go-ui-storybook": "1.0.8",
7+
"@ifrc-go/ui": "1.5.2"
8+
},
9+
"changesets": [
10+
"angry-rings-shave"
11+
]
12+
}

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.24.0-beta.0
4+
5+
### Minor Changes
6+
7+
- 3fbfeba: Enable editing of DREF forms in all languages
8+
9+
- Added new FINALIZING DREF status which indicates form is being finalized and the original language content is being translated into english.
10+
- Added new FINALIZED DREF status which indicates for hase been finalized and the original language has been switched to english.
11+
- Added new FAILED DREF status which indicates form finalization process has failed.
12+
- Added final report and operational update confirmation modal.
13+
- Added view mode for all DREF forms.
14+
- Integrated finalize API in DREF table.
15+
- Updated DREF status and publish APIs to support approval workflow.
16+
317
## 7.23.0
418

519
### Minor 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.23.0",
3+
"version": "7.24.0-beta.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)