Skip to content

Commit

Permalink
Merge branch 'main' into lmendoza/9607-qa-zooming-and-scaling-must-no…
Browse files Browse the repository at this point in the history
…t-be-disabled
  • Loading branch information
amontenegro authored Jan 29, 2025
2 parents 26d84b9 + 5b559ac commit 4a4817b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.110.5 - 2025-01-29

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.110.4...v2.110.5)

- [#2457](https://github.com/ORCID/orcid-angular/pull/2457): 9591-empty-record-message-heading

## v2.110.4 - 2025-01-28

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.110.3...v2.110.4)

- [#2456](https://github.com/ORCID/orcid-angular/pull/2456): revert-UpdateGoogleKeys

## v2.110.3 - 2025-01-28

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.110.2...v2.110.3)
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.qa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment = {
INFO_SITE: 'https://info.qa.orcid.org/',
GOOGLE_ANALYTICS_TESTING_MODE: true,
GOOGLE_TAG_MANAGER: 'GTM-TRLHLRZ',
GOOGLE_RECAPTCHA: '6LfWgrYqAAAAAHDYK0JwyHdN7_YZtG6s7Mr3L8r2',
GOOGLE_RECAPTCHA: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
ZENDESK: 'b8313acd-6439-4894-b431-8c5a2ae9e7cb',
HELP_HERO_ID: 'oYFQMrzFHA',
SHOW_TEST_WARNING_BANNER: true,
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment = {
INFO_SITE: 'https://info.qa.orcid.org/',
GOOGLE_ANALYTICS_TESTING_MODE: false,
GOOGLE_TAG_MANAGER: 'GTM-M9Z7DHS',
GOOGLE_RECAPTCHA: '6LfHobYqAAAAAGeg4J4gOor0SUzIeAHPeIyBeMNK',
GOOGLE_RECAPTCHA: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
HELP_HERO_ID: 'oYFQMrzFHA',
ZENDESK: null,
SHOW_TEST_WARNING_BANNER: true,
Expand Down

0 comments on commit 4a4817b

Please sign in to comment.