Skip to content

Commit 6ba2695

Browse files
authored
Merge branch 'main' into lmendoza/PD-3855
2 parents d5d9b69 + 05fb9f1 commit 6ba2695

18 files changed

Lines changed: 751 additions & 834 deletions

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v2.129.5 - 2026-02-10
2+
3+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.129.4...v2.129.5)
4+
5+
- [#2741](https://github.com/ORCID/orcid-angular/pull/2741): ${PD-4790} revert pr #2737
6+
7+
## v2.129.4 - 2026-02-10
8+
9+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.129.3...v2.129.4)
10+
11+
## v2.129.3 - 2026-02-10
12+
13+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.129.2...v2.129.3)
14+
115
## v2.129.2 - 2026-02-04
216

317
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.129.1...v2.129.2)

projects/orcid-ui/src/lib/components/record-header/record-header.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
align-items: center;
199199
justify-content: flex-end;
200200
height: 36px; // Match title height
201-
margin-left: 16px; // Add spacing between title and actions
201+
margin-left: 32px; // Add spacing between title and actions
202202
grid-column: 3;
203203
}
204204

src/app/account-settings/account-settings.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { SettingsSharingComponent } from './components/settings-sharing/settings
4646
import { SettingsComponent } from './components/settings/settings.component'
4747
import { AccountSettingsComponent } from './pages/account-settings/account-settings.component'
4848
import { MatDialogModule } from '@angular/material/dialog'
49-
import { AlertMessageComponent, TwoFactorAuthFormComponent } from '@orcid/ui'
49+
import { AlertMessageComponent } from '@orcid/ui'
5050
import { ConfirmDeactivateAccountComponent } from './pages/confirm-deactivate-account/confirm-deactivate-account.component'
5151

5252
@NgModule({
@@ -102,7 +102,6 @@ import { ConfirmDeactivateAccountComponent } from './pages/confirm-deactivate-ac
102102
AccountPanelModule,
103103
TopBarMyPublicRecordPreviewModule,
104104
AlertMessageComponent,
105-
TwoFactorAuthFormComponent,
106105
],
107106
providers: [VerificationEmailModalService],
108107
})

0 commit comments

Comments
 (0)