Skip to content

Commit a5dfbff

Browse files
committed
Support the latest version of pkg/analyzer
Prepare for release
1 parent 7cf8d49 commit a5dfbff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

json_serializable/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1+2
2+
3+
* Support the latest version of the `analyzer` package.
4+
15
## 0.3.1+1
26

37
* Expanded `package:build` support to allow version `0.12.0`.

json_serializable/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: json_serializable
2-
version: 0.3.1+1
2+
version: 0.3.1+2
33
author: Dart Team <misc@dartlang.org>
44
description: Generates utilities to aid in serializing to/from JSON.
55
homepage: https://github.com/dart-lang/json_serializable
66
environment:
77
sdk: '>=2.0.0-dev <2.0.0'
88
dependencies:
9-
analyzer: '>=0.29.10 <0.31.0'
9+
analyzer: '>=0.29.10 <0.32.0'
1010
build: '>=0.9.0 <0.13.0'
1111
build_config: ^0.2.1
1212
cli_util: ^0.1.0

0 commit comments

Comments
 (0)