Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(2.x): release 2.0.2 #3299

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading