Skip to content

Commit

Permalink
chore(2.x): release 2.0.2 (#3299)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.0.2](v2.0.1...v2.0.2)
(2024-12-19)


### Bug Fixes

* handle scroll events in custom scroll contexts
([#3310](#3310))
([3634e37](3634e37)),
closes
[#3276](#3276)
* improve null/undefined type handling for Angular wrapper
([#3302](#3302))
([2f94992](2f94992))
* remove any type for Angular wrapper
([#3297](#3297))
([dca7ba5](dca7ba5))
* remove leading inline padding from icon list
([#3311](#3311))
([b9ce6d1](b9ce6d1))
* **sbb-accent-button:** adapt to new design
([#3313](#3313))
([1af2691](1af2691))
* **sbb-message:** fix image alignment
([#3305](#3305))
([1d4a5de](1d4a5de))
* **sbb-select:** update displayed value on option label change
([#3300](#3300))
([3c2f3c5](3c2f3c5))
* **sbb-teaser-hero:** fix image size on custom width
([#3295](#3295))
([5fc0634](5fc0634))


### Documentation

* override member properties in manifest
([#3307](#3307))
([ba25320](ba25320))
* standardize usage of terms `CSS` and `Sass`
([#3290](#3290))
([b52ac99](b52ac99))


### Code Refactoring

* move event handlers to constructors
([#3314](#3314))
([18660a3](18660a3))

---
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 Dec 19, 2024
1 parent 3634e37 commit 87d2a53
Show file tree
Hide file tree
Showing 3 changed files with 27 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 @@
{
".": "2.0.1"
".": "2.0.2"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

## [2.0.2](https://github.com/sbb-design-systems/lyne-components/compare/v2.0.1...v2.0.2) (2024-12-19)


### Bug Fixes

* handle scroll events in custom scroll contexts ([#3310](https://github.com/sbb-design-systems/lyne-components/issues/3310)) ([3634e37](https://github.com/sbb-design-systems/lyne-components/commit/3634e372aae02dd8c0935eadcfd5cea37881c7e6)), closes [#3276](https://github.com/sbb-design-systems/lyne-components/issues/3276)
* improve null/undefined type handling for Angular wrapper ([#3302](https://github.com/sbb-design-systems/lyne-components/issues/3302)) ([2f94992](https://github.com/sbb-design-systems/lyne-components/commit/2f949922f544adb24ea6133473993a912b2ee16c))
* remove any type for Angular wrapper ([#3297](https://github.com/sbb-design-systems/lyne-components/issues/3297)) ([dca7ba5](https://github.com/sbb-design-systems/lyne-components/commit/dca7ba5e5d22b54b5e9505ea3c204695a3fa9820))
* remove leading inline padding from icon list ([#3311](https://github.com/sbb-design-systems/lyne-components/issues/3311)) ([b9ce6d1](https://github.com/sbb-design-systems/lyne-components/commit/b9ce6d16fb7c39ea5bc2c154f3539417a1159028))
* **sbb-accent-button:** adapt to new design ([#3313](https://github.com/sbb-design-systems/lyne-components/issues/3313)) ([1af2691](https://github.com/sbb-design-systems/lyne-components/commit/1af269180c33935e86ecfa1355aeeb9292b08beb))
* **sbb-message:** fix image alignment ([#3305](https://github.com/sbb-design-systems/lyne-components/issues/3305)) ([1d4a5de](https://github.com/sbb-design-systems/lyne-components/commit/1d4a5de90ba68e4b9390abaf671fd534cd5f1fc8))
* **sbb-select:** update displayed value on option label change ([#3300](https://github.com/sbb-design-systems/lyne-components/issues/3300)) ([3c2f3c5](https://github.com/sbb-design-systems/lyne-components/commit/3c2f3c5285760b9a53df4fd11f0c64268534ff59))
* **sbb-teaser-hero:** fix image size on custom width ([#3295](https://github.com/sbb-design-systems/lyne-components/issues/3295)) ([5fc0634](https://github.com/sbb-design-systems/lyne-components/commit/5fc0634a7869d2a6315db3e1441e3269c842acfe))


### Documentation

* override member properties in manifest ([#3307](https://github.com/sbb-design-systems/lyne-components/issues/3307)) ([ba25320](https://github.com/sbb-design-systems/lyne-components/commit/ba25320e597c589c0f9b350869cfeb3fdbcca0f4))
* standardize usage of terms `CSS` and `Sass` ([#3290](https://github.com/sbb-design-systems/lyne-components/issues/3290)) ([b52ac99](https://github.com/sbb-design-systems/lyne-components/commit/b52ac9958fadaa4bfbd89262222c345e93056032))


### Code Refactoring

* move event handlers to constructors ([#3314](https://github.com/sbb-design-systems/lyne-components/issues/3314)) ([18660a3](https://github.com/sbb-design-systems/lyne-components/commit/18660a3c98293e335e228a5b540a9fcd7b71463f))

## [2.0.1](https://github.com/sbb-design-systems/lyne-components/compare/v2.0.0...v2.0.1) (2024-12-12)


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": "@sbb-esta/lyne-elements",
"version": "2.0.1",
"version": "2.0.2",
"description": "Lyne Design System",
"keywords": [
"design system",
Expand Down

0 comments on commit 87d2a53

Please sign in to comment.