From cd5977da41d2119103a8ea70344611d76fdb619d Mon Sep 17 00:00:00 2001 From: Remi Rousselet Date: Wed, 14 Dec 2022 16:52:37 +0100 Subject: [PATCH] 6.0.5 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 810f7832..45df15ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.0.5 + +- Fix broken links on pub.dev +- Update upper Dart constraint to `<4.0.0` + # 6.0.4 Fix typos and broken links in the documentation diff --git a/pubspec.yaml b/pubspec.yaml index 67a23adf..0178b970 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: provider description: A wrapper around InheritedWidget to make them easier to use and more reusable. -version: 6.0.4 +version: 6.0.5 repository: https://github.com/rrousselGit/provider issue_tracker: https://github.com/rrousselGit/provider/issues environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" flutter: ">=1.16.0" dependencies: