Skip to content

Commit 486659f

Browse files
committed
v7.11.0
1 parent d374cab commit 486659f

File tree

6 files changed

+34
-13
lines changed

6 files changed

+34
-13
lines changed

.changeset/real-olives-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/publish-storybook-nginx-serve.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- develop
8-
- feature/deploy-storybook #TODO remove before PR is merged
98

109
permissions:
1110
packages: write

app/CHANGELOG.md

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

3+
## 7.11.0
4+
5+
### Minor Changes
6+
7+
- Field report number generation: Change only when the country or event changes
8+
39
## 7.10.1
410

511
### Patch Changes
612

7-
- 14567f1: - Improve tables by adding default and second level ordering in following - Appeal Documents table, emergencies/xyzw/reports page - Recent Emergencies in Regions - All Appeals table - All Deployed Personnel default sorting (filters to be added) - Deployed ERUs, changed filter title - Key Documents tables in Countries - Response documents - Main page, Active Operations table - and the same AppealsTable is used in the next ones: - Active Operations in Regions - Previous Operations on Countries
8-
- 78d25b2: Update on the ERU MHPSS Module in the Catalogue of Services
9-
Update on a PER role profile
10-
Update link to IM Technical Competency Framwork
13+
- 14567f1: Improved tables by adding default and second-level ordering in [#1633](https://github.com/IFRCGo/go-web-app/issues/1633)
14+
15+
- Appeal Documents table, `emergencies/{xxx}/reports` page
16+
- Recent Emergencies in Regions – All Appeals table
17+
- All Deployed Personnel – Default sorting (filters to be added)
18+
- Deployed ERUs – Changed filter title
19+
- Key Documents tables in Countries
20+
- Response documents
21+
- Main page – Active Operations table
22+
- The same `AppealsTable` is used in:
23+
- Active Operations in Regions
24+
- Previous Operations in Countries
25+
26+
- 78d25b2:
27+
28+
- Update on the ERU MHPSS Module in the Catalogue of Services in [#1648](https://github.com/IFRCGo/go-web-app/issues/1648)
29+
- Update on a PER role profile in [#1648](https://github.com/IFRCGo/go-web-app/issues/1648)
30+
- Update link to the IM Technical Competency Framework in [#1483](https://github.com/IFRCGo/go-web-app/issues/1483)
31+
1132
- 44623a7: Undo DREF Imminent changes
12-
- b57c453: Show number of people assisted in DREF Final Report export
33+
- b57c453: Show the number of people assisted in the DREF Final Report export in [#1665](https://github.com/IFRCGo/go-web-app/issues/1665)
1334

1435
## 7.10.0
1536

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.10.1",
3+
"version": "7.11.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

packages/go-ui-storybook/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- db732fd: Add Dockerfile and Helm chart to deploy Storybook
8+
39
## 1.0.2
410

511
### Patch Changes

packages/go-ui-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-ui-storybook",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)