From 2500081bd6e101cd236023c15c459f7d930c36f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 11:43:29 +0000 Subject: [PATCH] v2.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199766373..9ca331888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.3.0](https://github.com/dnum-mi/dso-console/compare/v2.2.1...v2.3.0) (2023-03-22) + + +### Features + +* :alien: fetch services to get their statuses ([2febba2](https://github.com/dnum-mi/dso-console/commit/2febba22bbed8355d2ea516cd232f6c47ca1a212)) +* :art: review tobi ([2febba2](https://github.com/dnum-mi/dso-console/commit/2febba22bbed8355d2ea516cd232f6c47ca1a212)) +* :monocle_face: sort projects by ASC name ([ccb7fbb](https://github.com/dnum-mi/dso-console/commit/ccb7fbb5066da6ebc1776a893c86d8d80a292856)) +* :sparkles: build project services url in api ([2173f8a](https://github.com/dnum-mi/dso-console/commit/2173f8abade9848c83cc68e4a68da02982d4a887)) +* :sparkles: new page dedicated to services ([2febba2](https://github.com/dnum-mi/dso-console/commit/2febba22bbed8355d2ea516cd232f6c47ca1a212)) + + +### Bug Fixes + +* :bug: fix container env ([f9fd457](https://github.com/dnum-mi/dso-console/commit/f9fd45715d94789e02d8c88991b02fe9831e4460)) + ## [2.2.1](https://github.com/dnum-mi/dso-console/compare/v2.2.0...v2.2.1) (2023-03-14) diff --git a/package.json b/package.json index 9d3ad1db0..4562389e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dso-console", - "version": "2.2.1", + "version": "2.3.0", "private": true, "type": "module", "scripts": {