Skip to content

Commit c2d8db4

Browse files
authored
Merge branch 'main' into angel-leo-peer/PD-5670
2 parents 06f3ebe + 7e906f2 commit c2d8db4

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.135.5 - 2026-06-12
2+
3+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.135.4...v2.135.5)
4+
5+
- [#2850](https://github.com/ORCID/orcid-angular/pull/2850): PD-5670
6+
17
## v2.135.4 - 2026-06-12
28

39
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.135.3...v2.135.4)

angular.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,12 @@
117117
{
118118
"glob": "**/*",
119119
"input": "src/assets/",
120-
"ignore": ["fonts/**/*", "**/*.scss", "**/*.spec.ts", "print-view/**"],
120+
"ignore": [
121+
"fonts/**/*",
122+
"**/*.scss",
123+
"**/*.spec.ts",
124+
"print-view/**"
125+
],
121126
"output": "/assets/"
122127
},
123128
{

0 commit comments

Comments
 (0)