From b58badfa01808934b687e6cc31ff7903977c6ca2 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 16 Feb 2023 13:58:10 +0000 Subject: [PATCH] chore(release): cut 100.0.2 [skip release] ## [100.0.2](https://github.com/dhis2/data-exchange-app/compare/v100.0.1...v100.0.2) (2023-02-16) ### Bug Fixes * always use outputIdScheme=UID [DHIS2-14061] ([a3f019a](https://github.com/dhis2/data-exchange-app/commit/a3f019a89239775a34bba95fff221ca99dc191d4)) * always use outputIdScheme=UID for data preview [DHIS2-14061] ([843d9cf](https://github.com/dhis2/data-exchange-app/commit/843d9cf0ea9684df483b1236cf2dad56a2b44da9)) * updated cypress fixtures [DHIS2-14061] ([59fb798](https://github.com/dhis2/data-exchange-app/commit/59fb7984184c687ff461e80053bda7e25cf2c448)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf30a82..44b8bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [100.0.2](https://github.com/dhis2/data-exchange-app/compare/v100.0.1...v100.0.2) (2023-02-16) + + +### Bug Fixes + +* always use outputIdScheme=UID [DHIS2-14061] ([a3f019a](https://github.com/dhis2/data-exchange-app/commit/a3f019a89239775a34bba95fff221ca99dc191d4)) +* always use outputIdScheme=UID for data preview [DHIS2-14061] ([843d9cf](https://github.com/dhis2/data-exchange-app/commit/843d9cf0ea9684df483b1236cf2dad56a2b44da9)) +* updated cypress fixtures [DHIS2-14061] ([59fb798](https://github.com/dhis2/data-exchange-app/commit/59fb7984184c687ff461e80053bda7e25cf2c448)) + ## [100.0.1](https://github.com/dhis2/data-exchange-app/compare/v100.0.0...v100.0.1) (2022-11-08) diff --git a/package.json b/package.json index d5f58ee..935e7ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-exchange-app", - "version": "100.0.1", + "version": "100.0.2", "description": "", "license": "BSD-3-Clause", "private": true,