Skip to content

Commit

Permalink
Releasing vis-1.127.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Aug 12, 2024
1 parent fac0946 commit 84609e9
Show file tree
Hide file tree
Showing 8 changed files with 26 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.126.0">1.126.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.127.0">1.127.0</a>
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.126.0">1.126.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.127.1">1.127.1</a>

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

title: Visualization version 1.127.1
---

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

### Fixed 🐞

- Revert [#3655](https://github.com/MaibornWolff/codecharta/pull/3665) as we implement new navigation methods
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.dfc9d9fad8fea6e6.js" type="module"></script><script src="polyfills.68ea60099120c372.js" type="module"></script><script src="main.c03acadcab873233.js" type="module"></script></body>
<script src="runtime.dfc9d9fad8fea6e6.js" type="module"></script><script src="polyfills.68ea60099120c372.js" type="module"></script><script src="main.7b6cd3c9e4173556.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.127.0",
"version": "1.127.1",
"engines": {
"node": ">=18"
},
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.127.1] - 2024-08-12

### Fixed 🐞

- Revert [#3655](https://github.com/MaibornWolff/codecharta/pull/3665) as we implement new navigation methods
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.127.0",
"version": "1.127.1",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 84609e9

Please sign in to comment.