Skip to content

Commit

Permalink
Merge pull request #35 from peiffer-innovations/dart_update_168964230…
Browse files Browse the repository at this point in the history
…3854

Automated Merge
  • Loading branch information
jpeiffer authored Jul 18, 2023
2 parents dfef59a + 1b23c8c commit 912b316
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.0+1] - July 18, 2023

* Automated dependency updates


## [3.0.0] - July 16th, 2023

* **BREAKING**: Made `fromDynamic` non-nullable and added a nullable `maybeFromDynamic`.
Expand Down Expand Up @@ -279,5 +284,6 @@






17 changes: 9 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
name: 'json_conditional'
description: 'A library to create conditional evaluators from JSON or JSON-like structures.'
homepage: 'https://github.com/peiffer-innovations/json_conditional'
version: '3.0.0'
version: '3.0.0+1'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'

dependencies:
json_class: '^3.0.0'

dependencies:
json_class: '^3.0.0+1'
meta: '^1.9.1'

dev_dependencies:
dev_dependencies:
test: '^1.24.4'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit 912b316

Please sign in to comment.