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

Commit 8466e66

Browse files
committed
homepage, version bump
1 parent c336234 commit 8466e66

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

packages/shared_preferences/shared_preferences/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
## 0.5.4+6
2+
3+
* Restructure the project for Web support.
4+
15
## 0.5.4+5
26

3-
* Update and migrate iOS example project by removing flutter_assets, change
4-
"English" to "en", remove extraneous xcconfigs and framework outputs,
7+
* Update and migrate iOS example project by removing flutter_assets, change
8+
"English" to "en", remove extraneous xcconfigs and framework outputs,
59
update to Xcode 11 build settings, and remove ARCHS.
610

711
## 0.5.4+4

packages/shared_preferences/shared_preferences/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: shared_preferences
22
description: Flutter plugin for reading and writing simple key-value pairs.
33
Wraps NSUserDefaults on iOS and SharedPreferences on Android.
44
author: Flutter Team <[email protected]>
5-
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences
6-
version: 0.5.4+5
5+
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences
6+
version: 0.5.4+6
77

88
flutter:
99
plugin:

packages/shared_preferences/shared_preferences_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: shared_preferences_platform_interface
22
description: A common platform interface for the shared_preferences plugin.
33
author: Flutter Team <[email protected]>
4-
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences
4+
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_platform_interface
55
version: 1.0.0
66

77
dependencies:

0 commit comments

Comments
 (0)