Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Jul 26, 2020
1 parent 9d218f5 commit 7463cd7
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 66 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [0.0.3]

- Updating Flame version

## [0.0.2]

- Updating Flame version
Expand Down
46 changes: 16 additions & 30 deletions example/pubspec.lock
Expand Up @@ -7,7 +7,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.11"
version: "2.0.13"
args:
dependency: transitive
description:
Expand All @@ -29,6 +29,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.6"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
charcode:
dependency: transitive
description:
Expand All @@ -42,7 +49,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.12"
version: "1.14.13"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -70,14 +77,14 @@ packages:
name: flame
url: "https://pub.dartlang.org"
source: hosted
version: "0.22.1"
version: "0.24.0"
flame_scrolling_sprite:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
flare_dart:
dependency: transitive
description:
Expand All @@ -97,13 +104,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_svg:
dependency: transitive
description:
name: flutter_svg
url: "https://pub.dartlang.org"
source: hosted
version: "0.17.4"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand All @@ -130,20 +130,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.4"
path_drawing:
dependency: transitive
description:
name: path_drawing
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.1"
path_parsing:
dependency: transitive
description:
name: path_parsing
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
path_provider:
dependency: transitive
description:
Expand All @@ -157,7 +143,7 @@ packages:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
version: "3.0.4"
platform:
dependency: transitive
description:
Expand All @@ -183,14 +169,14 @@ packages:
name: tiled
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
version: "0.6.0"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6"
version: "1.2.0"
uuid:
dependency: transitive
description:
Expand All @@ -211,7 +197,7 @@ packages:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "3.5.0"
version: "4.2.0"
sdks:
dart: ">=2.6.0 <3.0.0"
dart: ">=2.9.0-14.0.dev <3.0.0"
flutter: ">=1.10.0 <2.0.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=2.1.0 <3.0.0"

dependencies:
flame: ^0.22.1
flame: 0.24.0
flame_scrolling_sprite:
path: ../
flutter:
Expand Down
52 changes: 19 additions & 33 deletions pubspec.lock
Expand Up @@ -7,7 +7,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.11"
version: "2.0.13"
args:
dependency: transitive
description:
Expand All @@ -21,7 +21,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.1"
version: "2.4.2"
audioplayers:
dependency: transitive
description:
Expand All @@ -43,6 +43,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.6"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
charcode:
dependency: transitive
description:
Expand All @@ -63,7 +70,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.12"
version: "1.14.13"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -91,7 +98,7 @@ packages:
name: flame
url: "https://pub.dartlang.org"
source: hosted
version: "0.22.1"
version: "0.24.0"
flare_dart:
dependency: transitive
description:
Expand All @@ -111,13 +118,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_svg:
dependency: transitive
description:
name: flutter_svg
url: "https://pub.dartlang.org"
source: hosted
version: "0.17.4"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -134,7 +134,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.6"
version: "0.12.8"
meta:
dependency: "direct main"
description:
Expand All @@ -156,20 +156,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
path_drawing:
dependency: transitive
description:
name: path_drawing
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.1"
path_parsing:
dependency: transitive
description:
name: path_parsing
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
path_provider:
dependency: transitive
description:
Expand All @@ -183,7 +169,7 @@ packages:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
version: "3.0.4"
platform:
dependency: transitive
description:
Expand All @@ -209,7 +195,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.3"
version: "1.9.5"
stream_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -244,21 +230,21 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.16"
version: "0.2.17"
tiled:
dependency: transitive
description:
name: tiled
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
version: "0.6.0"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6"
version: "1.2.0"
uuid:
dependency: transitive
description:
Expand All @@ -279,7 +265,7 @@ packages:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "3.5.0"
version: "4.2.0"
sdks:
dart: ">=2.7.0 <3.0.0"
dart: ">=2.9.0-14.0.dev <3.0.0"
flutter: ">=1.10.0 <2.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,13 +1,13 @@
name: flame_scrolling_sprite
description: Flame package adding a simple scrolling sprite to make it easy to repeat the same image over time.
version: 0.0.2
version: 0.0.3
homepage: https://github.com/flame-engine/flame_scrolling_sprite

environment:
sdk: ">=2.1.0 <3.0.0"

dependencies:
flame: ^0.22.1
flame: ">=0.24.0 <1.0.0"
meta: ^1.1.8
flutter:
sdk: flutter
Expand Down

0 comments on commit 7463cd7

Please sign in to comment.