Skip to content

Commit

Permalink
chore: prepare release for version 2.1.0 (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: smallTrogdor <[email protected]>
  • Loading branch information
sbb-app-bakery[bot] and smallTrogdor authored Dec 13, 2024
1 parent 26ec09e commit d428b29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,25 @@ It is expected that you keep this format strictly, since we depend on it in our

## [Unreleased]

## [2.1.0] - 2024-12-13

### Added

- added `constraints` to `showSBBModalSheet` to allow varying screen sizes (tablet)

### Changed

- Dropped support for `Flutter SDK 3.19.6`: minimum supported version is 3.22.3
- `showSBBModalSheet` & `showCustomSBBModalSheet`: add bottom safe area of content if `useSafeArea` is true

### Deprecated

- `SBBIconFormButton`
- `SBBIconButtonSmallBorderless`
- `SBBPrimaryButtonNegative`

### Fixed

- correct height for `SBBTertiaryButtonSmall` (40px => 32px)
- coloring of:
- `SBBSecondaryButton` (onHighlighted)
Expand Down Expand Up @@ -437,7 +443,9 @@ It is expected that you keep this format strictly, since we depend on it in our
- Initial project setup
- Added some widgets

[Unreleased]: https://github.com/SchweizerischeBundesbahnen/design_system_flutter/compare/2.0.0...HEAD
[Unreleased]: https://github.com/SchweizerischeBundesbahnen/design_system_flutter/compare/2.1.0...HEAD

[2.1.0]: https://github.com/SchweizerischeBundesbahnen/design_system_flutter/compare/2.0.0...2.1.0

[2.0.0]: https://github.com/SchweizerischeBundesbahnen/design_system_flutter/compare/1.6.0...2.0.0

Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: The official SBB design system mobile for Flutter.
homepage: https://digital.sbb.ch/de/design-system/mobile/overview/
repository: https://github.com/SchweizerischeBundesbahnen/design_system_flutter
issue_tracker: https://github.com/SchweizerischeBundesbahnen/design_system_flutter/issues
topics: [icons, theme, design, design-system]
topics: [ icons, theme, design, design-system ]

# set by Github Action
version: 2.0.0
version: 2.1.0

environment:
sdk: ">=3.3.0 <4.0.0"
Expand All @@ -33,6 +33,7 @@ platforms:
android:
ios:


flutter:
assets:
- lib/fonts/
Expand Down

0 comments on commit d428b29

Please sign in to comment.