Skip to content

Commit 7db3b15

Browse files
srawlinscommit-bot@chromium.org
authored andcommitted
Update changelog for analysis_server_client 1.1.2
Change-Id: Ic38c7bf0bd4176f569dce201fe3e3ea9c0869438 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/123885 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
1 parent fb5c75c commit 7db3b15

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

pkg/analysis_server_client/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# 1.1.3
2-
* update dartfix protocol to include --pedantic
1+
# 1.1.2
2+
* Update the dartfix protocol to include `--pedantic`
3+
* Supports changes made to Analysis Server protocol through Dart 2.6.0
34

45
# 1.1.1
56
* Update ConnectionHandler to call checkServerProtocolVersion

pkg/analysis_server_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: analysis_server_client
2-
version: 1.1.3
2+
version: 1.1.2
33
author: Dart Team <misc@dartlang.org>
44
description:
55
A client wrapper over analysis_server.

pkg/dartfix/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ executables:
1313
dartfix:
1414

1515
dependencies:
16-
# pin to an exact version of analysis_server_client because the edit.dartfix protocol
17-
# is experimental and will continue to evolve
18-
analysis_server_client: 1.1.3
16+
# Pin to an exact version of analysis_server_client because the edit.dartfix
17+
# protocol is experimental and will continue to evolve.
18+
analysis_server_client: 1.1.2
1919
args: ^1.4.0
2020
cli_util: ^0.1.3
2121
path: ^1.6.0

0 commit comments

Comments
 (0)