Skip to content

Commit

Permalink
Merge pull request #21 from peiffer-innovations/dart_update_169085199…
Browse files Browse the repository at this point in the history
…3258

Automated Merge
  • Loading branch information
jpeiffer authored Aug 1, 2023
2 parents 0a41af8 + 11b4e15 commit cd1ba8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 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+2] - August 1, 2023

* Automated dependency updates


## [3.0.0+1] - July 16th, 2023

* Converted from nullable by default to non-nullable by defailt.
Expand Down Expand Up @@ -262,3 +267,4 @@




12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: 'json_class'
description: 'An abstract class to assist with converting to and from JSON with various primitive parsers.'
version: '3.0.0+1'
version: '3.0.0+2'
homepage: 'https://github.com/peiffer-innovations/json_class'

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

dependencies:
dependencies:
intl: '^0.18.1'
logging: '^1.2.0'
meta: '^1.9.1'

dev_dependencies:
dev_dependencies:
flutter_lints: '^2.0.2'
test: '^1.24.4'
test: '^1.24.5'

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

0 comments on commit cd1ba8d

Please sign in to comment.