diff --git a/examples/address_book/pubspec.yaml b/examples/address_book/pubspec.yaml index 30a73e75461..22ac0489c7d 100644 --- a/examples/address_book/pubspec.yaml +++ b/examples/address_book/pubspec.yaml @@ -1,6 +1,7 @@ name: address_book dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/fitness/pubspec.yaml b/examples/fitness/pubspec.yaml index c018dd74130..93ac318c5ec 100644 --- a/examples/fitness/pubspec.yaml +++ b/examples/fitness/pubspec.yaml @@ -1,6 +1,7 @@ name: fitness dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' playfair: ^0.0.10 path: ^1.3.6 sky_tools: any diff --git a/examples/game/pubspec.yaml b/examples/game/pubspec.yaml index 1787c99852b..eace10de28e 100644 --- a/examples/game/pubspec.yaml +++ b/examples/game/pubspec.yaml @@ -1,8 +1,10 @@ name: asteroids dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any - flutter_sprites: any + flutter_sprites: + '0.0.11' box2d: any dependency_overrides: material_design_icons: diff --git a/examples/hello_world/pubspec.yaml b/examples/hello_world/pubspec.yaml index 7cdd0bc0d61..b93e699fd4b 100644 --- a/examples/hello_world/pubspec.yaml +++ b/examples/hello_world/pubspec.yaml @@ -1,6 +1,7 @@ name: hello_world dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/mine_digger/pubspec.yaml b/examples/mine_digger/pubspec.yaml index b07705c15a8..2b35c303ff5 100644 --- a/examples/mine_digger/pubspec.yaml +++ b/examples/mine_digger/pubspec.yaml @@ -1,6 +1,7 @@ name: mine_digger dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/raw/pubspec.yaml b/examples/raw/pubspec.yaml index 0443125d5f4..5210f8392dd 100644 --- a/examples/raw/pubspec.yaml +++ b/examples/raw/pubspec.yaml @@ -1,6 +1,7 @@ name: sky_raw_examples dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/rendering/pubspec.yaml b/examples/rendering/pubspec.yaml index 5158fb48356..1beaa6f04c7 100644 --- a/examples/rendering/pubspec.yaml +++ b/examples/rendering/pubspec.yaml @@ -1,6 +1,7 @@ name: flutter_rendering_examples dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/stocks/pubspec.yaml b/examples/stocks/pubspec.yaml index 2d1c0549f0f..e363d474d39 100644 --- a/examples/stocks/pubspec.yaml +++ b/examples/stocks/pubspec.yaml @@ -1,6 +1,7 @@ name: stocks dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any dependency_overrides: material_design_icons: diff --git a/examples/widgets/pubspec.yaml b/examples/widgets/pubspec.yaml index 8cc7e8c1508..0bb1e331c3d 100644 --- a/examples/widgets/pubspec.yaml +++ b/examples/widgets/pubspec.yaml @@ -1,6 +1,7 @@ name: sky_widgets_examples dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any flutter_rendering_examples: any dependency_overrides: diff --git a/sky/packages/flx/pubspec.yaml b/sky/packages/flx/pubspec.yaml index acaae9e47fa..1fd13d604cb 100644 --- a/sky/packages/flx/pubspec.yaml +++ b/sky/packages/flx/pubspec.yaml @@ -1,10 +1,11 @@ name: flx -version: 0.0.2 +version: 0.0.3 author: Flutter Authors description: Library for dealing with Flutter bundle (.flx) files homepage: http://flutter.io dependencies: - sky_services: ^0.0.40 + sky_services: + '0.0.44' 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 22fea30afa6..8a0d74f3bda 100644 --- a/sky/packages/sky/pubspec.yaml +++ b/sky/packages/sky/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter -version: 0.0.13 +version: 0.0.14 author: Flutter Authors description: A framework for writing Flutter applications homepage: http://flutter.io @@ -9,8 +9,10 @@ dependencies: material_design_icons: '>=0.0.3 <0.1.0' mojo_sdk: 0.1.0 newton: '>=0.1.4 <0.2.0' - sky_engine: 0.0.43 - sky_services: 0.0.43 + sky_engine: + '0.0.44' + sky_services: + '0.0.44' sky_tools: '>=0.0.28 <0.1.0' vector_math: '>=1.4.3 <2.0.0' environment: diff --git a/sky/packages/sky_engine/pubspec.yaml b/sky/packages/sky_engine/pubspec.yaml index 2b8ea1c94d8..f773e9fb0f2 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.43 +version: 0.0.44 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 7fafb729fdf..b7c2cac36af 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.43 +version: 0.0.44 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 1048fb8f7ee..4ac63702f11 100644 --- a/sky/packages/updater/pubspec.yaml +++ b/sky/packages/updater/pubspec.yaml @@ -4,11 +4,14 @@ description: The autoupdater for flutter homepage: http://flutter.io dependencies: mojo: 0.3.0 - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_services: ^0.0.40 yaml: ^2.1.3 path: ^1.3.0 flx: 0.0.1 + flutter_sprites: + '0.0.11' dependency_overrides: flutter: path: ../sky diff --git a/sky/packages/workbench/pubspec.yaml b/sky/packages/workbench/pubspec.yaml index 1a5795f2b98..0971ac9131c 100644 --- a/sky/packages/workbench/pubspec.yaml +++ b/sky/packages/workbench/pubspec.yaml @@ -4,14 +4,19 @@ author: Flutter Authors description: A workspace to host pub packages homepage: https://github.com/flutter/engine/tree/master/sky/packages/workbench dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any cipher: any asn1lib: any flutter_rendering_examples: any - flutter_sprites: any + flutter_sprites: + '0.0.11' playfair: any - flx: any + flx: + '0.0.3' + sky_services: + '0.0.44' dependency_overrides: material_design_icons: path: ../material_design_icons diff --git a/sky/unit/pubspec.yaml b/sky/unit/pubspec.yaml index 62c6b7ef682..4558d872c99 100644 --- a/sky/unit/pubspec.yaml +++ b/sky/unit/pubspec.yaml @@ -1,6 +1,7 @@ name: sky_unit_tests dependencies: - flutter: ">=0.0.3 <0.1.0" + flutter: + '0.0.14' sky_tools: any test: any quiver: any diff --git a/skysprites/pubspec.yaml b/skysprites/pubspec.yaml index 7b3be984b2e..4f859ebadb7 100644 --- a/skysprites/pubspec.yaml +++ b/skysprites/pubspec.yaml @@ -1,8 +1,9 @@ name: flutter_sprites description: A sprite toolkit built on top of Flutter -version: 0.0.10 +version: 0.0.11 author: Flutter Authors homepage: http://flutter.io dependencies: - flutter: ">=0.0.13 <0.1.0" + flutter: + '0.0.14' box2d: ">=0.2.0 <0.3.0"