Skip to content

Commit 03f194e

Browse files
authored
Merge pull request #54 from TheJacksonLaboratory/IS-484-release-migration-to-angular20-and-primeng20
chore: release api-clients@0.1.0-a.0
2 parents b7d456e + 2c5782e commit 03f194e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444

4545
- name: Publish packages
46-
run: pnpm nx release publish --projects=themes,components
46+
run: pnpm nx release publish --projects=api-clients
4747
shell: bash
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

libs/api-clients/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the @jax-data-science/api-clients library will be documen
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.0-a.0] - 2026-03-12
9+
10+
### Changed
11+
- Updated peer dependency from Angular 19 to Angular 20
12+
- Migrated all `*ngIf` usages to the new built-in `@if` control flow syntax
13+
- Migrated all `*ngFor` usages to the new built-in `@for` control flow syntax
14+
- Removed `CommonModule` imports where they were only needed for `NgIf` and `NgFor` directives
15+
16+
---
17+
818
## [0.0.2-0] - 2025-12-30
919

1020
### Changed

libs/api-clients/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jax-data-science/api-clients",
3-
"version": "0.0.2-0",
3+
"version": "0.1.0-a.0",
44
"peerDependencies": {
55
"@angular/common": "^20.3.0",
66
"@angular/core": "^20.3.0",

0 commit comments

Comments
 (0)