Skip to content

Commit

Permalink
chore(main): release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 22, 2024
1 parent 5e59b8f commit 1eaab44
Show file tree
Hide file tree
Showing 3 changed files with 19 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.7.0"
".": "1.8.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.8.0](https://github.com/sbb-design-systems/lyne-components/compare/v1.7.0...v1.8.0) (2024-08-22)


### Features

* **datepicker:** add size s ([#3006](https://github.com/sbb-design-systems/lyne-components/issues/3006)) ([b75c4c5](https://github.com/sbb-design-systems/lyne-components/commit/b75c4c5587897deff318c245029136dd1a3b7f2f))
* **sbb-calendar, sbb-datepicker-toggle:** allow choosing initial calendar view ([#2990](https://github.com/sbb-design-systems/lyne-components/issues/2990)) ([7c8a690](https://github.com/sbb-design-systems/lyne-components/commit/7c8a6900060e3b918f30f98f6da0d7d6b9525287)), closes [#2822](https://github.com/sbb-design-systems/lyne-components/issues/2822)
* **sbb-container:** support background-expanded for images ([#3004](https://github.com/sbb-design-systems/lyne-components/issues/3004)) ([298b335](https://github.com/sbb-design-systems/lyne-components/commit/298b3352e42966747237d043690a90671987faa0))
* **sbb-select:** introduce size s ([#3011](https://github.com/sbb-design-systems/lyne-components/issues/3011)) ([b614923](https://github.com/sbb-design-systems/lyne-components/commit/b614923e994ac406318caf7f6e129bb4a103c681))


### Bug Fixes

* fix inert mechanism for overlays ([#2986](https://github.com/sbb-design-systems/lyne-components/issues/2986)) ([92992d2](https://github.com/sbb-design-systems/lyne-components/commit/92992d2e5915a7d44b163240f41f7bd32f254289)), closes [#2969](https://github.com/sbb-design-systems/lyne-components/issues/2969)
* **sbb-popover:** ensure correct trigger connection after hydration ([#3016](https://github.com/sbb-design-systems/lyne-components/issues/3016)) ([5e59b8f](https://github.com/sbb-design-systems/lyne-components/commit/5e59b8ff491029385d7708ea62f39514285c6f5a)), closes [#3012](https://github.com/sbb-design-systems/lyne-components/issues/3012) [#3014](https://github.com/sbb-design-systems/lyne-components/issues/3014)
* **sbb-toggle:** fix pill position on value change and initial rendering ([#3015](https://github.com/sbb-design-systems/lyne-components/issues/3015)) ([bd03798](https://github.com/sbb-design-systems/lyne-components/commit/bd03798f96ba7a1e83266e800ed3d12f971a2612)), closes [#3013](https://github.com/sbb-design-systems/lyne-components/issues/3013)

## [1.7.0](https://github.com/sbb-design-systems/lyne-components/compare/v1.6.0...v1.7.0) (2024-08-15)


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

0 comments on commit 1eaab44

Please sign in to comment.