From c33c96289d6b11bf61ab5495932809a36e6d722d Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 14 Nov 2024 14:46:53 +0000 Subject: [PATCH] chore(release): cut 0.13.2 [skip release] ## [0.13.2](https://github.com/dhis2/maintenance-app-beta/compare/v0.13.1...v0.13.2) (2024-11-14) ### Bug Fixes * **categoryOptionGroupSet:** update view config and formName validation ([#442](https://github.com/dhis2/maintenance-app-beta/issues/442)) ([b0253a1](https://github.com/dhis2/maintenance-app-beta/commit/b0253a17105759e0b1e4e2523bcdf2be759b6131)) * **list:** disable list buttons when no access ([#441](https://github.com/dhis2/maintenance-app-beta/issues/441)) ([5c0941f](https://github.com/dhis2/maintenance-app-beta/commit/5c0941f0deda2b6e29601e8d2c576de3792587bc)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d167e98..0d85fe67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.13.2](https://github.com/dhis2/maintenance-app-beta/compare/v0.13.1...v0.13.2) (2024-11-14) + + +### Bug Fixes + +* **categoryOptionGroupSet:** update view config and formName validation ([#442](https://github.com/dhis2/maintenance-app-beta/issues/442)) ([b0253a1](https://github.com/dhis2/maintenance-app-beta/commit/b0253a17105759e0b1e4e2523bcdf2be759b6131)) +* **list:** disable list buttons when no access ([#441](https://github.com/dhis2/maintenance-app-beta/issues/441)) ([5c0941f](https://github.com/dhis2/maintenance-app-beta/commit/5c0941f0deda2b6e29601e8d2c576de3792587bc)) + ## [0.13.1](https://github.com/dhis2/maintenance-app-beta/compare/v0.13.0...v0.13.1) (2024-11-14) diff --git a/package.json b/package.json index 9799719e..4e5e3baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.13.1", + "version": "0.13.2", "description": "", "license": "BSD-3-Clause", "private": true,