diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index 1f49c4ea..f8c38271 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -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. diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index 06c449b1..d2184e4b 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -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. @@ -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' @@ -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: @@ -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