Skip to content

Commit

Permalink
chore: release main (#1)
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>
  • Loading branch information
github-actions[bot] authored Nov 14, 2024
1 parent 2034d68 commit e5430c7
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions ci/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.3.1",
"example": "2.3.0"
".": "2.4.0",
"example": "2.4.0"
}
9 changes: 9 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
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.1
version: 2.4.0
publish_to: "none"

environment:
Expand Down

0 comments on commit e5430c7

Please sign in to comment.