diff --git a/libs/cdk/CHANGELOG.md b/libs/cdk/CHANGELOG.md index c5a301eee..bbd03c3f5 100644 --- a/libs/cdk/CHANGELOG.md +++ b/libs/cdk/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [19.0.1](https://github.com/rx-angular/rx-angular/compare/cdk@19.0.0...cdk@19.0.1) (2024-12-23) + + +### Bug Fixes + +* replace toObservableMicrotask private API with proper solution ([339b2e3](https://github.com/rx-angular/rx-angular/commit/339b2e3e69e2ed49d368f33c45fa0bdaac8820f4)) + + + # [19.0.0](https://github.com/rx-angular/rx-angular/compare/cdk@18.0.0...cdk@19.0.0) (2024-12-05) diff --git a/libs/cdk/package.json b/libs/cdk/package.json index c8c33f973..11171abbb 100644 --- a/libs/cdk/package.json +++ b/libs/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@rx-angular/cdk", - "version": "19.0.0", + "version": "19.0.1", "description": "@rx-angular/cdk is a Component Development Kit for ergonomic and highly performant angular applications. It helps to to build Large scale applications, UI libs, state management, rendering systems and much more. Furthermore the unique way of mixing reactive as well as imperative code leads to best DX and speed.", "publishConfig": { "access": "public" diff --git a/libs/state/CHANGELOG.md b/libs/state/CHANGELOG.md index 9f2516823..7c8a214af 100644 --- a/libs/state/CHANGELOG.md +++ b/libs/state/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [19.0.2](https://github.com/rx-angular/rx-angular/compare/state@19.0.1...state@19.0.2) (2024-12-28) + + +### Bug Fixes + +* **state:** update peerDependency to cdk ([715edad](https://github.com/rx-angular/rx-angular/commit/715edade00b12f2df12221ab717d9099373668ca)) + + + ## [19.0.1](https://github.com/rx-angular/rx-angular/compare/state@19.0.0...state@19.0.1) (2024-12-23) diff --git a/libs/state/package.json b/libs/state/package.json index a292fe8ad..1d9a30570 100644 --- a/libs/state/package.json +++ b/libs/state/package.json @@ -1,6 +1,6 @@ { "name": "@rx-angular/state", - "version": "19.0.1", + "version": "19.0.2", "description": "@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular", "publishConfig": { "access": "public" @@ -43,6 +43,7 @@ }, "peerDependencies": { "@angular/core": "^19.0.0", + "@rx-angular/cdk": "^19.0.1", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { diff --git a/libs/template/CHANGELOG.md b/libs/template/CHANGELOG.md index 348b075ca..2770e58ce 100644 --- a/libs/template/CHANGELOG.md +++ b/libs/template/CHANGELOG.md @@ -2,6 +2,28 @@ 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) + + +### Bug Fixes + +* replace toObservableMicrotask private API with proper solution ([339b2e3](https://github.com/rx-angular/rx-angular/commit/339b2e3e69e2ed49d368f33c45fa0bdaac8820f4)) + + +### Features + +* **template:** introduce virtual-view subpackage ([0bfa4fe9](https://github.com/rx-angular/rx-angular/commit/0bfa4fe9b2e395d0df7a534f8277e37134f2d5ff)) + + # [19.0.0](https://github.com/rx-angular/rx-angular/compare/template@18.0.3...template@19.0.0) (2024-12-05) diff --git a/libs/template/package.json b/libs/template/package.json index 705274c66..3e38ddec0 100644 --- a/libs/template/package.json +++ b/libs/template/package.json @@ -1,6 +1,6 @@ { "name": "@rx-angular/template", - "version": "19.0.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" @@ -44,7 +44,7 @@ }, "peerDependencies": { "@angular/core": "^19.0.0", - "@rx-angular/cdk": "^19.0.0", + "@rx-angular/cdk": "^19.0.1", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { 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'; diff --git a/yarn.lock b/yarn.lock index 705680a61..f3d82cbf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9455,6 +9455,7 @@ __metadata: tslib: "npm:^2.4.1" peerDependencies: "@angular/core": ^19.0.0 + "@rx-angular/cdk": ^19.0.1 rxjs: ^6.5.3 || ^7.4.0 languageName: unknown linkType: soft @@ -9467,7 +9468,7 @@ __metadata: tslib: "npm:^2.4.1" peerDependencies: "@angular/core": ^19.0.0 - "@rx-angular/cdk": ^19.0.0 + "@rx-angular/cdk": ^19.0.1 rxjs: ^6.5.3 || ^7.4.0 languageName: unknown linkType: soft