Skip to content

Commit

Permalink
chore(release): Publish Flame v1.14.0 (#2960)
Browse files Browse the repository at this point in the history
```
Package Name           Current Version   Updated Version   Update Reason
flame                  1.13.1            1.14.0            manual versioning
flame_forge2d          0.16.0+3          0.16.0+4          updated with patch changes
flame_test             1.15.2            1.15.3            dependency was updated
flame_tiled            1.18.2            1.18.3            dependency was updated
flame_oxygen           0.1.9+6           0.1.9+7           dependency was updated
flame_isolate          0.5.0+6           0.5.0+7           dependency was updated
flame_fire_atlas       1.4.6             1.4.7             dependency was updated
flame_audio            2.1.6             2.1.7             dependency was updated
flame_spine            0.1.1+8           0.1.1+9           dependency was updated
flame_bloc             1.10.8            1.10.9            dependency was updated
flame_lottie           0.3.0+6           0.3.0+7           dependency was updated
flame_markdown         0.1.1+6           0.1.1+7           dependency was updated
flame_rive             1.9.9             1.9.10            dependency was updated
flame_noise            0.1.1+11          0.1.1+12          dependency was updated
flame_riverpod         5.1.3             5.1.4             dependency was updated
flame_svg              1.8.8             1.8.9             dependency was updated
flame_network_assets   0.2.0+11          0.2.0+12          dependency was updated
```
  • Loading branch information
spydon committed Jan 4, 2024
1 parent 6858eae commit f96a2c5
Show file tree
Hide file tree
Showing 61 changed files with 229 additions and 91 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,70 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-01-04

### Changes

---

Packages with breaking changes:

- [`flame` - `v1.14.0`](#flame---v1140)

Packages with other changes:

- [`flame_forge2d` - `v0.16.0+4`](#flame_forge2d---v01604)
- [`flame_test` - `v1.15.3`](#flame_test---v1153)
- [`flame_tiled` - `v1.18.3`](#flame_tiled---v1183)
- [`flame_oxygen` - `v0.1.9+7`](#flame_oxygen---v0197)
- [`flame_isolate` - `v0.5.0+7`](#flame_isolate---v0507)
- [`flame_fire_atlas` - `v1.4.7`](#flame_fire_atlas---v147)
- [`flame_audio` - `v2.1.7`](#flame_audio---v217)
- [`flame_spine` - `v0.1.1+9`](#flame_spine---v0119)
- [`flame_bloc` - `v1.10.9`](#flame_bloc---v1109)
- [`flame_lottie` - `v0.3.0+7`](#flame_lottie---v0307)
- [`flame_markdown` - `v0.1.1+7`](#flame_markdown---v0117)
- [`flame_rive` - `v1.9.10`](#flame_rive---v1910)
- [`flame_noise` - `v0.1.1+12`](#flame_noise---v01112)
- [`flame_riverpod` - `v5.1.4`](#flame_riverpod---v514)
- [`flame_svg` - `v1.8.9`](#flame_svg---v189)
- [`flame_network_assets` - `v0.2.0+12`](#flame_network_assets---v02012)

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.3`
- `flame_tiled` - `v1.18.3`
- `flame_oxygen` - `v0.1.9+7`
- `flame_isolate` - `v0.5.0+7`
- `flame_fire_atlas` - `v1.4.7`
- `flame_audio` - `v2.1.7`
- `flame_spine` - `v0.1.1+9`
- `flame_bloc` - `v1.10.9`
- `flame_lottie` - `v0.3.0+7`
- `flame_markdown` - `v0.1.1+7`
- `flame_rive` - `v1.9.10`
- `flame_noise` - `v0.1.1+12`
- `flame_riverpod` - `v5.1.4`
- `flame_svg` - `v1.8.9`
- `flame_network_assets` - `v0.2.0+12`

---

#### `flame` - `v1.14.0`

- **FIX**: Set hitbox `debugColor` to yellow ([#2958](https://github.com/flame-engine/flame/issues/2958)). ([6858eae0](https://github.com/flame-engine/flame/commit/6858eae0766225bb7c940c2aa453459063f7d514))
- **FIX**: Consider displaced hitboxes in GestureHitboxes mixin ([#2957](https://github.com/flame-engine/flame/issues/2957)). ([1085518f](https://github.com/flame-engine/flame/commit/1085518fe279e674bef9a7b938d59926472511f3))
- **FIX**: PolygonComponent.containsLocalPoint to use anchor ([#2953](https://github.com/flame-engine/flame/issues/2953)). ([7969321e](https://github.com/flame-engine/flame/commit/7969321e8662515aa9efe305831ff36d51dd43cb))
- **FEAT**: Notifier for changing current sprite/animation in group components ([#2956](https://github.com/flame-engine/flame/issues/2956)). ([75cf2390](https://github.com/flame-engine/flame/commit/75cf23908e5d509a25cd794d6810162f22b978cb))
- **BREAKING** **REFACTOR**: Remove the Projector interface that is no longer used for coordinate transformations ([#2955](https://github.com/flame-engine/flame/issues/2955)). ([0979dc97](https://github.com/flame-engine/flame/commit/0979dc97f54af1b71b200ced609d874d390c1ca6))

#### `flame_forge2d` - `v0.16.0+4`

- **FIX**: Wake up bodies on gravity change ([#2954](https://github.com/flame-engine/flame/issues/2954)). ([4f58329c](https://github.com/flame-engine/flame/commit/4f58329ceacef84d91cd41019d72bc2351bc50cd))


## 2023-12-22

### 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.13.0
flame_rive: ^1.9.9
flame: ^1.14.0
flame_rive: ^1.9.10
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.13.0
flame: ^1.14.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.13.0
flame: ^1.14.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.13.0
flame: ^1.14.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.13.0
flame_forge2d: ^0.16.0+3
flame: ^1.14.0
flame_forge2d: ^0.16.0+4
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.13.0
flame: ^1.14.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.13.0
flame: ^1.14.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.13.0
flame_audio: ^2.1.6
flame_forge2d: ^0.16.0+3
flame_isolate: ^0.5.0+6
flame_lottie: ^0.3.0+6
flame_noise: ^0.1.1+11
flame_spine: ^0.1.1+8
flame_svg: ^1.8.8
flame_tiled: ^1.18.2
flame: ^1.14.0
flame_audio: ^2.1.7
flame_forge2d: ^0.16.0+4
flame_isolate: ^0.5.0+7
flame_lottie: ^0.3.0+7
flame_noise: ^0.1.1+12
flame_spine: ^0.1.1+9
flame_svg: ^1.8.9
flame_tiled: ^1.18.3
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand Down
10 changes: 10 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.14.0

> Note: This release has breaking changes.
- **FIX**: Set hitbox `debugColor` to yellow ([#2958](https://github.com/flame-engine/flame/issues/2958)). ([6858eae0](https://github.com/flame-engine/flame/commit/6858eae0766225bb7c940c2aa453459063f7d514))
- **FIX**: Consider displaced hitboxes in GestureHitboxes mixin ([#2957](https://github.com/flame-engine/flame/issues/2957)). ([1085518f](https://github.com/flame-engine/flame/commit/1085518fe279e674bef9a7b938d59926472511f3))
- **FIX**: PolygonComponent.containsLocalPoint to use anchor ([#2953](https://github.com/flame-engine/flame/issues/2953)). ([7969321e](https://github.com/flame-engine/flame/commit/7969321e8662515aa9efe305831ff36d51dd43cb))
- **FEAT**: Notifier for changing current sprite/animation in group components ([#2956](https://github.com/flame-engine/flame/issues/2956)). ([75cf2390](https://github.com/flame-engine/flame/commit/75cf23908e5d509a25cd794d6810162f22b978cb))
- **BREAKING** **REFACTOR**: Remove the Projector interface that is no longer used for coordinate transformations ([#2955](https://github.com/flame-engine/flame/issues/2955)). ([0979dc97](https://github.com/flame-engine/flame/commit/0979dc97f54af1b71b200ced609d874d390c1ca6))

## 1.13.1

- **FIX**: The `visibleGameSize` should be based on `viewport.virtualSize` ([#2945](https://github.com/flame-engine/flame/issues/2945)). ([bd130b71](https://github.com/flame-engine/flame/commit/bd130b711b5cb486b8f05225711c6e6c3fe574e6))
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.13.0
flame: ^1.14.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.13.1
version: 1.14.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.2
flame_test: ^1.15.3
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.7

- Update a dependency to the latest release.

## 2.1.6

- Update a dependency to the latest release.
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.13.0
flame_audio: ^2.1.6
flame: ^1.14.0
flame_audio: ^2.1.7
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.6
version: 2.1.7
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.13.0
flame: ^1.14.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.9

- Update a dependency to the latest release.

## 1.10.8

- Update a dependency to the latest release.
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.13.0
flame_bloc: ^1.10.8
flame: ^1.14.0
flame_bloc: ^1.10.9
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.8
version: 1.10.9
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.13.0
flame: ^1.14.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.2
flame_test: ^1.15.3
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.7

- Update a dependency to the latest release.

## 1.4.6

- Update a dependency to the latest release.
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.13.0
flame_fire_atlas: ^1.4.6
flame: ^1.14.0
flame_fire_atlas: ^1.4.7
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.6
version: 1.4.7
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.13.0
flame: ^1.14.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+4

- **FIX**: Wake up bodies on gravity change ([#2954](https://github.com/flame-engine/flame/issues/2954)). ([4f58329c](https://github.com/flame-engine/flame/commit/4f58329ceacef84d91cd41019d72bc2351bc50cd))

## 0.16.0+3

- 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.13.0
flame_forge2d: ^0.16.0+3
flame: ^1.14.0
flame_forge2d: ^0.16.0+4
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+3
version: 0.16.0+4
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.13.0
flame: ^1.14.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.2
flame_test: ^1.15.3
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+7

- Update a dependency to the latest release.

## 0.5.0+6

- Update a dependency to the latest release.
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.13.0
flame_isolate: ^0.5.0+6
flame: ^1.14.0
flame_isolate: ^0.5.0+7
flutter:
sdk: flutter
integral_isolates: ^0.3.0
Expand Down

0 comments on commit f96a2c5

Please sign in to comment.