Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 8, 2024
1 parent 159baa0 commit 57452e6
Show file tree
Hide file tree
Showing 3 changed files with 17 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,4 +1,4 @@
{
"last-release-sha": "fed492ab6cb4e807cffcb07e26bf25ab585f1c6b",
".": "1.2.1"
".": "1.3.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [1.3.0](https://github.com/sbb-design-systems/lyne-components/compare/v1.2.1...v1.3.0) (2024-07-08)


### Features

* **sbb-datepicker:** add support for `DateAdapter` ([#2889](https://github.com/sbb-design-systems/lyne-components/issues/2889)) ([4d9973e](https://github.com/sbb-design-systems/lyne-components/commit/4d9973e147faa281f0e38d10286ca086eb2da9d1))


### Bug Fixes

* **sbb-form-field:** ensure input element is detected during hydration ([#2894](https://github.com/sbb-design-systems/lyne-components/issues/2894)) ([9519827](https://github.com/sbb-design-systems/lyne-components/commit/95198270efbf02dfc54bc5228ca9fab0b9293503)), closes [#2877](https://github.com/sbb-design-systems/lyne-components/issues/2877)
* **sbb-map-container:** respect disabled global animation ([#2879](https://github.com/sbb-design-systems/lyne-components/issues/2879)) ([d5e52e3](https://github.com/sbb-design-systems/lyne-components/commit/d5e52e3674e3c255fed81c58b303c4a77cca54e0))
* **sbb-notification:** avoid resizeObserver loop warning ([#2855](https://github.com/sbb-design-systems/lyne-components/issues/2855)) ([6222b25](https://github.com/sbb-design-systems/lyne-components/commit/6222b258973c8c6a617b51bc99c3a0ece8fec5ba))
* **sbb-popover:** prevent matchMedia call before hydration ([#2893](https://github.com/sbb-design-systems/lyne-components/issues/2893)) ([c5bbb96](https://github.com/sbb-design-systems/lyne-components/commit/c5bbb96e120b8692a0be756e5c8e541d222fc4bc)), closes [#2875](https://github.com/sbb-design-systems/lyne-components/issues/2875)

## [1.2.1](https://github.com/sbb-design-systems/lyne-components/compare/v1.2.0...v1.2.1) (2024-06-27)


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": "1.2.1",
"version": "1.3.0",
"description": "Lyne Design System",
"keywords": [
"design system",
Expand Down

0 comments on commit 57452e6

Please sign in to comment.