From 675c45104956dfa6fdf4b5137d3bf458d6c3797a Mon Sep 17 00:00:00 2001 From: Pedro Henrique Cordeiro Soares <48731731+phcs971@users.noreply.github.com> Date: Mon, 22 May 2023 10:43:58 -0300 Subject: [PATCH 1/4] fix iOS home screen quick actions documentation hyperlink --- packages/quick_actions/quick_actions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quick_actions/quick_actions/README.md b/packages/quick_actions/quick_actions/README.md index 3b5bcbaa64ef..ad9b2a8c3b97 100644 --- a/packages/quick_actions/quick_actions/README.md +++ b/packages/quick_actions/quick_actions/README.md @@ -4,7 +4,7 @@ This Flutter plugin allows you to manage and interact with the application's home screen quick actions. Quick actions refer to the [eponymous -concept](https://developer.apple.com/design/human-interface-guidelines/ios/system-capabilities/home-screen-actions/) +concept](https://developer.apple.com/design/human-interface-guidelines/home-screen-quick-actions) on iOS and to the [App Shortcuts](https://developer.android.com/guide/topics/ui/shortcuts.html) APIs on Android. From ae8a5e304eb2e865c6c9647000741357f85ea707 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Cordeiro Soares <48731731+phcs971@users.noreply.github.com> Date: Tue, 23 May 2023 14:57:58 -0300 Subject: [PATCH 2/4] update version and changelog --- packages/quick_actions/quick_actions/CHANGELOG.md | 4 ++++ packages/quick_actions/quick_actions/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/quick_actions/quick_actions/CHANGELOG.md b/packages/quick_actions/quick_actions/CHANGELOG.md index 47e1dcc59b7e..09c9ef9ac62d 100644 --- a/packages/quick_actions/quick_actions/CHANGELOG.md +++ b/packages/quick_actions/quick_actions/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.4 + +* Updates iOS quick action documentation in README + ## 1.0.3 * Updates iOS minimum version in README. diff --git a/packages/quick_actions/quick_actions/pubspec.yaml b/packages/quick_actions/quick_actions/pubspec.yaml index 6c3c4ff2569f..5fea6a036be1 100644 --- a/packages/quick_actions/quick_actions/pubspec.yaml +++ b/packages/quick_actions/quick_actions/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for creating shortcuts on home screen, also known as Quick Actions on iOS and App Shortcuts on Android. repository: https://github.com/flutter/packages/tree/main/packages/quick_actions/quick_actions issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+quick_actions%22 -version: 1.0.3 +version: 1.0.4 environment: sdk: ">=2.18.0 <4.0.0" From d1b92a33f4fb0cc62b952744eefe33140d7ba616 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Cordeiro Soares <48731731+phcs971@users.noreply.github.com> Date: Tue, 23 May 2023 15:04:00 -0300 Subject: [PATCH 3/4] bumb version to 1.0.5 --- packages/quick_actions/quick_actions/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quick_actions/quick_actions/pubspec.yaml b/packages/quick_actions/quick_actions/pubspec.yaml index 5fea6a036be1..84b4b333c1ef 100644 --- a/packages/quick_actions/quick_actions/pubspec.yaml +++ b/packages/quick_actions/quick_actions/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for creating shortcuts on home screen, also known as Quick Actions on iOS and App Shortcuts on Android. repository: https://github.com/flutter/packages/tree/main/packages/quick_actions/quick_actions issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+quick_actions%22 -version: 1.0.4 +version: 1.0.5 environment: sdk: ">=2.18.0 <4.0.0" From 7398aa2d0df14bd1dc7a40647ad56b69d31564d8 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Tue, 23 May 2023 20:21:00 -0400 Subject: [PATCH 4/4] Fix changelog style --- packages/quick_actions/quick_actions/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quick_actions/quick_actions/CHANGELOG.md b/packages/quick_actions/quick_actions/CHANGELOG.md index 4f3976824724..f002371d300e 100644 --- a/packages/quick_actions/quick_actions/CHANGELOG.md +++ b/packages/quick_actions/quick_actions/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.0.5 -* Updates iOS quick action documentation in README +* Updates iOS quick action documentation in README. ## 1.0.4