Skip to content

Commit

Permalink
Releasing vis-1.131.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Nov 28, 2024
1 parent 2fdc6c6 commit 4bcd91f
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 7 deletions.
19 changes: 19 additions & 0 deletions gh-pages/_posts/release/2024-11-28-vis_1_131_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.131.1
---

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

### Fixed 🐞

- Set default scroll behaviour to zoom to cursor.

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.8daa68eb4e4530fd.js" type="module"></script></body>
<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>
</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.131.0",
"version": "1.131.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.131.1] - 2024-11-28

### Fixed 🐞

- Set default scroll behaviour to zoom to cursor.
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.0",
"version": "1.131.1",
"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 4bcd91f

Please sign in to comment.