From df7c91f8ba94180d61a33b9ab760d708d9adec52 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 16 Mar 2023 17:30:35 +0000 Subject: [PATCH] chore(release): cut 99.10.18 [skip ci] ## [99.10.18](https://github.com/dhis2/dashboard-app/compare/v99.10.17...v99.10.18) (2023-03-16) ### Bug Fixes * avoid sending props twice when using View as and plugin changes ([#2248](https://github.com/dhis2/dashboard-app/issues/2248)) ([be17d00](https://github.com/dhis2/dashboard-app/commit/be17d00694a35097dc3d6826a8c2fa5d9e4e7bc1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddcefca81..659c47142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [99.10.18](https://github.com/dhis2/dashboard-app/compare/v99.10.17...v99.10.18) (2023-03-16) + + +### Bug Fixes + +* avoid sending props twice when using View as and plugin changes ([#2248](https://github.com/dhis2/dashboard-app/issues/2248)) ([be17d00](https://github.com/dhis2/dashboard-app/commit/be17d00694a35097dc3d6826a8c2fa5d9e4e7bc1)) + ## [99.10.17](https://github.com/dhis2/dashboard-app/compare/v99.10.16...v99.10.17) (2023-03-15) diff --git a/package.json b/package.json index 9470ed7c4..fa1f513aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "99.10.17", + "version": "99.10.18", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",