Skip to content

Commit

Permalink
8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarne committed Feb 16, 2023
1 parent a3380dc commit 4c920d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4c920d0

Please sign in to comment.