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

Commit

Permalink
[quick_actions] Update dependency versions (#6563)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored Oct 13, 2022
1 parent c407d92 commit ef8a9ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/quick_actions/quick_actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Updates implementaion package versions to current versions.

## 1.0.0

* Updates version to 1.0 to reflect current status.
Expand Down
6 changes: 3 additions & 3 deletions packages/quick_actions/quick_actions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/plugins/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.0
version: 1.0.1

environment:
sdk: ">=2.14.0 <3.0.0"
Expand All @@ -20,8 +20,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
quick_actions_android: ^0.6.0+9
quick_actions_ios: ^0.6.0+9
quick_actions_android: ^1.0.0
quick_actions_ios: ^1.0.0
quick_actions_platform_interface: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit ef8a9ff

Please sign in to comment.