From 7527246bf4d193bb957ffefca877a8773352d326 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 16 Jan 2025 14:11:29 +0000 Subject: [PATCH] chore(release): cut 0.23.1 [skip release] ## [0.23.1](https://github.com/dhis2/maintenance-app-beta/compare/v0.23.0...v0.23.1) (2025-01-16) ### Bug Fixes * **validation:** use dynamic schema validator for common fields ([#494](https://github.com/dhis2/maintenance-app-beta/issues/494)) ([0ff52ee](https://github.com/dhis2/maintenance-app-beta/commit/0ff52eeb757a4c1a9484ab70841bd08566d34668)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d92b3f..4c4e09f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.23.1](https://github.com/dhis2/maintenance-app-beta/compare/v0.23.0...v0.23.1) (2025-01-16) + + +### Bug Fixes + +* **validation:** use dynamic schema validator for common fields ([#494](https://github.com/dhis2/maintenance-app-beta/issues/494)) ([0ff52ee](https://github.com/dhis2/maintenance-app-beta/commit/0ff52eeb757a4c1a9484ab70841bd08566d34668)) + # [0.23.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.22.0...v0.23.0) (2025-01-15) diff --git a/package.json b/package.json index e4c6ee74..5e58c197 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.23.0", + "version": "0.23.1", "description": "", "license": "BSD-3-Clause", "private": true,