Skip to content

Commit

Permalink
Merge pull request #44 from peiffer-innovations/dart_update_169871241…
Browse files Browse the repository at this point in the history
…9306

Automated Merge
  • Loading branch information
jpeiffer authored Oct 31, 2023
2 parents 428cc4b + 62eea45 commit 7ac3549
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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+10] - October 31, 2023

* Automated dependency updates


## [3.0.0+9] - October 17, 2023

* Automated dependency updates
Expand Down Expand Up @@ -333,5 +338,6 @@






6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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+9'
version: '3.0.0+10'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -12,11 +12,11 @@ analyzer:


dependencies:
json_class: '^3.0.0+5'
json_class: '^3.0.0+6'
meta: '^1.9.1'

dev_dependencies:
test: '^1.24.8'
test: '^1.24.9'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit 7ac3549

Please sign in to comment.