From e47995d689836f36ed5d1d5f58dc264ee71c9018 Mon Sep 17 00:00:00 2001 From: IhsenBouallegue Date: Thu, 12 Dec 2024 16:44:39 +0100 Subject: [PATCH] Revert "Releasing vis-1.131.3" This reverts commit 18f54bc3ae279e346749c9fd1834ff5e98ef6dfb. --- 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, 5 insertions(+), 23 deletions(-) delete mode 100644 gh-pages/_posts/release/2024-12-12-vis_1.131.3.md diff --git a/README.md b/README.md index ade750e968..09a34b4911 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Latest Release:
- Analysis 1.129.0 | Visualization 1.131.3 + Analysis 1.129.0 | Visualization 1.131.2 [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 deleted file mode 100644 index 9c08b29d57..0000000000 --- a/gh-pages/_posts/release/2024-12-12-vis_1.131.3.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -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 20668a5944..451bb06289 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/) -## [1.131.3] - 2024-12-12 (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) +## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) ### Changed diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 6b9f511b66..5de5426039 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-visualization", - "version": "1.131.3", + "version": "1.131.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codecharta-visualization", - "version": "1.131.3", + "version": "1.131.2", "license": "BSD-3-Clause", "dependencies": { "@angular/animations": "^18.2.9", diff --git a/visualization/package.json b/visualization/package.json index d3c9c3e1e9..bc0788c3df 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.3", + "version": "1.131.2", "engines": { "node": ">=20" },