Skip to content

Commit

Permalink
Revert "Revert "Releasing vis-1.131.2""
Browse files Browse the repository at this point in the history
This reverts commit 0b9b552.
  • Loading branch information
phanlezz committed Dec 4, 2024
1 parent 0b9b552 commit 643d6e8
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

[comment]: ##################################################################################
[comment]: <Ensure that the words 'latest release' are above the line with the links>
Expand Down
19 changes: 19 additions & 0 deletions gh-pages/_posts/release/2024-12-04-vis_1_131_2.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.131.2
---

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

### Fixed 🐞

- Fix Custom View menu not working due to missing its provider [#3842](https://github.com/MaibornWolff/codecharta/pull/3842)

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.20cbc7d19c78eb7a.js" type="module"></script><script src="polyfills.e5f920f87e8a16c9.js" type="module"></script><script src="main.2452d45e7288122a.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: 0 additions & 1 deletion gh-pages/visualization/app/main.2452d45e7288122a.js

This file was deleted.

1 change: 1 addition & 0 deletions gh-pages/visualization/app/main.82ecd7472f3dc592.js

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.131.1",
"version": "1.131.2",
"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.131.2] - 2024-12-04

### Fixed 🐞

- Fix Custom View menu not working due to missing its provider [#3842](https://github.com/MaibornWolff/codecharta/pull/3842)
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.

8 changes: 6 additions & 2 deletions 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.131.1",
"version": "1.131.2",
"engines": {
"node": ">=20"
},
Expand All @@ -30,7 +30,11 @@
"apiVersion": "1.3"
},
"main": "main.js",
"browserslist": ["last 2 chrome version", "last 2 firefox version", "last 2 safari version"],
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
],
"scripts": {
"start": "electron dist/webpack",
"build": "ng build && cp electron/* package.json dist/webpack",
Expand Down

0 comments on commit 643d6e8

Please sign in to comment.