Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 745084c

Browse files
Fix version to be a valid pre-release
1 parent 4a4b2d3 commit 745084c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packages/path_provider/path_provider_macos/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.4+10-nullsafety
1+
## 0.0.5-nullsafety
22

33
* Update Dart SDK constraint for null safety.
44

packages/path_provider/path_provider_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: macOS implementation of the path_provider plugin
33
# 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump
44
# the version to 2.0.0.
55
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
6-
version: 0.0.4+10-nullsafety
6+
version: 0.0.5-nullsafety
77
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos
88

99
flutter:

packages/shared_preferences/shared_preferences_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+13-nullsafety
2+
3+
* Update Dart SDK constraint for null safety.
4+
15
## 0.0.1+12
26

37
* Update Flutter SDK constraint.

packages/shared_preferences/shared_preferences_macos/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: macOS implementation of the shared_preferences plugin.
33
# 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump
44
# the version to 2.0.0.
55
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
6-
version: 0.0.1+12
6+
version: 0.0.1+13-nullsafety
77
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_macos
88

99
flutter:
@@ -13,7 +13,7 @@ flutter:
1313
pluginClass: SharedPreferencesPlugin
1414

1515
environment:
16-
sdk: ">=2.1.0 <3.0.0"
16+
sdk: ">=2.12.0-0 <3.0.0"
1717
flutter: ">=1.12.8"
1818

1919
dependencies:

0 commit comments

Comments
 (0)