Skip to content

Commit

Permalink
bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Sep 13, 2024
1 parent 7061ba0 commit dea858d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions vector_map_tiles_mbtiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [1.1.1] 2024-05-27
## [1.2.0]

- Support for flutter_map v6 and v7
- Use `vector_map_tiles` version ^8.0.0 (`flutter_map` v7).

## [1.1.0] 2024-02-19

Expand Down
2 changes: 1 addition & 1 deletion vector_map_tiles_mbtiles/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Mapbox MBTiles vector tile provider for vector_map_files / flutter_
repository: https://github.com/josxha/flutter_map_plugins
issue_tracker: https://github.com/josxha/flutter_map_plugins/issues
topics: [ flutter-map, vector-map-tiles, map, mbtiles ]
version: 1.1.1
version: 1.2.0

environment:
sdk: '>=3.2.5 <4.0.0'
Expand Down
4 changes: 2 additions & 2 deletions vector_map_tiles_pmtiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [1.3.1] 2024-05-27
## [1.4.0]

- Support for flutter_map v6 and v7
- Use `vector_map_tiles` version ^8.0.0 (`flutter_map` v7).

## [1.3.0] 2024-05-21

Expand Down
2 changes: 1 addition & 1 deletion vector_map_tiles_pmtiles/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: PMTiles tile provider for vector_map_tiles (flutter_map vector tile
repository: https://github.com/josxha/flutter_map_plugins
issue_tracker: https://github.com/josxha/flutter_map_plugins/issues
topics: [ flutter-map, vector-map-tiles, map, pmtiles ]
version: 1.3.1
version: 1.4.0

environment:
sdk: '>=3.2.5 <4.0.0'
Expand Down

0 comments on commit dea858d

Please sign in to comment.