Skip to content

Commit

Permalink
Release 2.3.1 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nico Vidoni <[email protected]>
  • Loading branch information
github-actions[bot] and smallTrogdor authored Nov 13, 2024
1 parent 750c6ed commit f0317b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.3.1](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/compare/2.3.0...2.3.1) (2024-11-13)


### Bug Fixes

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

## [2.3.0](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/compare/v2.2.0...2.3.0) (2024-11-04)


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.3.0",
".": "2.3.1",
"example": "2.3.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.3.0
version: 2.3.1
publish_to: "none"

environment:
Expand Down

0 comments on commit f0317b6

Please sign in to comment.