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

Commit ef8a9ff

Browse files
[quick_actions] Update dependency versions (#6563)
1 parent c407d92 commit ef8a9ff

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/quick_actions/quick_actions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Updates implementaion package versions to current versions.
4+
15
## 1.0.0
26

37
* Updates version to 1.0 to reflect current status.

packages/quick_actions/quick_actions/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for creating shortcuts on home screen, also known as
33
Quick Actions on iOS and App Shortcuts on Android.
44
repository: https://github.com/flutter/plugins/tree/main/packages/quick_actions/quick_actions
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+quick_actions%22
6-
version: 1.0.0
6+
version: 1.0.1
77

88
environment:
99
sdk: ">=2.14.0 <3.0.0"
@@ -20,8 +20,8 @@ flutter:
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
quick_actions_android: ^0.6.0+9
24-
quick_actions_ios: ^0.6.0+9
23+
quick_actions_android: ^1.0.0
24+
quick_actions_ios: ^1.0.0
2525
quick_actions_platform_interface: ^1.0.0
2626

2727
dev_dependencies:

0 commit comments

Comments
 (0)