File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
22
23
23
* Added a CHANGELOG validator that complains if you ` pub publish ` without mentioning the current
24
24
version.
25
+ * Removed validation of library names when doing ` pub publish ` .
25
26
* Added support for ` pub global activate ` ing package from a custom pub URL.
26
27
* Added subcommand: ` pub logout ` . Logs you out of the current session.
28
+ * Fix: Use default server for ` pub uploader ` command.
27
29
28
30
#### dart2js
29
31
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ vars = {
111
111
"ply_rev" : "604b32590ffad5cbb82e4afef1d305512d06ae93" ,
112
112
"pool_tag" : "1.3.6" ,
113
113
"protobuf_rev" : "0c77167b16d00b561a6055bfe26690af7f26ae88" ,
114
- "pub_rev" : "3c060aae47985e9a248b850f1d0450304a5c97e3 " ,
114
+ "pub_rev" : "8c363fe26f059c3063f1129adbb3c4e22a8ce954 " ,
115
115
"pub_semver_tag" : "1.4.2" ,
116
116
"quiver_tag" : "2.0.0+1" ,
117
117
"resource_rev" : "2.1.5" ,
You can’t perform that action at this time.
0 commit comments