Skip to content

Commit

Permalink
Releasing vis-1.129.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Oct 18, 2024
1 parent a9ad6f1 commit f0b1028
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<p align="center">
Latest Release: <br>
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.127.0">1.127.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.129.0">1.129.0</a>
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.127.0">1.127.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.129.1">1.129.1</a>

[comment]: ##################################################################################
[comment]: <Ensure that the words 'latest release' are above the line with the links>
Expand Down
18 changes: 18 additions & 0 deletions gh-pages/_posts/release/2024-10-18-vis_1_129_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
categories:
- Release
- Release-Visualization
tags:
- gh-pages
- release
- visualization

title: Visualization version 1.129.1
---

{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.129.1).
This version brings the following:

### Fixed 🐞

- Fix an issue which caused the web demo files to be incomplete [#3790](https://github.com/MaibornWolff/codecharta/pull/3758)
2 changes: 1 addition & 1 deletion gh-pages/visualization/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

<body>
<cc-code-charta></cc-code-charta>
<script src="runtime.6e68b8c922a41154.js" type="module"></script><script src="polyfills.68ea60099120c372.js" type="module"></script><script src="main.2c27668d7842f1eb.js" type="module"></script></body>
<script src="runtime.6e68b8c922a41154.js" type="module"></script><script src="polyfills.68ea60099120c372.js" type="module"></script><script src="main.a84126decb7682b7.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gh-pages/visualization/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-visualization",
"version": "1.129.0",
"version": "1.129.1",
"engines": {
"node": ">=20"
},
Expand Down
2 changes: 2 additions & 0 deletions visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

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

## [1.129.1] - 2024-10-18

### Fixed 🐞

- Fix an issue which caused the web demo files to be incomplete [#3790](https://github.com/MaibornWolff/codecharta/pull/3758)
Expand Down
4 changes: 2 additions & 2 deletions visualization/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-visualization",
"version": "1.129.0",
"version": "1.129.1",
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit f0b1028

Please sign in to comment.