Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
1 parent 08e7f7a commit ae3d333
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* add convenience constructor for SBBMapProperties allDisabled ([#33](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/issues/33)) ([2b8abf2](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/commit/2b8abf241a7ee59a8bf82023ec0450bac32c1812))
* deprecate JOURNEY_MAPS_API_KEY env. replace with JOURNEY_MAPS_TILES_API_KEY ([#52](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/issues/52)) ([3833568](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/commit/3833568026be56b7af67101468ee69d03d2900aa))
* deprecate old ROKAS map styles and replace with new map styles ([08e7f7a](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/commit/08e7f7aaa8b9d149ca951687720d4e01e3ac8816))


### Bug Fixes

* **deps:** update envied to v1 ([#39](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/issues/39)) ([7beeb67](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/commit/7beeb67b193b617d0184769bf3563673fcc08519))

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


Expand Down
2 changes: 1 addition & 1 deletion ci/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.1"
".": "2.4.0"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issue_tracker: https://github.com/SchweizerischeBundesbahnen/journey-maps-client
topics: [map, maps, maplibre]

# version is set by Release Please GH Action
version: 2.3.1
version: 2.4.0

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit ae3d333

Please sign in to comment.