Skip to content

Commit fe62114

Browse files
committed
v7.20.1-beta.0
1 parent 4418171 commit fe62114

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.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.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

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

3+
## 7.20.1-beta.0
4+
5+
### Patch Changes
6+
7+
- 4418171: Fix DREF form to properly save major coordination mechanism [#1928](https://github.com/IFRCGo/go-web-app/issues/1928)
8+
39
## 7.20.0
410

511
### 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.20.0",
3+
"version": "7.20.1-beta.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)