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: release main #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.7.0](https://github.com/smallTrogdor/journey-maps-client-flutter/compare/v2.6.0...2.7.0) (2024-11-14)


### Features

* add convenience constructor for SBBMapProperties allDisabled ([#33](https://github.com/smallTrogdor/journey-maps-client-flutter/issues/33)) ([2b8abf2](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/2b8abf241a7ee59a8bf82023ec0450bac32c1812))
* add example app and make README complete ([3d2b016](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/3d2b016296dc8e93e2affd4eae5025ae1e6232dd))
* add version 2_3_0 following open source standards ([ab9aa0f](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/ab9aa0fa33291c8d6423f166a481e83e049b47b1))
* add version 2_3_0 open source standards api keyless ([6e2b988](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/6e2b9882d207259104740d936b8779c801bb03a5))
* exclude v in release tag, exclude component in tag, update renovate ([60529f7](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/60529f73ab827ad287c73ad723a0a6d863da986b))
* make fake feature ([4d39259](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/4d39259ba6a0bf0ade0d47d892453570342209d1))
* make fake Feature ([e43b081](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/e43b081af44dec086789264e6e0b383183a5e656))


### Bug Fixes

* dismissTracking called only when SBBMap leaves tracking mode ([#28](https://github.com/smallTrogdor/journey-maps-client-flutter/issues/28)) ([8ba8ae2](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/8ba8ae270f0291e0c14e891699481bb1bab23992))
* initialCameraPosition null causes crash in SBBMap ([#30](https://github.com/smallTrogdor/journey-maps-client-flutter/issues/30)) ([57b15b7](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/57b15b782f44908c21a47c830b50192069eaa495))
* rebuilding the CustomMapStyler correctly wires it to the MapStyleButton ([6ff2a70](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/6ff2a70c075a46987cb594bf736d84c8b0250fa5))

## [2.6.0](https://github.com/smallTrogdor/journey-maps-client-flutter/compare/v2.5.0...2.6.0) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion ci/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.6.0",
".": "2.7.0",
"example": "2.4.0"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sbb_maps_flutter
description: The SBB Maps SDK using MapLibre under the hood and ROKAS map styling.
version: 2.6.0
version: 2.7.0
publish_to: "none"

environment:
Expand Down