Skip to content

Commit 3490f33

Browse files
committed
release(template): 20.1.0
1 parent 392b3c8 commit 3490f33

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

libs/template/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [20.1.0](https://github.com/rx-angular/rx-angular/compare/template@20.0.0...template@20.1.0) (2025-11-12)
6+
7+
8+
### Features
9+
10+
* **template:** make virtual views not set a height by default ([bf7fa14](https://github.com/rx-angular/rx-angular/commit/bf7fa145b9a338e84ba5cde7d2e5807af3bc15c7))
11+
* upgrade nx & ng dependencies ([2e48488](https://github.com/rx-angular/rx-angular/commit/2e4848804bb6efbe1ce53f061e4b2c57df161bed))
12+
13+
14+
515
# [20.0.0](https://github.com/rx-angular/rx-angular/compare/template@19.2.2...template@20.0.0) (2025-07-14)
616

717

libs/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rx-angular/template",
3-
"version": "20.0.0",
3+
"version": "20.1.0",
44
"description": "**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.",
55
"publishConfig": {
66
"access": "public"
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@angular/core": "^20.0.0",
47-
"@rx-angular/cdk": "^20.0.0",
47+
"@rx-angular/cdk": "^20.1.0",
4848
"rxjs": "^6.5.3 || ^7.4.0"
4949
},
5050
"dependencies": {

0 commit comments

Comments
 (0)