From 97bfef478538e66ff9773894c936c622e77e9bc7 Mon Sep 17 00:00:00 2001 From: "jannikolai.rueckert" Date: Tue, 26 Jul 2022 15:08:19 +0200 Subject: [PATCH] Releasing 1.101.0 --- CHANGELOG.md | 2 ++ analysis/gradle.properties | 2 +- analysis/node-wrapper/package-lock.json | 4 +-- analysis/node-wrapper/package.json | 2 +- .../_posts/release/2022-07-26-v1_101_0.md | 27 +++++++++++++++++++ visualization/package-lock.json | 4 +-- visualization/package.json | 2 +- 7 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 gh-pages/_posts/release/2022-07-26-v1_101_0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b895a9712..b4e4c4385a 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.101.0] - 2022-07-26 + ### Added 🚀 - Transform a metric gardener json file into a code charta json file, that can be correctly visualized [#2675](https://github.com/MaibornWolff/codecharta/pull/2875) diff --git a/analysis/gradle.properties b/analysis/gradle.properties index 1f85a8d45d..5f7c242fee 100644 --- a/analysis/gradle.properties +++ b/analysis/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -currentVersion=1.100.0 +currentVersion=1.101.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 7158572eaf..3ee1badf0b 100644 --- a/analysis/node-wrapper/package-lock.json +++ b/analysis/node-wrapper/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-analysis", - "version": "1.100.0", + "version": "1.101.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecharta-analysis", - "version": "1.100.0", + "version": "1.101.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 33558d7403..b263a9c4fd 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.100.0", + "version": "1.101.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/2022-07-26-v1_101_0.md b/gh-pages/_posts/release/2022-07-26-v1_101_0.md new file mode 100644 index 0000000000..0b54819644 --- /dev/null +++ b/gh-pages/_posts/release/2022-07-26-v1_101_0.md @@ -0,0 +1,27 @@ +--- +categories: + - Release +tags: + - gh-pages + +title: 1.101.0 +--- + +{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/{{page.title}}). This version brings the following: + +### Added 🚀 + +- Transform a metric gardener json file into a code charta json file, that can be correctly visualized [#2675](https://github.com/MaibornWolff/codecharta/pull/2875) + +### Changed + +- Restore previous selected files when switching back from delta to standard mode [#2891](https://github.com/MaibornWolff/codecharta/pull/2891) +- Add more metrics that can be preselected when opening a cc.json file [#2907](https://github.com/MaibornWolff/codecharta/pull/2907) [#2908](https://github.com/MaibornWolff/codecharta/pull/2908) + +### Fixed 🐞 + +- Let file selection always show what is actual rendered within the map [#2891](https://github.com/MaibornWolff/codecharta/pull/2891) + +### Chore 👨‍💻 👩‍💻 + +- Improve performance by slightly delaying node-name popups and removing unused functionality [#2897](https://github.com/MaibornWolff/codecharta/pull/2897) diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 8571fd69ef..956ae5f567 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-visualization", - "version": "1.100.0", + "version": "1.101.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecharta-visualization", - "version": "1.100.0", + "version": "1.101.0", "license": "BSD-3-Clause", "dependencies": { "@angular/animations": "^12.2.12", diff --git a/visualization/package.json b/visualization/package.json index b90d46836b..9b7e813c4c 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.100.0", + "version": "1.101.0", "engines": { "node": ">=16" },