Skip to content

Commit a7c52b9

Browse files
chore(release): release 2.0.7
Release type: patch Previous version: 2.0.6 New version: 2.0.7
1 parent 8a2f269 commit a7c52b9

File tree

5 files changed

+13
-25
lines changed

5 files changed

+13
-25
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.6"
2+
"Website": "2.0.7"
33
}

Website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.7] - 2025-10-02
2+
3+
### Bug Fixes
4+
5+
* retry scrolls to ensure unmounted sizes are not estimated ([8a2f269](https://github.com/delegateas/DataModelViewer/commit/8a2f269))
6+
7+
18
## [2.0.6] - 2025-09-28
29

310
### Features

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.6",
3+
"version": "2.0.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

temp_changelog.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
1-
## [2.0.6] - 2025-09-28
2-
3-
### Features
4-
5-
* show spinner for when click relationship or lookup ([5c8ba70](https://github.com/delegateas/DataModelViewer/commit/5c8ba70))
6-
* navigation to processes from metadata ([732235c](https://github.com/delegateas/DataModelViewer/commit/732235c))
7-
* removed new flags on navigation for home and processes ([1ea712c](https://github.com/delegateas/DataModelViewer/commit/1ea712c))
8-
* removed new badge and spin animation for settings ([4666d95](https://github.com/delegateas/DataModelViewer/commit/4666d95))
9-
* removed inconsistent smooth scrolling and added spinner on section loading ([d94ece5](https://github.com/delegateas/DataModelViewer/commit/d94ece5))
1+
## [2.0.7] - 2025-10-02
102

113
### Bug Fixes
124

13-
* dont only show custom M-M, but all if both entities are in the solution. ([a34141e](https://github.com/delegateas/DataModelViewer/commit/a34141e))
14-
* login autocomplete webkit browser styling replaced with MUI colors ([8a768e1](https://github.com/delegateas/DataModelViewer/commit/8a768e1))
15-
* fix default height on homepage and removed ado page error when no page is found ([b6969c7](https://github.com/delegateas/DataModelViewer/commit/b6969c7))
16-
* changed single-select to be radio buttons instead of checkboxes ([c1e352d](https://github.com/delegateas/DataModelViewer/commit/c1e352d))
17-
* removed large logo and used typo instead ([447defb](https://github.com/delegateas/DataModelViewer/commit/447defb))
18-
19-
### Other Changes
20-
21-
* ESLint errors ([05bbc5d](https://github.com/delegateas/DataModelViewer/commit/05bbc5d))
22-
* removed old tab control code. It works if you have the section in view. ([3c67d99](https://github.com/delegateas/DataModelViewer/commit/3c67d99))
23-
* removed next error by checking wiki location first ([f663e65](https://github.com/delegateas/DataModelViewer/commit/f663e65))
24-
* changed alignment of icon and removed large gap between table name and schemaname ([98707d9](https://github.com/delegateas/DataModelViewer/commit/98707d9))
5+
* retry scrolls to ensure unmounted sizes are not estimated ([8a2f269](https://github.com/delegateas/DataModelViewer/commit/8a2f269))
256

267

0 commit comments

Comments
 (0)