Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Jul 4, 2023
1 parent d9ec11a commit 5457e06
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.2.2+1] - July 4, 2023

* Automated dependency updates


## [2.2.2] - June 17th, 2023

* Dart 3.0
Expand Down Expand Up @@ -250,3 +255,4 @@




14 changes: 7 additions & 7 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: '2.2.2'
version: '2.2.2+1'
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:
flutter_lints: '^2.0.1'
test: '^1.24.3'
dev_dependencies:
flutter_lints: '^2.0.2'
test: '^1.24.4'

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

0 comments on commit 5457e06

Please sign in to comment.