From 3d642efb794a747c60ea64d88cb0eec2b692df0b Mon Sep 17 00:00:00 2001
From: Phanlezz <65733509+phanlezz@users.noreply.github.com>
Date: Thu, 15 Jun 2023 13:35:30 +0200
Subject: [PATCH] Releasing 1.118.0
---
CHANGELOG.md | 2 ++
analysis/gradle.properties | 2 +-
analysis/node-wrapper/package-lock.json | 4 ++--
analysis/node-wrapper/package.json | 2 +-
.../_posts/release/2023-06-15-v1_118_0.md | 23 +++++++++++++++++++
visualization/package-lock.json | 4 ++--
visualization/package.json | 2 +-
7 files changed, 32 insertions(+), 7 deletions(-)
create mode 100644 gh-pages/_posts/release/2023-06-15-v1_118_0.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 390cbb5bfc..63cc8e976b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨💻 👩💻)
+## [1.118.0] - 2023-06-15
+
### Added 🚀
- Add metric tooltips that display attribute descriptors and provide hyperlinks in the sidebar to the metric's documentation [#3273](https://github.com/MaibornWolff/codecharta/pull/3273)
diff --git a/analysis/gradle.properties b/analysis/gradle.properties
index 1c8aa906f8..19157594de 100644
--- a/analysis/gradle.properties
+++ b/analysis/gradle.properties
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
-currentVersion=1.117.0
+currentVersion=1.118.0
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
diff --git a/analysis/node-wrapper/package-lock.json b/analysis/node-wrapper/package-lock.json
index 5f0fb3118b..3cf5de2016 100644
--- a/analysis/node-wrapper/package-lock.json
+++ b/analysis/node-wrapper/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "codecharta-analysis",
- "version": "1.117.0",
+ "version": "1.118.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codecharta-analysis",
- "version": "1.117.0",
+ "version": "1.118.0",
"license": "BSD-3-Clause",
"dependencies": {
"makeshift": "^1.1.0",
diff --git a/analysis/node-wrapper/package.json b/analysis/node-wrapper/package.json
index cea10b088e..b121ac3f22 100644
--- a/analysis/node-wrapper/package.json
+++ b/analysis/node-wrapper/package.json
@@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-analysis",
- "version": "1.117.0",
+ "version": "1.118.0",
"description": "MaibornWolff CodeCharta Analysis Tools",
"scripts": {
"prepare": "rm -rf ../build/install/codecharta-analysis public && ../gradlew -p .. installDist && cp -R ../build/install/codecharta-analysis public"
diff --git a/gh-pages/_posts/release/2023-06-15-v1_118_0.md b/gh-pages/_posts/release/2023-06-15-v1_118_0.md
new file mode 100644
index 0000000000..0f1be4e4ff
--- /dev/null
+++ b/gh-pages/_posts/release/2023-06-15-v1_118_0.md
@@ -0,0 +1,23 @@
+---
+categories:
+ - Release
+tags:
+ - gh-pages
+
+title: 1.118.0
+---
+
+{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/{{page.title}}). This version brings the following:
+
+### Added 🚀
+
+- Add metric tooltips that display attribute descriptors and provide hyperlinks in the sidebar to the metric's documentation [#3273](https://github.com/MaibornWolff/codecharta/pull/3273)
+
+- Expand and restructure documentation regarding Docker usage [#3312](https://github.com/MaibornWolff/codecharta/pull/3312)
+- Add current working directories as hint or default value to interactive parser and parser suggestions when asking for input [#3319](https://github.com/MaibornWolff/codecharta/pull/3319)
+- Add helpful status messages when calculating parser suggestions [#3329](https://github.com/MaibornWolff/codecharta/pull/3329)
+
+### Fixed 🐞
+
+- Speed up parser suggestions significantly [#3329](https://github.com/MaibornWolff/codecharta/pull/3329)
+- Fix color range reset not triggering on color metric change [#3311](https://github.com/MaibornWolff/codecharta/pull/3311)
diff --git a/visualization/package-lock.json b/visualization/package-lock.json
index 2d61fa2ee8..dfc4e673f3 100644
--- a/visualization/package-lock.json
+++ b/visualization/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "codecharta-visualization",
- "version": "1.117.0",
+ "version": "1.118.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codecharta-visualization",
- "version": "1.117.0",
+ "version": "1.118.0",
"license": "BSD-3-Clause",
"dependencies": {
"@angular/animations": "^15.1.1",
diff --git a/visualization/package.json b/visualization/package.json
index ff6f15a8b5..fa7b260ec7 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.117.0",
+ "version": "1.118.0",
"engines": {
"node": ">=16"
},