From 4c920d03d5fe109eb64f3c5da6608929b236a4f0 Mon Sep 17 00:00:00 2001 From: davidmarne Date: Wed, 15 Feb 2023 18:44:09 -0800 Subject: [PATCH] 8.0.3 --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b799488..0b8fc03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 8.0.3 +* reopen analyzer range + ## 8.0.2 * only use nndb in generator if nndb feature is enabled. prevents build issues for non nndb consumers diff --git a/pubspec.yaml b/pubspec.yaml index 8a8a2b3..d23c855 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,9 @@ name: built_redux -version: 8.0.2 +version: 8.0.3 description: A state management library written in dart that enforces immutability homepage: https://github.com/davidmarne/built_redux dependencies: - analyzer: '>=2.0.0 <3.0.0' + analyzer: '>=1.0.0 <3.0.0' build: ">=1.0.0 <3.0.0" built_collection: ^5.0.0 built_value: ^8.0.0