Skip to content

Commit

Permalink
Update pub client version
Browse files Browse the repository at this point in the history
git log --oneline --no-decorate 3c060aae47985e9a248b850f1d0450304a5c97e3..8c363fe26f059c3063f1129adbb3c4e22a8ce954
8c363fe2 Restore default server for uploader command (#2102)
154a1419 Fix #28 -- escaping arguments as mentioned in TODO (#2093)
bb2b8b28 Remove validation for library file paths (#2067)


Change-Id: I795a8d58144003129b36e481b2693656035b2057
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97638
Commit-Queue: Sigurd Meldgaard <[email protected]>
Reviewed-by: Nate Bosch <[email protected]>
Reviewed-by: Jonas Jensen <[email protected]>
  • Loading branch information
sigurdm authored and [email protected] committed Mar 28, 2019
1 parent 3e4a1de commit cc00203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@

* Added a CHANGELOG validator that complains if you `pub publish` without mentioning the current
version.
* Removed validation of library names when doing `pub publish`.
* Added support for `pub global activate`ing package from a custom pub URL.
* Added subcommand: `pub logout`. Logs you out of the current session.
* Fix: Use default server for `pub uploader` command.

#### dart2js

Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ vars = {
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "1.3.6",
"protobuf_rev": "0c77167b16d00b561a6055bfe26690af7f26ae88",
"pub_rev": "3c060aae47985e9a248b850f1d0450304a5c97e3",
"pub_rev": "8c363fe26f059c3063f1129adbb3c4e22a8ce954",
"pub_semver_tag": "1.4.2",
"quiver_tag": "2.0.0+1",
"resource_rev": "2.1.5",
Expand Down

0 comments on commit cc00203

Please sign in to comment.