Skip to content

Commit

Permalink
bump: version 2024.3.0 → 2024.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 24, 2024
1 parent c91b665 commit bb32248
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 4 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## 2024.3.1 (2024-06-24)

### Feat

- add healthcare form category & minor fixes (#1555)
- use Matomo tracking web component, with accept/disagree prompt (#1546)
- **frontend**: upgrade React v17 --> v18 (#1542)

### Fix

- **submissionDetails**: retrieve task_id directly from submissionDetails (#1595)
- **frontend**: set submission table task_id from submission task_id
- ensure task_id field is always included with submissions (#1589)
- **frontend**: replace getting task_id from submission with url param
- ensure `status` Entity field is updated alongside survey form `status` field (#1586)
- **createProject**: disable submit btn until redirection to details page (#1585)
- **customTable**: misalignment via classname add (#1578)
- **frontend**: recharts UI misalignment (#1575)
- **taskSubmissions**: show task card of tasks even if no features, view submissions btn hide if no features (#1571)
- **charts**: size state to track responsive container to fix charts misalignment (#1570)
- **projectDetailsV2**: taskLayer color not update issue solve (#1569)
- **frontend**: block project create if no extract features (#1561)
- **frontend**: redirect user to requested page after login (#1559)
- **frontend**: only display matomo tracking banner in prod
- **frontend**: do not display pmtiles generated for another project
- **frontend**: add tile format to basemaps table, only show cache icon if pmtile
- **backend**: loading entity by intent using uuid xformid (#1538)
- **frontend**: correctly invoke matomo & sentry tracking in prod

### Refactor

- **frontend**: update links for odk collect by intent task_id --> task_filter
- **frontend**: update download url for custom ODK Collect APK
- **frontend**: update link to custom odk collect from intent apk
- **frontend**: import hotosm/ui styles.css --> style.css change
- remove reference to 'topo' basemap imagery provider (usgs)
- rename fmtm.dev --> docs.fmtm.dev for docs site

## 2024.3.0 (2024-05-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: application
name: fmtm
description: Field Mapping Tasking Manager - coordinated field mapping.
version: "0.1.0"
appVersion: "2024.3.0"
appVersion: "2024.3.1"
maintainers:
- email: sam.woodcock@hotosm.org
name: Sam Woodcock
Expand Down
2 changes: 1 addition & 1 deletion src/backend/app/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.3.0"
__version__ = "2024.3.1"
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ asyncio_mode="auto"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2024.3.0"
version = "2024.3.1"
version_files = [
"pyproject.toml:version",
"app/__version__.py",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmtm",
"version": "2024.3.0",
"version": "2024.3.1",
"scripts": {
"build": "vite build",
"build:dev": "vite build --mode development",
Expand Down

0 comments on commit bb32248

Please sign in to comment.