Skip to content

Commit

Permalink
Version 2.19.0-132.0.dev
Browse files Browse the repository at this point in the history
Merge commit '66208f5d6644d704ab4c4bd20d305c6456017fc1' into 'dev'
  • Loading branch information
Dart CI committed Aug 24, 2022
2 parents 840523e + 66208f5 commit 539f256
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ vars = {
"dartdoc_rev": "b3d4aa002d36c28b0af114abd0997b8521c27b11",
"devtools_rev": "d131d19091f6b89ac89486bd92440a25a523e8b0",
"ffi_rev": "fb5f2667826c0900e551d19101052f84e35f41bf",
"file_rev": "0132eeedea2933513bf230513a766a8baeab0c4f", # b/243151015
"file_rev": "b2e31cb6ef40b223701dbfa0b907fe58468484d7",
"fixnum_rev": "e0b17cc1f639c55a9c24947392c64b5a68992535",
"glob_rev": "1d51fcc172e5adfbae6e82c3f8f119774cb2fca2",
"html_rev": "8243e967caad9932c13971af3b2a7c8f028383d5",
Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 2
MINOR 19
PATCH 0
PRERELEASE 131
PRERELEASE 132
PRERELEASE_PATCH 0
5 changes: 0 additions & 5 deletions tools/generate_package_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@ void main(List<String> args) {
platform('runtime/observatory_2'),
platform('sdk/lib/_internal/sdk_library_metadata'),
platform('third_party/devtools/devtools_shared'),
// Explicitly add package:file (shadowed by //pubspec.yaml).
platform('third_party/pkg/file/packages/file'),
platform('tools/package_deps'),
];

// Remove the package at the top-level of the package:file monorepo.
packageDirs.remove(platform('third_party/pkg/file'));

var cfePackageDirs = [
platform('pkg/front_end/testcases'),
];
Expand Down

0 comments on commit 539f256

Please sign in to comment.