Skip to content

Commit

Permalink
chore: Prepare Release for version 2.0.0 (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: VanHoangTran <[email protected]>
  • Loading branch information
sbb-app-bakery[bot] and VanHoangTran authored Sep 6, 2024
1 parent 1f6034e commit 1426800
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ It is expected that you keep this format strictly, since we depend on it in our

## [Unreleased]

## [2.0.0] - 2024-09-06

### Changed

- Renamed `SBBStatusMobile` to `SBBStatus`
Expand Down Expand Up @@ -58,10 +60,15 @@ It is expected that you keep this format strictly, since we depend on it in our
- `SBBToast`

- Removed `HostPlatform` from `SBBTheme`

- Removed and cleaned web parts in `SBBControlStyles`

- Removed web parts in `SBBButtonStyles`

- Removed web mode in example app

- Removed deprecated `onCallToAction` from SBBListItem

- Removed deprecated `SBBIconTextButton`

## [1.6.0] - 2024-09-04
Expand Down Expand Up @@ -409,7 +416,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/1.6.0...HEAD
[Unreleased]: https://github.com/SchweizerischeBundesbahnen/design_system_flutter/compare/2.0.0...HEAD

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

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

Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: design_system_flutter
description: Design System Mobile for Flutter
version: 1.6.0
version: 2.0.0
homepage: https://digital.sbb.ch/de/design-system/mobile/overview/

environment:
Expand All @@ -26,6 +26,7 @@ platforms:
android:
ios:


flutter:
assets:
- lib/fonts/
Expand Down

0 comments on commit 1426800

Please sign in to comment.