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 2770e58ce..7fd3bb20e 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.2](https://github.com/rx-angular/rx-angular/compare/template@19.1.1...template@19.1.2) (2024-12-28) + + +### Bug Fixes + +* **template:** update peerDependency to cdk ([5528b68](https://github.com/rx-angular/rx-angular/commit/5528b689688de828cccb30418af3a55ac24fcaf3)) + + + ## [19.1.1](https://github.com/rx-angular/rx-angular/compare/template@19.1.0...template@19.1.1) (2024-12-24) diff --git a/libs/template/package.json b/libs/template/package.json index e12bde073..106460f28 100644 --- a/libs/template/package.json +++ b/libs/template/package.json @@ -1,6 +1,6 @@ { "name": "@rx-angular/template", - "version": "19.1.1", + "version": "19.1.2", "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/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