From 5528b689688de828cccb30418af3a55ac24fcaf3 Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Fri, 27 Dec 2024 14:41:56 +0100 Subject: [PATCH 1/5] fix(template): update peerDependency to cdk --- libs/template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/template/package.json b/libs/template/package.json index e12bde073..3e38ddec0 100644 --- a/libs/template/package.json +++ b/libs/template/package.json @@ -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": { From 715edade00b12f2df12221ab717d9099373668ca Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Fri, 27 Dec 2024 14:42:03 +0100 Subject: [PATCH 2/5] fix(state): update peerDependency to cdk --- libs/state/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/state/package.json b/libs/state/package.json index a292fe8ad..6bdf5d54d 100644 --- a/libs/state/package.json +++ b/libs/state/package.json @@ -43,6 +43,7 @@ }, "peerDependencies": { "@angular/core": "^19.0.0", + "@rx-angular/cdk": "^19.0.1", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { From 1f6f942d39bb0e52022b59ad6b1ddde8d46cf181 Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Fri, 27 Dec 2024 14:44:39 +0100 Subject: [PATCH 3/5] chore: update yarn.lock --- yarn.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 6c56c0ae1594e324c70f2b6b2ab91b464f5dc2f9 Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Sat, 28 Dec 2024 20:06:26 +0100 Subject: [PATCH 4/5] release(state): 19.0.2 --- libs/state/CHANGELOG.md | 9 +++++++++ libs/state/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 6bdf5d54d..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" From 42ca7d1ac24b073c39570c975372a57e9b24fd0c Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Sat, 28 Dec 2024 20:06:56 +0100 Subject: [PATCH 5/5] release(template): 19.1.2 --- 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 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 3e38ddec0..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"