Skip to content

Commit bd12169

Browse files
committed
release(template): 19.2.0
1 parent 0ea2a24 commit bd12169

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

libs/template/CHANGELOG.md

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

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

5+
# [19.2.0](https://github.com/rx-angular/rx-angular/compare/template@19.1.2...template@19.2.0) (2025-01-09)
6+
7+
8+
### Bug Fixes
9+
10+
* properly include files in tsconfig ([7d26e82](https://github.com/rx-angular/rx-angular/commit/7d26e8200b0e11449e2f1273893c2644eee506da))
11+
12+
13+
### Features
14+
15+
* **template:** implement new reconciliation algorithm ([01c770a](https://github.com/rx-angular/rx-angular/commit/01c770a4f87a9add6b5d2fab0b054ea982ff6599))
16+
17+
18+
519
## [19.1.2](https://github.com/rx-angular/rx-angular/compare/template@19.1.1...template@19.1.2) (2024-12-28)
620

721

libs/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rx-angular/template",
3-
"version": "19.1.2",
3+
"version": "19.2.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"

0 commit comments

Comments
 (0)