Skip to content

Commit

Permalink
Deploying to gh-pages from @ a9246a2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 13, 2025
1 parent 9d5ed52 commit 1aaab88
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
19 changes: 19 additions & 0 deletions _posts/release/2025-02-13-vis_1.133.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
categories:
- Release
- Release-Visualization
tags:
- gh-pages
- release
- visualization

title: Visualization version 1.133.1
---

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

### Fixed 🐞

- Fixed changelog not displaying changes [#3925](https://github.com/MaibornWolff/codecharta/pull/3925)
- Fixed camera not updating when metric scenario is applied [#3920](https://github.com/MaibornWolff/codecharta/pull/3920)
2 changes: 1 addition & 1 deletion 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.20cbc7d19c78eb7a.js" type="module"></script><script src="polyfills.e5f920f87e8a16c9.js" type="module"></script><script src="main.c7de1dcef36fb0fb.js" type="module"></script></body>
<script src="runtime.20cbc7d19c78eb7a.js" type="module"></script><script src="polyfills.e5f920f87e8a16c9.js" type="module"></script><script src="main.82ecd7472f3dc592.js" type="module"></script></body>
</html>
1 change: 1 addition & 0 deletions visualization/app/main.82ecd7472f3dc592.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion 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.133.0",
"version": "1.131.2",
"engines": {
"node": ">=20"
},
Expand Down Expand Up @@ -49,6 +49,7 @@
"e2e:ci": "npm run e2e -- --runInBand",
"package": "node script/appMain.js",
"package:local": "npm run package -- --local",
"package:zip": "node script/package-zips.js",
"schema:generate": "typescript-json-schema ./app/codeCharta/codeCharta.model.ts ExportCCFile --required --topRef --out app/codeCharta/util/generatedSchema.json"
},
"lint-staged": {
Expand Down

0 comments on commit 1aaab88

Please sign in to comment.