Skip to content

Commit 83f88ea

Browse files
committed
v7.18.0
1 parent 0d22644 commit 83f88ea

File tree

10 files changed

+40
-34
lines changed

10 files changed

+40
-34
lines changed

.changeset/modern-hats-fry.md

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

.changeset/short-otters-boil.md

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

.changeset/ten-dodos-sin.md

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

.changeset/witty-moles-wave.md

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

app/CHANGELOG.md

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

3+
## 7.18.0
4+
5+
### Minor Changes
6+
7+
- bfcaecf: Address [Dref imminent Application](https://github.com/IFRCGo/go-web-app/issues/1455)
8+
- Update logic for creation of dref final report for imminent
9+
- Update allocatioon form for dref imminent
10+
- Add Activity input in proposed action for dref type imminent
11+
- Add proposed actions icons
12+
- Show proposed actions for existing imminent dref applications
13+
- Hide unused sections for dref imminent export and preserve proposed actions order
14+
- Prevent selection of past dates for the `hazard_date` in dref imminent
15+
- Add auto total population calculation in dref
16+
- Add a confirmation popup before creating ops. update from imminent dref
17+
18+
### Patch Changes
19+
20+
- ee1bd60: Add proper redirect for Non-sovereign country in the country ongoing emergencies page
21+
- 771d085: Community Based Surveillance updates (Surge CoS Health)
22+
- Changed page: https://go.ifrc.org/surge/catalogue/health/community-based-surveillance
23+
- The changes affect team size and some standard components (e.g. kit content)
24+
- Updated dependencies [bfcaecf]
25+
- @ifrc-go/ui@1.5.1
26+
327
## 7.17.4
428

529
### Patch 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.17.4",
3+
"version": "7.18.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

packages/go-ui-storybook/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bfcaecf]
8+
- @ifrc-go/ui@1.5.1
9+
310
## 1.0.6
411

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

packages/ui/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- bfcaecf: Add `addNumDaysToDate` and `ceilToEndOfMonth` date helper functions
8+
39
## 1.5.0
410

511
### Minor Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ifrc-go/ui",
33
"description": "IFRC-GO UI Components Library",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"type": "module",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)