diff --git a/examples/address_book/pubspec.yaml b/examples/address_book/pubspec.yaml index 22ac0489c7d..2f46a62f84d 100644 --- a/examples/address_book/pubspec.yaml +++ b/examples/address_book/pubspec.yaml @@ -1,7 +1,7 @@ name: address_book dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/fitness/pubspec.yaml b/examples/fitness/pubspec.yaml index 93ac318c5ec..c29014bae14 100644 --- a/examples/fitness/pubspec.yaml +++ b/examples/fitness/pubspec.yaml @@ -1,7 +1,7 @@ name: fitness dependencies: flutter: - '0.0.14' + '0.0.15' playfair: ^0.0.10 path: ^1.3.6 sky_tools: any diff --git a/examples/game/pubspec.yaml b/examples/game/pubspec.yaml index eace10de28e..1dd82d2967b 100644 --- a/examples/game/pubspec.yaml +++ b/examples/game/pubspec.yaml @@ -1,10 +1,10 @@ name: asteroids dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any flutter_sprites: - '0.0.11' + '0.0.12' box2d: any dependency_overrides: material_design_icons: diff --git a/examples/hello_world/pubspec.yaml b/examples/hello_world/pubspec.yaml index b93e699fd4b..1c3b0d3f8dc 100644 --- a/examples/hello_world/pubspec.yaml +++ b/examples/hello_world/pubspec.yaml @@ -1,7 +1,7 @@ name: hello_world dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/mine_digger/pubspec.yaml b/examples/mine_digger/pubspec.yaml index 2b35c303ff5..5d1e48c876f 100644 --- a/examples/mine_digger/pubspec.yaml +++ b/examples/mine_digger/pubspec.yaml @@ -1,7 +1,7 @@ name: mine_digger dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/raw/pubspec.yaml b/examples/raw/pubspec.yaml index 5210f8392dd..e4d1bc4bcf4 100644 --- a/examples/raw/pubspec.yaml +++ b/examples/raw/pubspec.yaml @@ -1,7 +1,7 @@ name: sky_raw_examples dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/rendering/pubspec.yaml b/examples/rendering/pubspec.yaml index 1beaa6f04c7..e7e1e5a5652 100644 --- a/examples/rendering/pubspec.yaml +++ b/examples/rendering/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_rendering_examples dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/stocks/pubspec.yaml b/examples/stocks/pubspec.yaml index e363d474d39..7a459433a58 100644 --- a/examples/stocks/pubspec.yaml +++ b/examples/stocks/pubspec.yaml @@ -1,7 +1,7 @@ name: stocks dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/widgets/pubspec.yaml b/examples/widgets/pubspec.yaml index 0bb1e331c3d..5483b686539 100644 --- a/examples/widgets/pubspec.yaml +++ b/examples/widgets/pubspec.yaml @@ -1,7 +1,7 @@ name: sky_widgets_examples dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any flutter_rendering_examples: any dependency_overrides: diff --git a/sky/packages/flx/pubspec.yaml b/sky/packages/flx/pubspec.yaml index 1fd13d604cb..f0ca06cde65 100644 --- a/sky/packages/flx/pubspec.yaml +++ b/sky/packages/flx/pubspec.yaml @@ -1,11 +1,11 @@ name: flx -version: 0.0.3 +version: 0.0.4 author: Flutter Authors description: Library for dealing with Flutter bundle (.flx) files homepage: http://flutter.io dependencies: sky_services: - '0.0.44' + '0.0.45' yaml: ^2.1.3 asn1lib: ^0.4.1 cipher: ^0.7.1 diff --git a/sky/packages/sky/pubspec.yaml b/sky/packages/sky/pubspec.yaml index 8a0d74f3bda..1ea8c5e7e00 100644 --- a/sky/packages/sky/pubspec.yaml +++ b/sky/packages/sky/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter -version: 0.0.14 +version: 0.0.15 author: Flutter Authors description: A framework for writing Flutter applications homepage: http://flutter.io @@ -10,10 +10,10 @@ dependencies: mojo_sdk: 0.1.0 newton: '>=0.1.4 <0.2.0' sky_engine: - '0.0.44' + '0.0.45' sky_services: - '0.0.44' - sky_tools: '>=0.0.28 <0.1.0' + '0.0.45' + sky_tools: '>=0.0.30 <0.1.0' vector_math: '>=1.4.3 <2.0.0' environment: sdk: '>=1.12.0 <2.0.0' diff --git a/sky/packages/sky_engine/pubspec.yaml b/sky/packages/sky_engine/pubspec.yaml index f773e9fb0f2..aa878a722f1 100644 --- a/sky/packages/sky_engine/pubspec.yaml +++ b/sky/packages/sky_engine/pubspec.yaml @@ -1,5 +1,5 @@ name: sky_engine -version: 0.0.44 +version: 0.0.45 author: Flutter Authors description: Dart SDK extensions for dart:ui homepage: http://flutter.io diff --git a/sky/packages/sky_services/pubspec.yaml b/sky/packages/sky_services/pubspec.yaml index b7c2cac36af..1d1e224fe1f 100644 --- a/sky/packages/sky_services/pubspec.yaml +++ b/sky/packages/sky_services/pubspec.yaml @@ -1,5 +1,5 @@ name: sky_services -version: 0.0.44 +version: 0.0.45 author: Flutter Authors description: Mojom interfaces associated with Flutter homepage: http://flutter.io diff --git a/sky/packages/updater/pubspec.yaml b/sky/packages/updater/pubspec.yaml index 4ac63702f11..e0e28d94f26 100644 --- a/sky/packages/updater/pubspec.yaml +++ b/sky/packages/updater/pubspec.yaml @@ -5,13 +5,13 @@ homepage: http://flutter.io dependencies: mojo: 0.3.0 flutter: - '0.0.14' + '0.0.15' sky_services: ^0.0.40 yaml: ^2.1.3 path: ^1.3.0 flx: 0.0.1 flutter_sprites: - '0.0.11' + '0.0.12' dependency_overrides: flutter: path: ../sky diff --git a/sky/packages/workbench/pubspec.yaml b/sky/packages/workbench/pubspec.yaml index 0971ac9131c..f41f03912ef 100644 --- a/sky/packages/workbench/pubspec.yaml +++ b/sky/packages/workbench/pubspec.yaml @@ -5,18 +5,18 @@ description: A workspace to host pub packages homepage: https://github.com/flutter/engine/tree/master/sky/packages/workbench dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any cipher: any asn1lib: any flutter_rendering_examples: any flutter_sprites: - '0.0.11' + '0.0.12' playfair: any flx: - '0.0.3' + '0.0.4' sky_services: - '0.0.44' + '0.0.45' dependency_overrides: material_design_icons: path: ../material_design_icons diff --git a/sky/unit/pubspec.yaml b/sky/unit/pubspec.yaml index 4558d872c99..65d0dabfe48 100644 --- a/sky/unit/pubspec.yaml +++ b/sky/unit/pubspec.yaml @@ -1,7 +1,7 @@ name: sky_unit_tests dependencies: flutter: - '0.0.14' + '0.0.15' sky_tools: any test: any quiver: any diff --git a/skysprites/pubspec.yaml b/skysprites/pubspec.yaml index 4f859ebadb7..3ef612e67bd 100644 --- a/skysprites/pubspec.yaml +++ b/skysprites/pubspec.yaml @@ -1,9 +1,9 @@ name: flutter_sprites description: A sprite toolkit built on top of Flutter -version: 0.0.11 +version: 0.0.12 author: Flutter Authors homepage: http://flutter.io dependencies: flutter: - '0.0.14' + '0.0.15' box2d: ">=0.2.0 <0.3.0"