Skip to content

Commit

Permalink
v7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed May 10, 2024
1 parent e809fbc commit 11e8d48
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-lizards-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-plums-remember.md

This file was deleted.

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

## 7.3.1

### Patch Changes

- 7f0212b: Integrate mapbox street view for local units map
- Updated dependencies [7f0212b]
- @ifrc-go/ui@1.1.2

## 7.3.0

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

## 1.1.2

### Patch Changes

- 7f0212b: Add ellipsize prop to Heading component

## 1.1.1

### 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.1",
"version": "1.1.2",
"type": "module",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 11e8d48

Please sign in to comment.