Skip to content

Commit 03e2c99

Browse files
committed
v7.14.0
1 parent 50d4556 commit 03e2c99

File tree

9 files changed

+49
-39
lines changed

9 files changed

+49
-39
lines changed

.changeset/honest-results-bake.md

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

.changeset/long-impalas-hope.md

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

.changeset/red-toys-report.md

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

app/CHANGELOG.md

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

3+
## 7.14.0
4+
5+
### Minor Changes
6+
7+
- 18ccc85:
8+
- Update styling of vertical NavigationTab
9+
- Hide register URL in the T&C page for logged in user
10+
- Update styling of T&C page
11+
- Make the page responsive
12+
- Make sidebar sticky
13+
- Update url for [monty docs](https://github.com/IFRCGo/go-web-app/issues/1418#issuecomment-2422371363)
14+
- 8d3a7bd: Initiate shutdown for 3W
15+
- Remove "Submit 3W Projects" from the menu Prepare > Global 3W projects
16+
- Rename "Global 3W Projects" to "Programmatic Partnerships" in Prepare menu
17+
- Update global 3W page
18+
- Update title and description for Programmatic Partnerships
19+
- Remove all the contents related to 3W
20+
- Replace contents in various places with project shutdown message
21+
- Regional 3W tab
22+
- 3W Projects section in Accounts > My Form > 3W
23+
- Projects tab in Country > Ongoing Activities
24+
- All Projects page
25+
- New, edit 3W project form
26+
- View 3W project page
27+
- Remove NS Activities section in Country > NS overview > NS Activities page
28+
- Remove Projects section from search results page
29+
30+
### Patch Changes
31+
32+
- Updated dependencies [18ccc85]
33+
- @ifrc-go/ui@1.4.0
34+
335
## 7.13.0
436

537
### 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.13.0",
3+
"version": "7.14.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [18ccc85]
8+
- @ifrc-go/ui@1.4.0
9+
310
## 1.0.4
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.4",
3+
"version": "1.0.5",
44
"private": true,
55
"type": "module",
66
"license": "MIT",

packages/ui/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 18ccc85: - Add missing eslint config packages
8+
- Add elementId prop in Container
9+
310
## 1.3.1
411

512
### Patch 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.3.1",
4+
"version": "1.4.0",
55
"type": "module",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)