From 9a039cba0f741eba06afd6957733bfbcd3ae6d0d Mon Sep 17 00:00:00 2001 From: u237004 Date: Thu, 25 Jul 2024 09:56:56 +0200 Subject: [PATCH] chore(release): 18.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094c7cd43a..41b88b87e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [18.2.0](https://github.com/sbb-design-systems/sbb-angular/compare/18.2.0-rc.0...18.2.0) (2024-07-25) + +### Features + +All components were refactored to support [zoneless change detection](https://angular.dev/guide/experimental/zoneless) +that was introduced in Angular 18. + ## [18.2.0-rc.0](https://github.com/sbb-design-systems/sbb-angular/compare/18.1.3...18.2.0-rc.0) (2024-07-24) diff --git a/package.json b/package.json index bc2e979123..151239ee66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sbb-angular", - "version": "18.2.0-rc.0", + "version": "18.2.0", "private": true, "engines": { "node": "^18.19.1 || >=20.11.1",