From 67113ff65b190142dd0e8b27b6840da53daf5db8 Mon Sep 17 00:00:00 2001 From: nereboss Date: Mon, 18 Mar 2024 17:12:51 +0100 Subject: [PATCH] Releasing vis-1.124.1 --- README.md | 2 +- .../_posts/release/2024-03-18-vis_1_124_1.md | 17 +++++++++++++++++ visualization/CHANGELOG.md | 2 ++ visualization/package-lock.json | 4 ++-- visualization/package.json | 2 +- 5 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 gh-pages/_posts/release/2024-03-18-vis_1_124_1.md diff --git a/README.md b/README.md index a286b07a39..4c055cb491 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@

Latest Release:
- Analysis 1.122.1 | Visualization 1.124.0 + Analysis 1.122.1 | Visualization 1.124.1 [comment]: ################################################################################## [comment]: diff --git a/gh-pages/_posts/release/2024-03-18-vis_1_124_1.md b/gh-pages/_posts/release/2024-03-18-vis_1_124_1.md new file mode 100644 index 0000000000..120496184e --- /dev/null +++ b/gh-pages/_posts/release/2024-03-18-vis_1_124_1.md @@ -0,0 +1,17 @@ +--- +categories: + - Release +tags: + - gh-pages + - release + - visualization + +title: Visualization version 1.124.1 +--- + +{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.124.1). +This version brings the following: + +### Fixed 🐞 + +- Fix metrics being reset on excluding / flattening buildings [#3524](https://github.com/MaibornWolff/codecharta/pull/3524) diff --git a/visualization/CHANGELOG.md b/visualization/CHANGELOG.md index 0f8fc338ef..e827bf0399 100644 --- a/visualization/CHANGELOG.md +++ b/visualization/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) +## [1.124.1] - 2024-03-18 + ### Fixed 🐞 - Fix metrics being reset on excluding / flattening buildings [#3524](https://github.com/MaibornWolff/codecharta/pull/3524) diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 8207f898ee..8f8bc1c38c 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-visualization", - "version": "1.124.0", + "version": "1.124.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codecharta-visualization", - "version": "1.124.0", + "version": "1.124.1", "license": "BSD-3-Clause", "dependencies": { "@angular/animations": "^16.2.12", diff --git a/visualization/package.json b/visualization/package.json index daf7efb4c4..73d95dbe6b 100644 --- a/visualization/package.json +++ b/visualization/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/MaibornWolff/codecharta.git" }, "name": "codecharta-visualization", - "version": "1.124.0", + "version": "1.124.1", "engines": { "node": ">=18" },