Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roll http_multi_server version to http_multi_server #2838

Merged
merged 2 commits into from
Mar 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0+4
* Upgrade DevTools dependencies for http_multi_server [#2838](https://github.com/flutter/devtools/pull/2838)

## 2.0.0+3
* Upgrade DevTools dependencies for usage and shelf_static [#2836](https://github.com/flutter/devtools/pull/2836)

Expand Down
6 changes: 3 additions & 3 deletions packages/devtools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ description: A suite of web-based performance tooling for Dart and Flutter.
# package remaining purely as a container for the compiled copy of the devtools
# app. That ensures that version constraints for the devtools_app do not impact
# this package.
version: 2.0.0+3
version: 2.0.0+4

homepage: https://github.com/flutter/devtools

environment:
sdk: '>=2.3.0 <3.0.0'

dependencies:
devtools_server: 2.0.0+3
devtools_shared: 2.0.0+3
devtools_server: 2.0.0+4
devtools_shared: 2.0.0+4
http: ^0.13.0

dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
// that updates all versions for DevTools.
// Note: a regexp in tools/update_version.sh matches the following line so
// if you change it you must also modify tools/update_version.sh.
const String version = '2.0.0+3';
const String version = '2.0.0+4';
6 changes: 3 additions & 3 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Web-based performance tooling for Dart and Flutter.
# When publishing new versions of this package be sure to publish a new version
# of package:devtools as well. package:devtools contains a compiled snapshot of
# this package.
version: 2.0.0+3
version: 2.0.0+4

homepage: https://github.com/flutter/devtools

Expand All @@ -28,7 +28,7 @@ dependencies:
codicon: ^0.0.3
collection: ^1.15.0-nnbd
dds: ^1.7.6
devtools_shared: 2.0.0+3
devtools_shared: 2.0.0+4
file: ^6.0.0
file_selector: ^0.8.0
file_selector_linux: ^0.0.2
Expand Down Expand Up @@ -59,7 +59,7 @@ dev_dependencies:
build_runner: ^1.3.0
devtools: #^0.1.7
path: ../devtools
devtools_testing: 2.0.0+3
devtools_testing: 2.0.0+4
flutter_test:
sdk: flutter
mockito: ^4.0.0
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A server that supports Dart DevTools.

# Note: this version should only be updated by running tools/update_version.sh
# that updates all versions of packages from packages/devtools.
version: 2.0.0+3
version: 2.0.0+4

homepage: https://github.com/flutter/devtools

Expand All @@ -13,15 +13,15 @@ environment:
dependencies:
args: ^2.0.0
browser_launcher: ^0.1.5
devtools_shared: 2.0.0+3
devtools_shared: 2.0.0+4
intl: '>=0.16.1 <0.18.0'
meta: ^1.3.0
path: ^1.8.0
sse: ^3.1.2
shelf: ^1.0.0
shelf_proxy: ^1.0.0
shelf_static: ^1.0.0
http_multi_server: ^2.2.0
http_multi_server: ^3.0.0
usage: ^4.0.0
vm_service: '>=5.0.0+1 < 7.0.0'

Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Package of shared structures between devtools_app and devtools_serv

# Note: this version should only be updated by running tools/update_version.sh
# that updates all versions of packages from packages/devtools.
version: 2.0.0+3
version: 2.0.0+4

homepage: https://github.com/flutter/devtools

Expand Down
6 changes: 3 additions & 3 deletions packages/devtools_testing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: devtools_testing
description: Package of shared testing code for Dart DevTools.
# Note: this version should only be updated by running tools/update_version.sh
# that updates all versions of packages from packages/devtools.
version: 2.0.0+3
version: 2.0.0+4

homepage: https://github.com/flutter/devtools

environment:
sdk: '>=2.3.0 <3.0.0'

dependencies:
devtools_app: 2.0.0+3
devtools_shared: 2.0.0+3
devtools_app: 2.0.0+4
devtools_shared: 2.0.0+4
flutter:
sdk: flutter
flutter_test:
Expand Down