diff --git a/CHANGELOG.md b/CHANGELOG.md index 6777c4f..3db9cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.4.0](https://github.com/smallTrogdor/journey-maps-client-flutter/compare/v2.3.1...2.4.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)) + + +### 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.3.1](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/compare/2.3.0...2.3.1) (2024-11-13) diff --git a/ci/.release-please-manifest.json b/ci/.release-please-manifest.json index e6c3cf2..9afa980 100644 --- a/ci/.release-please-manifest.json +++ b/ci/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "2.3.1", - "example": "2.3.0" + ".": "2.4.0", + "example": "2.4.0" } diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 1531f41..24fc4cc 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.4.0](https://github.com/smallTrogdor/journey-maps-client-flutter/compare/v2.3.0...2.4.0) (2024-11-14) + + +### Features + +* 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)) + ## [2.3.0](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/compare/v2.2.0...2.3.0) (2024-11-04) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1d6d645..eb0197f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: sbb_maps_example description: Example app for the sbb_maps_flutter package. publish_to: "none" -version: 2.3.0+9001 +version: 2.4.0+9002 environment: sdk: ">=3.3.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 5259c2e..6c8257f 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.3.1 +version: 2.4.0 publish_to: "none" environment: