File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to the @jax-data-science/api-clients library will be documen
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments