From 22ad2b0e3af4c23de9599394c068e7775de03b46 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 2 Apr 2024 12:30:33 +0000 Subject: [PATCH] chore(release): cut 101.6.2 [skip release] ## [101.6.2](https://github.com/dhis2/scheduler-app/compare/v101.6.1...v101.6.2) (2024-04-02) ### Bug Fixes * apply recommended final form fix for array field ([13d0160](https://github.com/dhis2/scheduler-app/commit/13d0160bff364bc4a76cb7371d93bfa7b5df7283)) * fix lastexecuted proptype error ([ac10e1f](https://github.com/dhis2/scheduler-app/commit/ac10e1fea3fc5879df27b88eb60956d2c2c80a38)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c05300..c1962e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [101.6.2](https://github.com/dhis2/scheduler-app/compare/v101.6.1...v101.6.2) (2024-04-02) + + +### Bug Fixes + +* apply recommended final form fix for array field ([13d0160](https://github.com/dhis2/scheduler-app/commit/13d0160bff364bc4a76cb7371d93bfa7b5df7283)) +* fix lastexecuted proptype error ([ac10e1f](https://github.com/dhis2/scheduler-app/commit/ac10e1fea3fc5879df27b88eb60956d2c2c80a38)) + ## [101.6.1](https://github.com/dhis2/scheduler-app/compare/v101.6.0...v101.6.1) (2024-03-24) diff --git a/package.json b/package.json index ee3b1d08..a40ed46e 100644 --- a/package.json +++ b/package.json @@ -70,5 +70,5 @@ "\\.css$": "identity-obj-proxy" } }, - "version": "101.6.1" + "version": "101.6.2" }