From daa33ebbd78502d2c1314f973735ecc5a463dec6 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 3 Dec 2024 07:39:06 +0000 Subject: [PATCH] chore(release): cut 0.19.1 [skip release] ## [0.19.1](https://github.com/dhis2/maintenance-app-beta/compare/v0.19.0...v0.19.1) (2024-12-03) ### Bug Fixes * **list:** use translated values for name and shortName ([#438](https://github.com/dhis2/maintenance-app-beta/issues/438)) ([19a763d](https://github.com/dhis2/maintenance-app-beta/commit/19a763d418e7d542c1e49bfc7fb87396fbf6af4e)) * **modelListView:** allow empty filters ([#454](https://github.com/dhis2/maintenance-app-beta/issues/454)) [skip release] ([177220f](https://github.com/dhis2/maintenance-app-beta/commit/177220f8e17c5644fb416900ea30ae25f2783886)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0381b5..b39e82c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.19.1](https://github.com/dhis2/maintenance-app-beta/compare/v0.19.0...v0.19.1) (2024-12-03) + + +### Bug Fixes + +* **list:** use translated values for name and shortName ([#438](https://github.com/dhis2/maintenance-app-beta/issues/438)) ([19a763d](https://github.com/dhis2/maintenance-app-beta/commit/19a763d418e7d542c1e49bfc7fb87396fbf6af4e)) +* **modelListView:** allow empty filters ([#454](https://github.com/dhis2/maintenance-app-beta/issues/454)) [skip release] ([177220f](https://github.com/dhis2/maintenance-app-beta/commit/177220f8e17c5644fb416900ea30ae25f2783886)) + # [0.19.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.18.0...v0.19.0) (2024-12-02) diff --git a/package.json b/package.json index 00822208..172c02fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.19.0", + "version": "0.19.1", "description": "", "license": "BSD-3-Clause", "private": true,