Skip to content

Commit 2186c61

Browse files
chore(release): release 2.1.0
Release type: minor Previous version: 2.0.7 New version: 2.1.0
1 parent 0836827 commit 2186c61

File tree

5 files changed

+43
-6
lines changed

5 files changed

+43
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"Website": "2.0.7"
2+
"Website": "2.1.0"
33
}

Website/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [2.1.0] - 2025-10-04
2+
3+
### Features
4+
5+
* Merge pull request #66 from delegateas/features/insights-page ([0836827](https://github.com/delegateas/DataModelViewer/commit/0836827))
6+
* insights overview page with alerts, and highlight numbers ([33b5cf7](https://github.com/delegateas/DataModelViewer/commit/33b5cf7))
7+
* News post for insights page ([e69bb0f](https://github.com/delegateas/DataModelViewer/commit/e69bb0f))
8+
* Chord diagram to show solution relations ([1914be8](https://github.com/delegateas/DataModelViewer/commit/1914be8))
9+
* frontend preperations for solutions ([8251d81](https://github.com/delegateas/DataModelViewer/commit/8251d81))
10+
11+
### Bug Fixes
12+
13+
* builderror ([9b4afaa](https://github.com/delegateas/DataModelViewer/commit/9b4afaa))
14+
* removed horz scroll overflow on the list component ([0b3289f](https://github.com/delegateas/DataModelViewer/commit/0b3289f))
15+
* security improvement. Redirect to login for ended sessions for all routes ([d353ac8](https://github.com/delegateas/DataModelViewer/commit/d353ac8))
16+
17+
### Other Changes
18+
19+
* description change on solution insight ([968c795](https://github.com/delegateas/DataModelViewer/commit/968c795))
20+
* ESLint fixes and touchups ([b3d9d14](https://github.com/delegateas/DataModelViewer/commit/b3d9d14))
21+
22+
123
## [2.0.7] - 2025-10-02
224

325
### Bug Fixes

Website/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "2.0.7",
3+
"version": "2.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

temp_changelog.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1-
## [2.0.7] - 2025-10-02
1+
## [2.1.0] - 2025-10-04
2+
3+
### Features
4+
5+
* Merge pull request #66 from delegateas/features/insights-page ([0836827](https://github.com/delegateas/DataModelViewer/commit/0836827))
6+
* insights overview page with alerts, and highlight numbers ([33b5cf7](https://github.com/delegateas/DataModelViewer/commit/33b5cf7))
7+
* News post for insights page ([e69bb0f](https://github.com/delegateas/DataModelViewer/commit/e69bb0f))
8+
* Chord diagram to show solution relations ([1914be8](https://github.com/delegateas/DataModelViewer/commit/1914be8))
9+
* frontend preperations for solutions ([8251d81](https://github.com/delegateas/DataModelViewer/commit/8251d81))
210

311
### Bug Fixes
412

5-
* retry scrolls to ensure unmounted sizes are not estimated ([8a2f269](https://github.com/delegateas/DataModelViewer/commit/8a2f269))
13+
* builderror ([9b4afaa](https://github.com/delegateas/DataModelViewer/commit/9b4afaa))
14+
* removed horz scroll overflow on the list component ([0b3289f](https://github.com/delegateas/DataModelViewer/commit/0b3289f))
15+
* security improvement. Redirect to login for ended sessions for all routes ([d353ac8](https://github.com/delegateas/DataModelViewer/commit/d353ac8))
16+
17+
### Other Changes
18+
19+
* description change on solution insight ([968c795](https://github.com/delegateas/DataModelViewer/commit/968c795))
20+
* ESLint fixes and touchups ([b3d9d14](https://github.com/delegateas/DataModelViewer/commit/b3d9d14))
621

722

0 commit comments

Comments
 (0)