From 71aef5f4176e5aeb7cf3ce35269ca184b0d7e6fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:40:55 +0100 Subject: [PATCH] chore(main): release 19.0.0-alpha.2 (#14) :robot: I have created a release *beep* *boop* --- ## [19.0.0-alpha.2](https://github.com/sbb-design-systems/lyne-angular/compare/v19.0.0-alpha.1...v19.0.0-alpha.2) (2025-01-20) ### Features * integrate Angular form support ([#11](https://github.com/sbb-design-systems/lyne-angular/issues/11)) ([44f7160](https://github.com/sbb-design-systems/lyne-angular/commit/44f7160b541292b800cda37b534638aebe4ae790)) ### Bug Fixes * boolean transform ([#13](https://github.com/sbb-design-systems/lyne-angular/issues/13)) ([52430c1](https://github.com/sbb-design-systems/lyne-angular/commit/52430c13f8dd302307478495198d0a44be84c1f2)) * remove 'Directive' name and update libraries ([#15](https://github.com/sbb-design-systems/lyne-angular/issues/15)) ([bfa0ffc](https://github.com/sbb-design-systems/lyne-angular/commit/bfa0ffc211089cdec52b78fa308a0d9c029aad67)) ### Code Refactoring * remove obsolete standalone flag ([#17](https://github.com/sbb-design-systems/lyne-angular/issues/17)) ([cc0370f](https://github.com/sbb-design-systems/lyne-angular/commit/cc0370f0fae3eea60c3248109d302d22faf41980)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b42388..ca3e904 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "19.0.0-alpha.1" + ".": "19.0.0-alpha.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e77140b..5693ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [19.0.0-alpha.2](https://github.com/sbb-design-systems/lyne-angular/compare/v19.0.0-alpha.1...v19.0.0-alpha.2) (2025-01-20) + + +### Features + +* integrate Angular form support ([#11](https://github.com/sbb-design-systems/lyne-angular/issues/11)) ([44f7160](https://github.com/sbb-design-systems/lyne-angular/commit/44f7160b541292b800cda37b534638aebe4ae790)) + + +### Bug Fixes + +* boolean transform ([#13](https://github.com/sbb-design-systems/lyne-angular/issues/13)) ([52430c1](https://github.com/sbb-design-systems/lyne-angular/commit/52430c13f8dd302307478495198d0a44be84c1f2)) +* remove 'Directive' name and update libraries ([#15](https://github.com/sbb-design-systems/lyne-angular/issues/15)) ([bfa0ffc](https://github.com/sbb-design-systems/lyne-angular/commit/bfa0ffc211089cdec52b78fa308a0d9c029aad67)) + + +### Code Refactoring + +* remove obsolete standalone flag ([#17](https://github.com/sbb-design-systems/lyne-angular/issues/17)) ([cc0370f](https://github.com/sbb-design-systems/lyne-angular/commit/cc0370f0fae3eea60c3248109d302d22faf41980)) + ## [19.0.0-alpha.1](https://github.com/sbb-design-systems/lyne-angular/compare/v19.0.0-0...v19.0.0-alpha.1) (2025-01-08) diff --git a/package.json b/package.json index 4bd8db7..6b71419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lyne-angular", - "version": "19.0.0-alpha.1", + "version": "19.0.0-alpha.2", "scripts": { "ng": "ng", "start": "ng serve",