Update version to 2.2.3
diff --git a/packages/devtools/pubspec.yaml b/packages/devtools/pubspec.yaml index 19019a6..de57c98 100644 --- a/packages/devtools/pubspec.yaml +++ b/packages/devtools/pubspec.yaml
@@ -8,7 +8,7 @@ # 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.2.2 +version: 2.2.3 homepage: https://github.com/flutter/devtools @@ -16,8 +16,8 @@ sdk: '>=2.3.0 <3.0.0' dependencies: - devtools_server: 2.2.2 - devtools_shared: 2.2.2 + devtools_server: 2.2.3 + devtools_shared: 2.2.3 http: ^0.13.0 dependency_overrides:
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 255ac8c..77dc5e8 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart
@@ -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.2.2'; +const String version = '2.2.3';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index dc17b1d..a2703a0 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml
@@ -6,7 +6,7 @@ # 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.2.2 +version: 2.2.3 homepage: https://github.com/flutter/devtools @@ -27,7 +27,7 @@ codicon: ^0.0.3 collection: ^1.15.0-nnbd dds: ^1.7.6 - devtools_shared: 2.2.2 + devtools_shared: 2.2.3 file: ^6.0.0 file_selector: ^0.8.0 file_selector_linux: ^0.0.2 @@ -60,7 +60,7 @@ build_runner: ^1.3.0 devtools: #^0.1.7 path: ../devtools - devtools_testing: 2.2.2 + devtools_testing: 2.2.3 flutter_test: sdk: flutter mockito: ^4.0.0
diff --git a/packages/devtools_server/pubspec.yaml b/packages/devtools_server/pubspec.yaml index 72da056..d1e62e4 100644 --- a/packages/devtools_server/pubspec.yaml +++ b/packages/devtools_server/pubspec.yaml
@@ -3,7 +3,7 @@ # Note: this version should only be updated by running tools/update_version.sh # that updates all versions of packages from packages/devtools. -version: 2.2.2 +version: 2.2.3 homepage: https://github.com/flutter/devtools @@ -13,7 +13,7 @@ dependencies: args: ^2.0.0 browser_launcher: ^0.1.5 - devtools_shared: 2.2.2 + devtools_shared: 2.2.3 intl: '>=0.16.1 <0.18.0' meta: ^1.3.0 path: ^1.8.0
diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index 2d69d8a..88e2c93 100644 --- a/packages/devtools_shared/pubspec.yaml +++ b/packages/devtools_shared/pubspec.yaml
@@ -3,7 +3,7 @@ # Note: this version should only be updated by running tools/update_version.sh # that updates all versions of packages from packages/devtools. -version: 2.2.2 +version: 2.2.3 homepage: https://github.com/flutter/devtools
diff --git a/packages/devtools_testing/pubspec.yaml b/packages/devtools_testing/pubspec.yaml index f05925d..a9fef96 100644 --- a/packages/devtools_testing/pubspec.yaml +++ b/packages/devtools_testing/pubspec.yaml
@@ -2,7 +2,7 @@ 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.2.2 +version: 2.2.3 homepage: https://github.com/flutter/devtools @@ -10,8 +10,8 @@ sdk: '>=2.3.0 <3.0.0' dependencies: - devtools_app: 2.2.2 - devtools_shared: 2.2.2 + devtools_app: 2.2.3 + devtools_shared: 2.2.3 flutter: sdk: flutter flutter_riverpod: ^0.14.0+3