Skip to content

Commit cd5977d

Browse files
committed
6.0.5
1 parent f248555 commit cd5977d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 6.0.5
2+
3+
- Fix broken links on pub.dev
4+
- Update upper Dart constraint to `<4.0.0`
5+
16
# 6.0.4
27

38
Fix typos and broken links in the documentation

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: provider
22
description: A wrapper around InheritedWidget to make them easier to use and more reusable.
3-
version: 6.0.4
3+
version: 6.0.5
44
repository: https://github.com/rrousselGit/provider
55
issue_tracker: https://github.com/rrousselGit/provider/issues
66

77
environment:
8-
sdk: ">=2.12.0 <3.0.0"
8+
sdk: ">=2.12.0 <4.0.0"
99
flutter: ">=1.16.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)