Skip to content

Commit

Permalink
chore(release): Flame v1.12.0 (#2911)
Browse files Browse the repository at this point in the history
```
The following 17 packages will be updated:

Package Name           Current Version   Updated Version   Update Reason
flame                  1.11.0            1.12.0            updated with minor changes
flame_riverpod         5.0.0             5.1.0             updated with minor changes
flame_test             1.15.0            1.15.1            dependency was updated
flame_tiled            1.18.0            1.18.1            dependency was updated
flame_oxygen           0.1.9+4           0.1.9+5           dependency was updated
flame_isolate          0.5.0+4           0.5.0+5           dependency was updated
flame_fire_atlas       1.4.4             1.4.5             dependency was updated
flame_audio            2.1.4             2.1.5             dependency was updated
flame_spine            0.1.1+6           0.1.1+7           dependency was updated
flame_bloc             1.10.6            1.10.7            dependency was updated
flame_lottie           0.3.0+4           0.3.0+5           dependency was updated
flame_markdown         0.1.1+4           0.1.1+5           dependency was updated
flame_rive             1.9.7             1.9.8             dependency was updated
flame_forge2d          0.16.0+1          0.16.0+2          dependency was updated
flame_noise            0.1.1+9           0.1.1+10          dependency was updated
flame_svg              1.8.6             1.8.7             dependency was updated
flame_network_assets   0.2.0+9           0.2.0+10          dependency was updated
```
  • Loading branch information
spydon committed Dec 8, 2023
1 parent 8c3cb72 commit 47643f0
Show file tree
Hide file tree
Showing 61 changed files with 230 additions and 91 deletions.
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,72 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-12-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame` - `v1.12.0`](#flame---v1120)
- [`flame_riverpod` - `v5.1.0`](#flame_riverpod---v510)
- [`flame_test` - `v1.15.1`](#flame_test---v1151)
- [`flame_tiled` - `v1.18.1`](#flame_tiled---v1181)
- [`flame_oxygen` - `v0.1.9+5`](#flame_oxygen---v0195)
- [`flame_isolate` - `v0.5.0+5`](#flame_isolate---v0505)
- [`flame_fire_atlas` - `v1.4.5`](#flame_fire_atlas---v145)
- [`flame_audio` - `v2.1.5`](#flame_audio---v215)
- [`flame_spine` - `v0.1.1+7`](#flame_spine---v0117)
- [`flame_bloc` - `v1.10.7`](#flame_bloc---v1107)
- [`flame_lottie` - `v0.3.0+5`](#flame_lottie---v0305)
- [`flame_markdown` - `v0.1.1+5`](#flame_markdown---v0115)
- [`flame_rive` - `v1.9.8`](#flame_rive---v198)
- [`flame_forge2d` - `v0.16.0+2`](#flame_forge2d---v01602)
- [`flame_noise` - `v0.1.1+10`](#flame_noise---v01110)
- [`flame_svg` - `v1.8.7`](#flame_svg---v187)
- [`flame_network_assets` - `v0.2.0+10`](#flame_network_assets---v02010)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flame_test` - `v1.15.1`
- `flame_tiled` - `v1.18.1`
- `flame_oxygen` - `v0.1.9+5`
- `flame_isolate` - `v0.5.0+5`
- `flame_fire_atlas` - `v1.4.5`
- `flame_audio` - `v2.1.5`
- `flame_spine` - `v0.1.1+7`
- `flame_bloc` - `v1.10.7`
- `flame_lottie` - `v0.3.0+5`
- `flame_markdown` - `v0.1.1+5`
- `flame_rive` - `v1.9.8`
- `flame_forge2d` - `v0.16.0+2`
- `flame_noise` - `v0.1.1+10`
- `flame_svg` - `v1.8.7`
- `flame_network_assets` - `v0.2.0+10`

---

#### `flame` - `v1.12.0`

- **FIX**: SpriteAnimationWidget was resetting the ticker even when the playing didn't changed ([#2891](https://github.com/flame-engine/flame/issues/2891)). ([9aed8b4d](https://github.com/flame-engine/flame/commit/9aed8b4dea3074c9ca708ad991cdc90b12707fbe))
- **FEAT**: Scrollable TextBoxComponent ([#2901](https://github.com/flame-engine/flame/issues/2901)). ([8c3cb725](https://github.com/flame-engine/flame/commit/8c3cb725413c46089854713f6ecc4617e1f15600))
- **FEAT**: Add collision completed listener ([#2896](https://github.com/flame-engine/flame/issues/2896)). ([957db3c1](https://github.com/flame-engine/flame/commit/957db3c1ed476b22f7cc62d4df22595449f8756c))
- **FEAT**: Adding autoResetTicker option to SpriteAnimationGroupComponent ([#2899](https://github.com/flame-engine/flame/issues/2899)). ([001c870d](https://github.com/flame-engine/flame/commit/001c870d61be6e7e7aae798df0dc33e5321ed882))
- **FEAT**: Add clearSnapshot function ([#2897](https://github.com/flame-engine/flame/issues/2897)). ([d4decd21](https://github.com/flame-engine/flame/commit/d4decd21eb7506ffd6d84ab5a3ebf1f2067083b6))

#### `flame_riverpod` - `v5.1.0`

- **FIX**: SpriteAnimationWidget was resetting the ticker even when the playing didn't changed ([#2891](https://github.com/flame-engine/flame/issues/2891)). ([9aed8b4d](https://github.com/flame-engine/flame/commit/9aed8b4dea3074c9ca708ad991cdc90b12707fbe))
- **FEAT**: Integration of flame_riverpod ([#2367](https://github.com/flame-engine/flame/issues/2367)). ([0c74560b](https://github.com/flame-engine/flame/commit/0c74560b2e25e86163c6c678ef6515bc11f9c3e7))


## 2023-11-30

### Changes
Expand Down
4 changes: 2 additions & 2 deletions doc/flame/examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
flutter: ">=3.13.0"

dependencies:
flame: ^1.11.0
flame_rive: ^1.9.7
flame: ^1.12.0
flame_rive: ^1.9.8
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/klondike/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/platformer/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/space_shooter/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions examples/games/padracing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:

dependencies:
collection: ^1.17.1
flame: ^1.11.0
flame_forge2d: ^0.16.0+1
flame: ^1.12.0
flame_forge2d: ^0.16.0+2
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand Down
2 changes: 1 addition & 1 deletion examples/games/rogue_shooter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
flutter: ">=3.13.0"

dependencies:
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion examples/games/trex/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
collection: ^1.16.0
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter

Expand Down
18 changes: 9 additions & 9 deletions examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ environment:

dependencies:
dashbook: ^0.1.12
flame: ^1.11.0
flame_audio: ^2.1.4
flame_forge2d: ^0.16.0+1
flame_isolate: ^0.5.0+4
flame_lottie: ^0.3.0+4
flame_noise: ^0.1.1+9
flame_spine: ^0.1.1+6
flame_svg: ^1.8.6
flame_tiled: ^1.18.0
flame: ^1.12.0
flame_audio: ^2.1.5
flame_forge2d: ^0.16.0+2
flame_isolate: ^0.5.0+5
flame_lottie: ^0.3.0+5
flame_noise: ^0.1.1+10
flame_spine: ^0.1.1+7
flame_svg: ^1.8.7
flame_tiled: ^1.18.1
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand Down
8 changes: 8 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.12.0

- **FIX**: SpriteAnimationWidget was resetting the ticker even when the playing didn't changed ([#2891](https://github.com/flame-engine/flame/issues/2891)). ([9aed8b4d](https://github.com/flame-engine/flame/commit/9aed8b4dea3074c9ca708ad991cdc90b12707fbe))
- **FEAT**: Scrollable TextBoxComponent ([#2901](https://github.com/flame-engine/flame/issues/2901)). ([8c3cb725](https://github.com/flame-engine/flame/commit/8c3cb725413c46089854713f6ecc4617e1f15600))
- **FEAT**: Add collision completed listener ([#2896](https://github.com/flame-engine/flame/issues/2896)). ([957db3c1](https://github.com/flame-engine/flame/commit/957db3c1ed476b22f7cc62d4df22595449f8756c))
- **FEAT**: Adding autoResetTicker option to SpriteAnimationGroupComponent ([#2899](https://github.com/flame-engine/flame/issues/2899)). ([001c870d](https://github.com/flame-engine/flame/commit/001c870d61be6e7e7aae798df0dc33e5321ed882))
- **FEAT**: Add clearSnapshot function ([#2897](https://github.com/flame-engine/flame/issues/2897)). ([d4decd21](https://github.com/flame-engine/flame/commit/d4decd21eb7506ffd6d84ab5a3ebf1f2067083b6))

## 1.11.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/flame/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
flutter: ">=3.13.0"

dependencies:
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 1.11.0
version: 1.12.0
homepage: https://github.com/flame-engine/flame
funding:
- https://opencollective.com/blue-fire
Expand All @@ -23,7 +23,7 @@ dev_dependencies:
canvas_test: ^0.2.0
dartdoc: ^6.3.0
flame_lint: ^1.1.2
flame_test: ^1.15.0
flame_test: ^1.15.1
flutter_test:
sdk: flutter
mocktail: ^1.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.5

- Update a dependency to the latest release.

## 2.1.4

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.11.0
flame_audio: ^2.1.4
flame: ^1.12.0
flame_audio: ^2.1.5
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/flame_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flame_audio
description: |
Audio support for the Flame game engine, basically a thin wrapper around the audioplayers package.
version: 2.1.4
version: 2.1.5
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio
funding:
- https://opencollective.com/blue-fire
Expand All @@ -14,7 +14,7 @@ environment:

dependencies:
audioplayers: ^5.0.0
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter
synchronized: ^3.1.0
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.7

- Update a dependency to the latest release.

## 1.10.6

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_bloc/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:

dependencies:
equatable: ^2.0.5
flame: ^1.11.0
flame_bloc: ^1.10.6
flame: ^1.12.0
flame_bloc: ^1.10.7
flutter:
sdk: flutter
flutter_bloc: ^8.1.2
Expand Down
6 changes: 3 additions & 3 deletions packages/flame_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_bloc
description: Integration for the Bloc state management library to Flame games.
version: 1.10.6
version: 1.10.7
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_bloc
funding:
- https://opencollective.com/blue-fire
Expand All @@ -13,7 +13,7 @@ environment:

dependencies:
bloc: ^8.1.1
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter
flutter_bloc: ^8.1.2
Expand All @@ -22,7 +22,7 @@ dependencies:
dev_dependencies:
dartdoc: ^6.3.0
flame_lint: ^1.1.2
flame_test: ^1.15.0
flame_test: ^1.15.1
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_fire_atlas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.5

- Update a dependency to the latest release.

## 1.4.4

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_fire_atlas/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.11.0
flame_fire_atlas: ^1.4.4
flame: ^1.12.0
flame_fire_atlas: ^1.4.5
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/flame_fire_atlas/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flame_fire_atlas
description: Easy to use texture atlases for the flame engine created with the
fire atlas editor
version: 1.4.4
version: 1.4.5
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_fire_atlas
funding:
- https://opencollective.com/blue-fire
Expand All @@ -14,7 +14,7 @@ environment:

dependencies:
archive: ^3.3.9
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter

Expand Down
4 changes: 4 additions & 0 deletions packages/flame_forge2d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.16.0+2

- Update a dependency to the latest release.

## 0.16.0+1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_forge2d/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ environment:

dependencies:
dashbook: ^0.1.12
flame: ^1.11.0
flame_forge2d: ^0.16.0+1
flame: ^1.12.0
flame_forge2d: ^0.16.0+2
flutter:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions packages/flame_forge2d/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_forge2d
description: Forge2D (Box2D) support for the Flame game engine. This uses the forge2d package and provides wrappers and components to be used inside Flame.
version: 0.16.0+1
version: 0.16.0+2
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_forge2d
funding:
- https://opencollective.com/blue-fire
Expand All @@ -12,15 +12,15 @@ environment:
flutter: ">=3.13.0"

dependencies:
flame: ^1.11.0
flame: ^1.12.0
flutter:
sdk: flutter
forge2d: ">=0.12.2 <0.13.0"

dev_dependencies:
dartdoc: ^6.3.0
flame_lint: ^1.1.2
flame_test: ^1.15.0
flame_test: ^1.15.1
flutter_test:
sdk: flutter
mocktail: ^1.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_isolate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0+5

- Update a dependency to the latest release.

## 0.5.0+4

- **DOCS**: Update flame_isolate to point at repository ([#2880](https://github.com/flame-engine/flame/issues/2880)). ([06fdeac6](https://github.com/flame-engine/flame/commit/06fdeac684b2be26206d50282e6a7f2cbac4264c))
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_isolate/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:

dependencies:
collection: ^1.17.1
flame: ^1.11.0
flame_isolate: ^0.5.0+4
flame: ^1.12.0
flame_isolate: ^0.5.0+5
flutter:
sdk: flutter
integral_isolates: ^0.3.0
Expand Down
Loading

0 comments on commit 47643f0

Please sign in to comment.