Skip to content

Commit

Permalink
v7.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed May 22, 2024
1 parent 39a2c16 commit 481f0e8
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-zebras-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-moons-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-dolphins-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-dragons-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-bananas-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-lies-drive.md

This file was deleted.

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

## 7.3.6

### Patch Changes

- 2631a9f: Add office type and location information for IFRC delegation office
- 1b4b6df: Add local unit form
- 2d7a6a5: - Enable ability to start PER in IFRC supported lanugages
- Make PER forms readOnly in case of language mismatch
- e4bf098: Fix incorrect statistics for past appeals of a country
- Updated dependencies [0ab207d]
- Updated dependencies [66151a7]
- @ifrc-go/ui@1.1.3

## 7.3.5

### 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.3.5",
"version": "7.3.6",
"type": "module",
"private": true,
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@ifrc-go/icons": "^2.0.0",
"@ifrc-go/ui": "^1.1.2",
"@ifrc-go/ui": "^1.1.3",
"@mapbox/mapbox-gl-draw": "^1.2.0",
"@sentry/react": "^7.81.1",
"@tinymce/tinymce-react": "^4.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ifrc-go/ui

## 1.1.3

### Patch Changes

- 0ab207d: Improve styling and add default options
- 66151a7: Fix overflow issue on heading component

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ifrc-go/ui",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 481f0e8

Please sign in to comment.