diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd3272..53f60f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.6.0](https://github.com/smallTrogdor/journey-maps-client-flutter/compare/v2.5.0...2.6.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.5.0](https://github.com/smallTrogdor/journey-maps-client-flutter/compare/2.4.0...2.5.0) (2024-11-14) diff --git a/ci/.release-please-manifest.json b/ci/.release-please-manifest.json index 0632e9a..1a72d3d 100644 --- a/ci/.release-please-manifest.json +++ b/ci/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "2.5.0", + ".": "2.6.0", "example": "2.4.0" } diff --git a/pubspec.yaml b/pubspec.yaml index d095732..1adb2de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sbb_maps_flutter description: The SBB Maps SDK using MapLibre under the hood and ROKAS map styling. -version: 2.5.0 +version: 2.6.0 publish_to: "none" environment: