Skip to content

Commit

Permalink
[shared_preferences] update file version constraints (#5121)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer committed Oct 12, 2023
1 parent d56e424 commit 93c3f69
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.2

* Updates `package:file` version constraints.

## 2.3.1

* Adds pub topics to package metadata.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shared_preferences_linux
description: Linux implementation of the shared_preferences plugin
repository: https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_linux
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
version: 2.3.1
version: 2.3.2

environment:
sdk: ">=2.19.0 <4.0.0"
Expand All @@ -16,7 +16,7 @@ flutter:
dartPluginClass: SharedPreferencesLinux

dependencies:
file: ^6.0.0
file: ">=6.0.0 <8.0.0"
flutter:
sdk: flutter
path: ^1.8.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.2

* Updates `package:file` version constraints.

## 2.3.1

* Adds pub topics to package metadata.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shared_preferences_windows
description: Windows implementation of shared_preferences
repository: https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_windows
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
version: 2.3.1
version: 2.3.2

environment:
sdk: ">=2.19.0 <4.0.0"
Expand All @@ -16,7 +16,7 @@ flutter:
dartPluginClass: SharedPreferencesWindows

dependencies:
file: ^6.0.0
file: ">=6.0.0 <8.0.0"
flutter:
sdk: flutter
path: ^1.8.0
Expand Down

0 comments on commit 93c3f69

Please sign in to comment.