Skip to content

Commit e5430c7

Browse files
chore: release main (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2034d68 commit e5430c7

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/smallTrogdor/journey-maps-client-flutter/compare/v2.3.1...2.4.0) (2024-11-14)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* add example app and make README complete ([3d2b016](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/3d2b016296dc8e93e2affd4eae5025ae1e6232dd))
10+
* add version 2_3_0 following open source standards ([ab9aa0f](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/ab9aa0fa33291c8d6423f166a481e83e049b47b1))
11+
* add version 2_3_0 open source standards api keyless ([6e2b988](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/6e2b9882d207259104740d936b8779c801bb03a5))
12+
* exclude v in release tag, exclude component in tag, update renovate ([60529f7](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/60529f73ab827ad287c73ad723a0a6d863da986b))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
* 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))
19+
* rebuilding the CustomMapStyler correctly wires it to the MapStyleButton ([6ff2a70](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/6ff2a70c075a46987cb594bf736d84c8b0250fa5))
20+
321
## [2.3.1](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/compare/2.3.0...2.3.1) (2024-11-13)
422

523

ci/.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.3.1",
3-
"example": "2.3.0"
2+
".": "2.4.0",
3+
"example": "2.4.0"
44
}

example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/smallTrogdor/journey-maps-client-flutter/compare/v2.3.0...2.4.0) (2024-11-14)
4+
5+
6+
### Features
7+
8+
* add version 2_3_0 following open source standards ([ab9aa0f](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/ab9aa0fa33291c8d6423f166a481e83e049b47b1))
9+
* add version 2_3_0 open source standards api keyless ([6e2b988](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/6e2b9882d207259104740d936b8779c801bb03a5))
10+
* exclude v in release tag, exclude component in tag, update renovate ([60529f7](https://github.com/smallTrogdor/journey-maps-client-flutter/commit/60529f73ab827ad287c73ad723a0a6d863da986b))
11+
312
## [2.3.0](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/compare/v2.2.0...2.3.0) (2024-11-04)
413

514

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sbb_maps_example
22
description: Example app for the sbb_maps_flutter package.
33
publish_to: "none"
4-
version: 2.3.0+9001
4+
version: 2.4.0+9002
55

66
environment:
77
sdk: ">=3.3.0 <4.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sbb_maps_flutter
22
description: The SBB Maps SDK using MapLibre under the hood and ROKAS map styling.
3-
version: 2.3.1
3+
version: 2.4.0
44
publish_to: "none"
55

66
environment:

0 commit comments

Comments
 (0)