Skip to content

Commit ca7bec8

Browse files
committed
Releasing vis-1.134.0
1 parent 384dc4a commit ca7bec8

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<p>
77
Latest Release: <br>
8-
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.131.0">1.131.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.133.1">1.133.1</a>
8+
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.131.0">1.131.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.134.0">1.134.0</a>
99

1010
[comment]: ##################################################################################
1111
[comment]: <Ensure that the words 'latest release' are above the line with the links>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
categories:
3+
- Release
4+
- Release-Visualization
5+
tags:
6+
- gh-pages
7+
- release
8+
- visualization
9+
10+
title: Visualization version 1.134.0
11+
---
12+
13+
{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.134.0).
14+
This version brings the following:
15+
16+
### Fixed 🐞
17+
18+
- Fix resetting colors in color metrics [#3943](https://github.com/MaibornWolff/codecharta/pull/3943)

visualization/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
77

88
## [unreleased] (Added 🚀 | Changed | Removed | Fixed 🐞 | Chore 👨‍💻 👩‍💻)
99

10+
## [1.134.0] - 2025-02-19
11+
1012
### Fixed 🐞
1113

1214
- Fix resetting colors in color metrics [#3943](https://github.com/MaibornWolff/codecharta/pull/3943)

visualization/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

visualization/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/MaibornWolff/codecharta.git"
1111
},
1212
"name": "codecharta-visualization",
13-
"version": "1.133.1",
13+
"version": "1.134.0",
1414
"engines": {
1515
"node": ">=20"
1616
},

0 commit comments

Comments
 (0)