Dart: Bump peer package versions Review URL: https://codereview.chromium.org/2105993002 .
diff --git a/mojo/dart/packages/mojo_apptest/CHANGELOG.md b/mojo/dart/packages/mojo_apptest/CHANGELOG.md index da6ae24..59fd73f 100644 --- a/mojo/dart/packages/mojo_apptest/CHANGELOG.md +++ b/mojo/dart/packages/mojo_apptest/CHANGELOG.md
@@ -1,3 +1,9 @@ +## 0.2.34 + + - 74 changes: https://github.com/domokit/mojo/compare/b96acd6...abd459d + + MOJO_SDK: abd459df00c19687f5f4d5290033ddbbc33d6583 + ## 0.2.33 - 50 changes: https://github.com/domokit/mojo/compare/e157db5...5cdbd5d
diff --git a/mojo/dart/packages/mojo_apptest/pubspec.yaml b/mojo/dart/packages/mojo_apptest/pubspec.yaml index dcfdda7..af84d2a 100644 --- a/mojo/dart/packages/mojo_apptest/pubspec.yaml +++ b/mojo/dart/packages/mojo_apptest/pubspec.yaml
@@ -1,10 +1,10 @@ author: Chromium Authors <mojo-dev@googlegroups.com> dependencies: - mojo_sdk: 0.2.29 + mojo_sdk: 0.2.30 test: ^0.12.6+1 description: Test harness for mojo applications environment: sdk: '>=1.9.0 <2.0.0' homepage: https://github.com/domokit/mojo name: mojo_apptest -version: 0.2.33 +version: 0.2.34
diff --git a/mojo/dart/packages/mojom/CHANGELOG.md b/mojo/dart/packages/mojom/CHANGELOG.md index 0845079..96c3fd3 100644 --- a/mojo/dart/packages/mojom/CHANGELOG.md +++ b/mojo/dart/packages/mojom/CHANGELOG.md
@@ -1,3 +1,9 @@ +## 0.2.34 + + - 74 changes: https://github.com/domokit/mojo/compare/b96acd6...abd459d + + MOJO_SDK: abd459df00c19687f5f4d5290033ddbbc33d6583 + ## 0.2.33 - 50 changes: https://github.com/domokit/mojo/compare/e157db5...5cdbd5d
diff --git a/mojo/dart/packages/mojom/pubspec.yaml b/mojo/dart/packages/mojom/pubspec.yaml index c5de363..f47787e 100644 --- a/mojo/dart/packages/mojom/pubspec.yaml +++ b/mojo/dart/packages/mojom/pubspec.yaml
@@ -3,7 +3,7 @@ args: '>=0.13.0 <1.0.0' crypto: '>=0.9.0 <1.0.0' logging: '>=0.11.0 <1.0.0' - mojo_sdk: 0.2.29 + mojo_sdk: 0.2.30 path: '>=1.3.5 <2.0.0' yaml: ^2.1.8 description: Placeholder for mojom bindings. @@ -13,4 +13,4 @@ sdk: '>=1.9.0 <2.0.0' homepage: https://github.com/domokit/mojo name: mojom -version: 0.2.33 +version: 0.2.34