Skip to content

Commit 4d6a1c7

Browse files
authored
chore: prepare v7.0.0-dev.1 release (#1851)
1 parent bcd0b7b commit 4d6a1c7

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Please consider [donating](https://docs.fleaflet.dev/supporters#support-us) or [contributing](https://docs.fleaflet.dev/credits#contributing) if you're a fan of what we're doing and you'd like to support future releases!
44

5+
## [7.0.0-dev.1] - 2024/03/13
6+
7+
We've changed the format of the CHANGELOG, to make releases faster!
8+
**Check the [latest GitHub release](https://github.com/fleaflet/flutter_map/releases/tag/v7.0.0-dev.1), where you can find an auto-generated list of all the latest commits.**
9+
510
## [6.1.0] - 2023/12/02
611

712
Contains the following user-affecting changes:

example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (flutterVersionCode == null) {
1919

2020
def flutterVersionName = localProperties.getProperty('flutter.versionName')
2121
if (flutterVersionName == null) {
22-
flutterVersionName = '6.1.0'
22+
flutterVersionName = '7.0.0'
2323
}
2424

2525
android {

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_map_example
22
description: Example application for 'flutter_map' package
33
publish_to: "none"
4-
version: 6.1.0
4+
version: 7.0.0
55

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

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_map
22
description: A versatile mapping package for Flutter, that's simple and easy to learn, yet completely customizable and configurable
3-
version: 6.1.0
3+
version: 7.0.0-dev.1
44

55
repository: https://github.com/fleaflet/flutter_map
66
issue_tracker: https://github.com/fleaflet/flutter_map/issues

windowsApplicationInstallerSetup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "flutter_map Demo"
5-
#define MyAppVersion "for 6.1.0"
5+
#define MyAppVersion "for 7.0.0"
66
#define MyAppPublisher "fleaflet"
77
#define MyAppURL "https://github.com/fleaflet/flutter_map"
88
#define MyAppSupportURL "https://github.com/fleaflet/flutter_map/issues"

0 commit comments

Comments
 (0)