Skip to content

Commit

Permalink
chore(main): release 19.0.0-alpha.2 (#14)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[19.0.0-alpha.2](v19.0.0-alpha.1...v19.0.0-alpha.2)
(2025-01-20)


### Features

* integrate Angular form support
([#11](#11))
([44f7160](44f7160))


### Bug Fixes

* boolean transform
([#13](#13))
([52430c1](52430c1))
* remove 'Directive' name and update libraries
([#15](#15))
([bfa0ffc](bfa0ffc))


### Code Refactoring

* remove obsolete standalone flag
([#17](#17))
([cc0370f](cc0370f))

---
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>
  • Loading branch information
github-actions[bot] authored Jan 20, 2025
1 parent 44f7160 commit 71aef5f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "19.0.0-alpha.1"
".": "19.0.0-alpha.2"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 71aef5f

Please sign in to comment.