Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions json_serializable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## 6.10.0-wip
## 6.10.0

- Required `analyzer: ^7.4.0`.

## 6.10.0-dev

- Switch to analyzer element2 model and `build: ^3.0.0-dev`.
- Move `package:collection` to a dev dependency.
- Use new `null-aware element` feature in generated code.
Expand Down
8 changes: 4 additions & 4 deletions json_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json_serializable
version: 6.10.0-wip
version: 6.10.0
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
Expand All @@ -17,7 +17,7 @@ resolution: workspace
dependencies:
analyzer: ^7.4.0
async: ^2.10.0
build: ^3.0.0-dev
build: ^3.0.0
build_config: ^1.1.0
dart_style: '>=2.3.7 <4.0.0'

Expand All @@ -28,7 +28,7 @@ dependencies:
path: ^1.9.0
pub_semver: ^2.1.4
pubspec_parse: ^1.0.0
source_gen: ^3.0.0-dev
source_gen: ^3.0.0
source_helper: ^1.3.4

dev_dependencies:
Expand All @@ -38,7 +38,7 @@ dev_dependencies:
build_verify: ^3.0.0
collection: ^1.17.0
logging: ^1.0.0
source_gen_test: ^1.3.0-dev
source_gen_test: ^1.3.0
test: ^1.24.4
test_descriptor: ^2.0.0
test_process: ^2.0.0
Expand Down