Prepare to publish analyzer 0.38.4

Change-Id: I251e7bde7b3423cbfb2ee6fe1150088bf44747dd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118647
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
Paul Berry 2019-09-25 19:00:01 +00:00 committed by commit-bot@chromium.org
parent 3e71f286f6
commit 39a1baef6b
4 changed files with 10 additions and 7 deletions

View file

@ -1,3 +1,6 @@
## 0.38.4
* Bug fixes: #33300, #38484, #38505.
## 0.38.3
* Deprecated the following codes from `StaticWarningCode`. Please use the
corresponding error codes from `CompileTimeErrorCode` instead:

View file

@ -1,5 +1,5 @@
name: analyzer
version: 0.38.3
version: 0.38.4
author: Dart Team <misc@dartlang.org>
description: This package provides a library that performs static analysis of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
@ -13,10 +13,10 @@ dependencies:
collection: ^1.10.1
convert: ^2.0.0
crypto: '>=1.1.1 <3.0.0'
front_end: 0.1.25
front_end: 0.1.26
glob: ^1.0.3
html: '>=0.13.4+1 <0.15.0'
kernel: 0.3.25
kernel: 0.3.26
meta: ^1.0.2
package_config: '>=0.1.5 <2.0.0'
path: '>=0.9.0 <2.0.0'

View file

@ -1,18 +1,18 @@
name: front_end
# Currently, front_end API is not stable and users should not
# depend on semver semantics when depending on this package.
version: 0.1.25
version: 0.1.26
author: Dart Team <misc@dartlang.org>
description: Front end for compilation of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
environment:
sdk: '>=2.2.2 <3.0.0'
dependencies:
kernel: 0.3.25
kernel: 0.3.26
package_config: '^1.1.0'
meta: ^1.0.2
dev_dependencies:
analyzer: 0.38.3
analyzer: 0.38.4
args: '>=0.13.0 <2.0.0'
build_integration:
path: ../build_integration

View file

@ -1,7 +1,7 @@
name: kernel
# Currently, kernel API is not stable and users should
# not depend on semver semantics when depending on this package.
version: 0.3.25
version: 0.3.26
author: Dart Team <misc@dartlang.org>
description: Dart IR (Intermediate Representation)
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/kernel