From 9817f4b8d9817bc98c45f5329a5a4b00f3b51633 Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Tue, 24 Dec 2024 14:23:06 +0100 Subject: [PATCH 1/2] fix(template): expose virtual-view config tokens --- libs/template/virtual-view/src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/template/virtual-view/src/index.ts b/libs/template/virtual-view/src/index.ts index 11bfc12b9..047474b5c 100644 --- a/libs/template/virtual-view/src/index.ts +++ b/libs/template/virtual-view/src/index.ts @@ -1,3 +1,7 @@ +export { + provideVirtualViewConfig, + RxVirtualViewConfig, +} from './lib/virtual-view.config'; export { RxVirtualView } from './lib/virtual-view.directive'; export { RxVirtualViewContent } from './lib/virtual-view-content.directive'; export { RxVirtualViewObserver } from './lib/virtual-view-observer.directive'; From 23572f1fcbbbf0f3c0d20725598b7d93f23b0b2c Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Tue, 24 Dec 2024 14:30:32 +0100 Subject: [PATCH 2/2] release(template): 19.1.1 --- libs/template/CHANGELOG.md | 9 +++++++++ libs/template/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libs/template/CHANGELOG.md b/libs/template/CHANGELOG.md index 13065c508..2770e58ce 100644 --- a/libs/template/CHANGELOG.md +++ b/libs/template/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [19.1.1](https://github.com/rx-angular/rx-angular/compare/template@19.1.0...template@19.1.1) (2024-12-24) + + +### Bug Fixes + +* **template:** expose virtual-view config tokens ([9817f4b](https://github.com/rx-angular/rx-angular/commit/9817f4b8d9817bc98c45f5329a5a4b00f3b51633)) + + + # [19.1.0](https://github.com/rx-angular/rx-angular/compare/template@19.0.0...template@19.1.0) (2024-12-23) diff --git a/libs/template/package.json b/libs/template/package.json index 3fa4c2c31..e12bde073 100644 --- a/libs/template/package.json +++ b/libs/template/package.json @@ -1,6 +1,6 @@ { "name": "@rx-angular/template", - "version": "19.1.0", + "version": "19.1.1", "description": "**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.", "publishConfig": { "access": "public"