Skip to content

Commit

Permalink
Support latest pkg:analyzer, release v6.7.1 (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 30, 2023
1 parent 288dbdb commit facdb5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions json_serializable/CHANGELOG.md
@@ -1,3 +1,7 @@
## 6.7.1

- Support the latest `package:analyzer`.

## 6.7.0

- Support `Record` types.
Expand Down
4 changes: 2 additions & 2 deletions json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
version: 6.7.0
version: 6.7.1
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
Expand All @@ -13,7 +13,7 @@ topics:
- codegen

dependencies:
analyzer: ^5.12.0
analyzer: '>=5.12.0 <7.0.0'
async: ^2.8.0
build: ^2.0.0
build_config: '>=0.4.4 <2.0.0'
Expand Down

0 comments on commit facdb5e

Please sign in to comment.