Skip to content

Commit c1cb0f9

Browse files
committed
v7.3.13
1 parent 6c2a36f commit c1cb0f9

File tree

6 files changed

+28
-24
lines changed

6 files changed

+28
-24
lines changed

.changeset/breezy-peaches-talk.md

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

.changeset/polite-houses-suffer.md

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

app/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# go-web-app
22

3+
## 7.3.13
4+
5+
### Patch Changes
6+
7+
- 453a397: - Update Local Unit map, table and form to match the updated design in [#1178](https://github.com/IFRCGo/go-web-app/issues/1178)
8+
- Add delete button in Local units table and form
9+
- Use filter prop in container and remove manual stylings
10+
- Update size of WikiLink to match height of other action items
11+
- Add error boundary to BaseMap component
12+
- Updated dependencies [453a397]
13+
- @ifrc-go/ui@1.1.5
14+
315
## 7.3.12
416

517
### Patch Changes
618

7-
- ba6734e: Show admin labels in maps in different languages, potentially fixing [##1036](https://github.com/IFRCGo/go-web-app/issues/1036)
19+
- ba6734e: Show admin labels in maps in different languages, potentially fixing [#1036](https://github.com/IFRCGo/go-web-app/issues/1036)
820

921
## 7.3.11
1022

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-web-app",
3-
"version": "7.3.12",
3+
"version": "7.3.13",
44
"type": "module",
55
"private": true,
66
"scripts": {
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@ifrc-go/icons": "^2.0.0",
39-
"@ifrc-go/ui": "^1.1.4",
39+
"@ifrc-go/ui": "^1.1.5",
4040
"@mapbox/mapbox-gl-draw": "^1.2.0",
4141
"@sentry/react": "^7.81.1",
4242
"@tinymce/tinymce-react": "^4.3.0",

packages/ui/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- 453a397: - Add and export Legend component
8+
- Add FilterBar component
9+
- Update RawList to extend Key prop from react
10+
- Add a pageWidth option for Modal size
11+
- Update Container to use FilterBar
12+
- Remove withGridViewInFiterProp from Container, make it the default behavior
13+
- Add filterActions props in Container
14+
315
## 1.1.4
416

517
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ifrc-go/ui",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"type": "module",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)