Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/angry-rings-shave.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"go-web-app": patch
"go-web-app": minor
---

Enable editing of DREF forms in all languages
Expand Down
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"go-web-app": "7.23.0",
"go-ui-storybook": "1.0.8",
"@ifrc-go/ui": "1.5.2"
},
"changesets": [
"angry-rings-shave"
]
}
14 changes: 14 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# go-web-app

## 7.24.0-beta.0

### Minor Changes

- 3fbfeba: Enable editing of DREF forms in all languages

- Added new FINALIZING DREF status which indicates form is being finalized and the original language content is being translated into english.
- Added new FINALIZED DREF status which indicates for hase been finalized and the original language has been switched to english.
- Added new FAILED DREF status which indicates form finalization process has failed.
- Added final report and operational update confirmation modal.
- Added view mode for all DREF forms.
- Integrated finalize API in DREF table.
- Updated DREF status and publish APIs to support approval workflow.

## 7.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-web-app",
"version": "7.23.0",
"version": "7.24.0-beta.0",
"type": "module",
"private": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion go-api
Loading