Skip to content

Commit

Permalink
v7.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenhelium committed Nov 6, 2024
1 parent 19d3811 commit a5ad667
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-falcons-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-pigs-kneel.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wet-penguins-approve.md

This file was deleted.

14 changes: 14 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# go-web-app

## 7.6.3

### Patch Changes

- 7bbf3d2: Update key insights disclaimer text in Ops. Learning
- 0e40681: Update FDRS data in Country / Context and Structure / NS indicators

- Add separate icon for each field for data year
- Use separate icon for disaggregation
- Update descriptions on dref import template (more details on _Missing / to be implemented_ section in https://github.com/IFRCGo/go-web-app/pull/1434#issuecomment-2459034932)

- Updated dependencies [801ec3c]
- @ifrc-go/ui@1.2.1

## 7.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-web-app",
"version": "7.6.2",
"version": "7.6.3",
"type": "module",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@ifrc-go/icons": "^2.0.1",
"@ifrc-go/ui": "^1.2.0",
"@ifrc-go/ui": "^1.2.1",
"@mapbox/mapbox-gl-draw": "^1.2.0",
"@sentry/react": "^7.81.1",
"@tinymce/tinymce-react": "^4.3.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ifrc-go/ui

## 1.2.1

### Patch Changes

- 801ec3c: Add _primary red_ as fallback color for ProgressBar

## 1.2.0

### Minor Changes
Expand All @@ -22,7 +28,8 @@
## 1.1.6

### Patch Changes
Updated @ifrc-go/icons to v2.0.1

Updated @ifrc-go/icons to v2.0.1

## 1.1.5

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ifrc-go/ui",
"description": "IFRC-GO UI Components Library",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit a5ad667

Please sign in to comment.