We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4418171 commit fe62114Copy full SHA for fe62114
.changeset/pre.json
@@ -0,0 +1,12 @@
1
+{
2
+ "mode": "pre",
3
+ "tag": "beta",
4
+ "initialVersions": {
5
+ "go-web-app": "7.20.0",
6
+ "go-ui-storybook": "1.0.7",
7
+ "@ifrc-go/ui": "1.5.1"
8
+ },
9
+ "changesets": [
10
+ "poor-bars-swim"
11
+ ]
12
+}
app/CHANGELOG.md
@@ -1,5 +1,11 @@
# go-web-app
+## 7.20.1-beta.0
+
+### Patch Changes
+- 4418171: Fix DREF form to properly save major coordination mechanism [#1928](https://github.com/IFRCGo/go-web-app/issues/1928)
## 7.20.0
### Minor Changes
app/package.json
@@ -1,6 +1,6 @@
{
"name": "go-web-app",
- "version": "7.20.0",
+ "version": "7.20.1-beta.0",
"type": "module",
"private": true,
"license": "MIT",
0 commit comments