Skip to content

Commit

Permalink
Release devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Nov 8, 2023
1 parent 7200ac7 commit a6e7890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.0

- The package now comes with a devtool extension enabled.

## 6.1.0-dev.1

- Fix missing folder in devtool extension
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: provider
description: A wrapper around InheritedWidget to make them easier to use and more reusable.
version: 6.1.0-dev.1
version: 6.1.0
repository: https://github.com/rrousselGit/provider
issue_tracker: https://github.com/rrousselGit/provider/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/provider_devtools_extension/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# TODO: https://github.com/flutter/devtools/issues/4569 - unpin this version
flutter_riverpod: 2.0.0-dev.9
logging: ^1.1.1
vm_service: ^11.9.0
vm_service: ">=11.9.0 <14.0.0"

dev_dependencies:
flutter_driver:
Expand Down

0 comments on commit a6e7890

Please sign in to comment.