From 94ef32d4a8ca3af666effe014b15c31a11f8614a Mon Sep 17 00:00:00 2001 From: IhsenBouallegue <48621967+IhsenBouallegue@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:46:07 +0000 Subject: [PATCH] Releasing vis-1.131.3 --- README.md | 2 +- .../_posts/release/2024-12-12-vis_1.131.3.md | 18 ++++++++++++++++++ visualization/CHANGELOG.md | 2 +- visualization/package-lock.json | 4 ++-- visualization/package.json | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 gh-pages/_posts/release/2024-12-12-vis_1.131.3.md diff --git a/README.md b/README.md index 09a34b4911..ade750e968 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Latest Release:
- Analysis 1.129.0 | Visualization 1.131.2 + Analysis 1.129.0 | Visualization 1.131.3 [comment]: ################################################################################## [comment]: diff --git a/gh-pages/_posts/release/2024-12-12-vis_1.131.3.md b/gh-pages/_posts/release/2024-12-12-vis_1.131.3.md new file mode 100644 index 0000000000..9c08b29d57 --- /dev/null +++ b/gh-pages/_posts/release/2024-12-12-vis_1.131.3.md @@ -0,0 +1,18 @@ +--- +categories: + - Release + - Release-Visualization +tags: + - gh-pages + - release + - visualization + +title: Visualization version 1.131.3 +--- + +{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.131.3). +This version brings the following: + +### Changed + +- Dummy entry (Testing release workflow) \ No newline at end of file diff --git a/visualization/CHANGELOG.md b/visualization/CHANGELOG.md index 451bb06289..20668a5944 100644 --- a/visualization/CHANGELOG.md +++ b/visualization/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) -## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) +## [1.131.3] - 2024-12-12 (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) ### Changed diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 5de5426039..6b9f511b66 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-visualization", - "version": "1.131.2", + "version": "1.131.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codecharta-visualization", - "version": "1.131.2", + "version": "1.131.3", "license": "BSD-3-Clause", "dependencies": { "@angular/animations": "^18.2.9", diff --git a/visualization/package.json b/visualization/package.json index bc0788c3df..d3c9c3e1e9 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.131.2", + "version": "1.131.3", "engines": { "node": ">=20" },