From 5763c48242021d27b72d3685d7dcc4c0ef3232dd Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Mon, 14 Jul 2025 23:45:30 +0200 Subject: [PATCH 1/2] release(template): 20.0.0 --- libs/template/CHANGELOG.md | 14 ++++++++++++++ libs/template/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/libs/template/CHANGELOG.md b/libs/template/CHANGELOG.md index 86e59ae77..3f7d639cd 100644 --- a/libs/template/CHANGELOG.md +++ b/libs/template/CHANGELOG.md @@ -2,6 +2,20 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [20.0.0](https://github.com/rx-angular/rx-angular/compare/template@19.2.2...template@20.0.0) (2025-07-14) + + +### Features + +* **template:** bump peerDependency to @angular/core ^20 ([7b6e1be](https://github.com/rx-angular/rx-angular/commit/7b6e1be76a1656c77f1c7e63a0fa0ee334606268)) + + +### BREAKING CHANGES + +* **template:** bump ng to version 20 + + + ## [19.2.2](https://github.com/rx-angular/rx-angular/compare/template@19.2.1...template@19.2.2) (2025-05-15) diff --git a/libs/template/package.json b/libs/template/package.json index ff080dd60..881c54c78 100644 --- a/libs/template/package.json +++ b/libs/template/package.json @@ -1,6 +1,6 @@ { "name": "@rx-angular/template", - "version": "19.2.2", + "version": "20.0.0", "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" From 1385c9a0ba2a5aebc76879acdf692006cc71f2ae Mon Sep 17 00:00:00 2001 From: Julian Jandl Date: Mon, 14 Jul 2025 23:46:12 +0200 Subject: [PATCH 2/2] release(state): 20.0.0 --- libs/state/CHANGELOG.md | 14 ++++++++++++++ libs/state/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/libs/state/CHANGELOG.md b/libs/state/CHANGELOG.md index 7834bedf7..5b3b9e2df 100644 --- a/libs/state/CHANGELOG.md +++ b/libs/state/CHANGELOG.md @@ -2,6 +2,20 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [20.0.0](https://github.com/rx-angular/rx-angular/compare/state@19.0.3...state@20.0.0) (2025-07-14) + + +### Features + +* **state:** bump peerDependency to @angular/core ^20 ([c675292](https://github.com/rx-angular/rx-angular/commit/c6752920d7d61b57b53fc3def36f2c013eb92a20)) + + +### BREAKING CHANGES + +* **state:** bump ng to version 20 + + + ## [19.0.3](https://github.com/rx-angular/rx-angular/compare/state@19.0.2...state@19.0.3) (2025-01-28) diff --git a/libs/state/package.json b/libs/state/package.json index 2562c9451..97b4271b2 100644 --- a/libs/state/package.json +++ b/libs/state/package.json @@ -1,6 +1,6 @@ { "name": "@rx-angular/state", - "version": "19.0.3", + "version": "20.0.0", "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"