From a388cddac869b95bfa4d2ad85c7a24916472d71f Mon Sep 17 00:00:00 2001 From: u237004 Date: Mon, 13 Nov 2023 17:08:55 +0100 Subject: [PATCH] chore(release): 17.0.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aacab9d29..69c13444a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [17.0.0](https://github.com/sbb-design-systems/sbb-angular/compare/17.0.0-rc.0...17.0.0) (2023-11-13) + + +### Bug Fixes + +* **deps:** update angular to v17.0.2 ([9ee3d86](https://github.com/sbb-design-systems/sbb-angular/commit/9ee3d86aecf1d629d5bba05f2d62070afefa1bc7)) +* **multiple:** change dark mode background to midnight and fix some styles ([#2081](https://github.com/sbb-design-systems/sbb-angular/issues/2081)) ([21b5a31](https://github.com/sbb-design-systems/sbb-angular/commit/21b5a31308c4a4e4c2a6079d302e3e6786219f21)) + ## [17.0.0-rc.0](https://github.com/sbb-design-systems/sbb-angular/compare/15.0.0...17.0.0-rc.0) (2023-11-08) diff --git a/package.json b/package.json index 3cf9c367b5..b45df33867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sbb-angular", - "version": "17.0.0-rc.0", + "version": "17.0.0", "private": true, "engines": { "node": ">=14.0.0 <19.0.0",