diff --git a/CHANGELOG.md b/CHANGELOG.md index 803a5246a2..8576e9f429 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.89.0] - 2022-02-07 + ### Added 🚀 - Add area metric option to invert the amount of area, which is used for the nodes [#2626](https://github.com/MaibornWolff/codecharta/pull/2626) diff --git a/analysis/gradle.properties b/analysis/gradle.properties index 012dffd815..19a589423d 100644 --- a/analysis/gradle.properties +++ b/analysis/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -currentVersion=1.88.0 +currentVersion=1.89.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 05ee0c37b9..c758dafa89 100644 --- a/analysis/node-wrapper/package-lock.json +++ b/analysis/node-wrapper/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-analysis", - "version": "1.88.0", + "version": "1.89.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecharta-analysis", - "version": "1.88.0", + "version": "1.89.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 04aa9d67a4..442d1332fd 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.88.0", + "version": "1.89.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-02-07-v1_89_0.md b/gh-pages/_posts/release/2022-02-07-v1_89_0.md new file mode 100644 index 0000000000..5aafcd84d9 --- /dev/null +++ b/gh-pages/_posts/release/2022-02-07-v1_89_0.md @@ -0,0 +1,26 @@ +--- +categories: + - Release +tags: + - gh-pages + +title: 1.89.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 area metric option to invert the amount of area, which is used for the nodes [#2626](https://github.com/MaibornWolff/codecharta/pull/2626) +- Add button to clear search field [#2638](https://github.com/MaibornWolff/codecharta/pull/2638)
+ ![xs](https://user-images.githubusercontent.com/48218172/151999974-3b8a7cca-52b2-4757-b3c0-e3b2e36ad237.png) + +### Changed + +- New buttons for selecting attribute types [#2631](https://github.com/MaibornWolff/codecharta/pull/2631) + ![xs](https://user-images.githubusercontent.com/72517530/151762455-07e47bf5-18aa-4721-a60a-6dfee057e1e5.png) +- Migrate context menu with slightly new layout touch to Angular. Migrated version prevents rendering outside of view [#1661](https://github.com/MaibornWolff/codecharta/issues/1661) + +### Fixed 🐞 + +- Remove delay of keeping a building highlight permanently [#2641](https://github.com/MaibornWolff/codecharta/issues/2641) diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 60c5b459ca..e78bff4c20 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-visualization", - "version": "1.88.0", + "version": "1.89.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecharta-visualization", - "version": "1.88.0", + "version": "1.89.0", "license": "BSD-3-Clause", "dependencies": { "@angular/animations": "^12.2.12", diff --git a/visualization/package.json b/visualization/package.json index bbc83524b8..6aa8c88b10 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.88.0", + "version": "1.89.0", "engines": { "node": ">=16" },