From 334ede522b8897626b4cf0c446950593e01cf9f9 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 6 Jun 2023 09:26:57 +0000 Subject: [PATCH] chore(release): cut 100.0.0 [skip release] # [100.0.0](https://github.com/dhis2/dashboard-app/compare/v99.99.9...v100.0.0) (2023-06-06) ### Features * update gh workflows and set version to 100.0.0 ([#2367](https://github.com/dhis2/dashboard-app/issues/2367)) ([f86387d](https://github.com/dhis2/dashboard-app/commit/f86387ddcfbb45c043f3457e3aa960aa3f879355)) ### BREAKING CHANGES * version will be bumped to v100.0.0, which is the base version for app-hub core apps. The workflows are now updated so that PRs run against 2.40, and the nightly build runs against dev. --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93fc521aa..ed5287578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [100.0.0](https://github.com/dhis2/dashboard-app/compare/v99.99.9...v100.0.0) (2023-06-06) + + +### Features + +* update gh workflows and set version to 100.0.0 ([#2367](https://github.com/dhis2/dashboard-app/issues/2367)) ([f86387d](https://github.com/dhis2/dashboard-app/commit/f86387ddcfbb45c043f3457e3aa960aa3f879355)) + + +### BREAKING CHANGES + +* version will be bumped to v100.0.0, +which is the base version for app-hub core apps. + +The workflows are now updated so that PRs run against 2.40, +and the nightly build runs against dev. + ## [99.11.7](https://github.com/dhis2/dashboard-app/compare/v99.11.6...v99.11.7) (2023-06-05) diff --git a/package.json b/package.json index df5fd6e0b..14e2afcdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "99.99.9", + "version": "100.0.0", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",