Skip to content

Commit 07347c7

Browse files
chore(release): release 2.2.5
Release type: patch Previous version: 2.2.4 New version: 2.2.5
1 parent 91831d3 commit 07347c7

5 files changed

Lines changed: 51 additions & 11 deletions

File tree

.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.2.4"
2+
"Website": "2.2.5"
33
}

Website/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [2.2.5] - 2025-11-15
2+
3+
### Features
4+
5+
* Merge pull request #74 from delegateas/features/analyzer-work ([91831d3](https://github.com/delegateas/DataModelViewer/commit/91831d3))
6+
* plot for publishers on the insights page ([f7e36b3](https://github.com/delegateas/DataModelViewer/commit/f7e36b3))
7+
* .NET 10 C# script to read Delegate XrmFramework and XrmBedrock webresource folder structures and analyse more consistently for correct entity schemanames. Enforcment of this new method by deprecation of old method. ([90d0baa](https://github.com/delegateas/DataModelViewer/commit/90d0baa))
8+
* support multiple publishers ([bce76ae](https://github.com/delegateas/DataModelViewer/commit/bce76ae))
9+
* Power Automate analyzer recreation, from Thyge's ExpressionEngine and PA MockUp repos. ([b91c6ec](https://github.com/delegateas/DataModelViewer/commit/b91c6ec))
10+
11+
### Bug Fixes
12+
13+
* moved .NET 10 script to sharedporject to not bug out the entire repo :D ([a969a3b](https://github.com/delegateas/DataModelViewer/commit/a969a3b))
14+
* multiline and xrmquery initial linebreak fixes in regex ([7e97da9](https://github.com/delegateas/DataModelViewer/commit/7e97da9))
15+
* include solutions that just contain flows. ([885132f](https://github.com/delegateas/DataModelViewer/commit/885132f))
16+
17+
### Code Refactoring
18+
19+
* minor refactor of analyzers. ([c7762ea](https://github.com/delegateas/DataModelViewer/commit/c7762ea))
20+
* moved pipelines into Setup Folder to cleanup root git directory ([6302dc0](https://github.com/delegateas/DataModelViewer/commit/6302dc0))
21+
22+
### Other Changes
23+
24+
* fixing tests just 1 left to fix ([f90da97](https://github.com/delegateas/DataModelViewer/commit/f90da97))
25+
* old console job instead of .NET 10 script (serviceclient not yet supported) ([0bbb56c](https://github.com/delegateas/DataModelViewer/commit/0bbb56c))
26+
* gitignore update ([aa373da](https://github.com/delegateas/DataModelViewer/commit/aa373da))
27+
* initial tests for Generator ([2db1b20](https://github.com/delegateas/DataModelViewer/commit/2db1b20))
28+
* gitignore update ([166eb45](https://github.com/delegateas/DataModelViewer/commit/166eb45))
29+
30+
131
## [2.2.4] - 2025-11-10
232

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

temp_changelog.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
1-
## [2.2.4] - 2025-11-10
1+
## [2.2.5] - 2025-11-15
22

33
### Features
44

5-
* Added fallback to schema name if there are no labels available ([c2cee2d](https://github.com/delegateas/DataModelViewer/commit/c2cee2d))
5+
* Merge pull request #74 from delegateas/features/analyzer-work ([91831d3](https://github.com/delegateas/DataModelViewer/commit/91831d3))
6+
* plot for publishers on the insights page ([f7e36b3](https://github.com/delegateas/DataModelViewer/commit/f7e36b3))
7+
* .NET 10 C# script to read Delegate XrmFramework and XrmBedrock webresource folder structures and analyse more consistently for correct entity schemanames. Enforcment of this new method by deprecation of old method. ([90d0baa](https://github.com/delegateas/DataModelViewer/commit/90d0baa))
8+
* support multiple publishers ([bce76ae](https://github.com/delegateas/DataModelViewer/commit/bce76ae))
9+
* Power Automate analyzer recreation, from Thyge's ExpressionEngine and PA MockUp repos. ([b91c6ec](https://github.com/delegateas/DataModelViewer/commit/b91c6ec))
610

711
### Bug Fixes
812

9-
* close api endpoints other than login and version ([ebc5f0e](https://github.com/delegateas/DataModelViewer/commit/ebc5f0e))
13+
* moved .NET 10 script to sharedporject to not bug out the entire repo :D ([a969a3b](https://github.com/delegateas/DataModelViewer/commit/a969a3b))
14+
* multiline and xrmquery initial linebreak fixes in regex ([7e97da9](https://github.com/delegateas/DataModelViewer/commit/7e97da9))
15+
* include solutions that just contain flows. ([885132f](https://github.com/delegateas/DataModelViewer/commit/885132f))
1016

11-
### UI/UX Improvements
17+
### Code Refactoring
1218

13-
* some styling guidelines ([172fe02](https://github.com/delegateas/DataModelViewer/commit/172fe02))
19+
* minor refactor of analyzers. ([c7762ea](https://github.com/delegateas/DataModelViewer/commit/c7762ea))
20+
* moved pipelines into Setup Folder to cleanup root git directory ([6302dc0](https://github.com/delegateas/DataModelViewer/commit/6302dc0))
1421

1522
### Other Changes
1623

17-
* small hook ([9309426](https://github.com/delegateas/DataModelViewer/commit/9309426))
18-
* claude: initial .md files and settings files ([91acbc0](https://github.com/delegateas/DataModelViewer/commit/91acbc0))
24+
* fixing tests just 1 left to fix ([f90da97](https://github.com/delegateas/DataModelViewer/commit/f90da97))
25+
* old console job instead of .NET 10 script (serviceclient not yet supported) ([0bbb56c](https://github.com/delegateas/DataModelViewer/commit/0bbb56c))
26+
* gitignore update ([aa373da](https://github.com/delegateas/DataModelViewer/commit/aa373da))
27+
* initial tests for Generator ([2db1b20](https://github.com/delegateas/DataModelViewer/commit/2db1b20))
28+
* gitignore update ([166eb45](https://github.com/delegateas/DataModelViewer/commit/166eb45))
1929

2030

0 commit comments

Comments
 (0)