Skip to content

Commit

Permalink
chore(release): Publish Flame v1.15.0 (#3022)
Browse files Browse the repository at this point in the history
```
The following 18 packages will be updated:

Package Name           Current Version   Updated Version   Update Reason
flame                  1.14.0            1.15.0            updated with minor changes
flame_isolate          0.5.0+7           0.5.1             updated with minor changes
flame_noise            0.1.1+12          0.2.0             updated with major changes
flame_riverpod         5.1.5             5.2.0             updated with minor changes
flame_test             1.15.3            1.15.4            updated with patch changes
flame_texturepacker    2.1.0             3.0.0             updated with major changes
flame_oxygen           0.1.9+7           0.1.9+8           dependency was updated
flame_tiled            1.18.3            1.18.4            dependency was updated
flame_fire_atlas       1.4.7             1.4.8             dependency was updated
flame_audio            2.1.7             2.1.8             dependency was updated
flame_spine            0.1.1+9           0.1.1+10          dependency was updated
flame_bloc             1.10.9            1.10.10           dependency was updated
flame_rive             1.9.10            1.9.11            dependency was updated
flame_lottie           0.3.0+7           0.3.0+8           dependency was updated
flame_markdown         0.1.1+7           0.1.1+8           dependency was updated
flame_forge2d          0.16.0+4          0.16.0+5          dependency was updated
flame_svg              1.8.9             1.8.10            dependency was updated
flame_network_assets   0.2.0+12          0.2.0+13          dependency was updated
```
  • Loading branch information
spydon committed Feb 7, 2024
1 parent 5d3be31 commit abca337
Show file tree
Hide file tree
Showing 64 changed files with 269 additions and 95 deletions.
86 changes: 86 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,92 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-02-07

### Changes

---

Packages with breaking changes:

- [`flame_noise` - `v0.2.0`](#flame_noise---v020)
- [`flame_texturepacker` - `v3.0.0`](#flame_texturepacker---v300)

Packages with other changes:

- [`flame` - `v1.15.0`](#flame---v1150)
- [`flame_isolate` - `v0.5.1`](#flame_isolate---v051)
- [`flame_riverpod` - `v5.2.0`](#flame_riverpod---v520)
- [`flame_test` - `v1.15.4`](#flame_test---v1154)
- [`flame_oxygen` - `v0.1.9+8`](#flame_oxygen---v0198)
- [`flame_tiled` - `v1.18.4`](#flame_tiled---v1184)
- [`flame_fire_atlas` - `v1.4.8`](#flame_fire_atlas---v148)
- [`flame_audio` - `v2.1.8`](#flame_audio---v218)
- [`flame_spine` - `v0.1.1+10`](#flame_spine---v01110)
- [`flame_bloc` - `v1.10.10`](#flame_bloc---v11010)
- [`flame_rive` - `v1.9.11`](#flame_rive---v1911)
- [`flame_lottie` - `v0.3.0+8`](#flame_lottie---v0308)
- [`flame_markdown` - `v0.1.1+8`](#flame_markdown---v0118)
- [`flame_forge2d` - `v0.16.0+5`](#flame_forge2d---v01605)
- [`flame_svg` - `v1.8.10`](#flame_svg---v1810)
- [`flame_network_assets` - `v0.2.0+13`](#flame_network_assets---v02013)

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_oxygen` - `v0.1.9+8`
- `flame_tiled` - `v1.18.4`
- `flame_fire_atlas` - `v1.4.8`
- `flame_audio` - `v2.1.8`
- `flame_spine` - `v0.1.1+10`
- `flame_bloc` - `v1.10.10`
- `flame_rive` - `v1.9.11`
- `flame_lottie` - `v0.3.0+8`
- `flame_markdown` - `v0.1.1+8`
- `flame_forge2d` - `v0.16.0+5`
- `flame_svg` - `v1.8.10`
- `flame_network_assets` - `v0.2.0+13`

---

#### `flame_noise` - `v0.2.0`

- **BREAKING** **FEAT**: Update flame_noise to use latest version of fast_noise ([#3015](https://github.com/flame-engine/flame/issues/3015)). ([2fd84c84](https://github.com/flame-engine/flame/commit/2fd84c846f808bf593ef568150ffb49eecaebf30))

#### `flame_texturepacker` - `v3.0.0`

- **REFACTOR**: Update `flame_texturepacker`'s file structure ([#3014](https://github.com/flame-engine/flame/issues/3014)). ([982f2263](https://github.com/flame-engine/flame/commit/982f2263daae882fb456e750298c874b77c5471b))
- **FEAT**: TexturePacker atlas can be generated from device's file ([#3006](https://github.com/flame-engine/flame/issues/3006)). ([4e6968a0](https://github.com/flame-engine/flame/commit/4e6968a05c659aae09e9f613870c6e5b326f4b44))
- **BREAKING** **FEAT**: Transfer flame_texturepacker to monorepo ([#2987](https://github.com/flame-engine/flame/issues/2987)). ([45c87ddf](https://github.com/flame-engine/flame/commit/45c87ddfb668b035f095cdc17f1a4b7662a3ae11))

#### `flame` - `v1.15.0`

- **REFACTOR**: Minimize `Vector2` creation in `IsometricTileMapComponent` ([#3018](https://github.com/flame-engine/flame/issues/3018)). ([5d3be313](https://github.com/flame-engine/flame/commit/5d3be3137a177c8900158fce10cffc01f729ed7a))
- **FIX**: Set margins of `JoystickComponent` properly ([#3019](https://github.com/flame-engine/flame/issues/3019)). ([e27818d8](https://github.com/flame-engine/flame/commit/e27818d8721c577507411fca085859335206391f))
- **FIX**: Properly update sprites in SpriteButtonComponent ([#3013](https://github.com/flame-engine/flame/issues/3013)). ([23cf8b9d](https://github.com/flame-engine/flame/commit/23cf8b9de81cade9ce90b8401c39432bc70f9d0d))
- **FIX**: Lifecycle completers to be called for FlameGame ([#3007](https://github.com/flame-engine/flame/issues/3007)). ([3804f524](https://github.com/flame-engine/flame/commit/3804f52434cf1bcaf28b501bf96858ecd3636164))
- **FIX**: CameraComponent no longer throws Concurrent modification on stop ([#2997](https://github.com/flame-engine/flame/issues/2997)). ([6a1059b0](https://github.com/flame-engine/flame/commit/6a1059b0a6e381020cdaa7a96ceecbcaa45b9a42))
- **FIX**: Updated PolygonComponent.containsPoint to account for concave polygons ([#2979](https://github.com/flame-engine/flame/issues/2979)). ([a6fe62a2](https://github.com/flame-engine/flame/commit/a6fe62a2c3b74d9b4781531e0c53470b6d3242ea))
- **FIX**: Add missing generic to `ComponentViewportMargin` ([#2983](https://github.com/flame-engine/flame/issues/2983)). ([1d9fe613](https://github.com/flame-engine/flame/commit/1d9fe6139287b984a05e0056c279b9c5d277e026))
- **FEAT**: Add support for base64 encoded images to be manually added to Images cache. ([#3008](https://github.com/flame-engine/flame/issues/3008)). ([1e56293c](https://github.com/flame-engine/flame/commit/1e56293c1f89e7636c97b0ed518642bd493d7a40))
- **FEAT**: Make `Component.key` public ([#2988](https://github.com/flame-engine/flame/issues/2988)). ([7fbd5af9](https://github.com/flame-engine/flame/commit/7fbd5af935211264822f89bc1beb4062d3efdf7a))
- **FEAT**: Add a hitboxFilter argument to raycast() ([#2968](https://github.com/flame-engine/flame/issues/2968)). ([d7c53e23](https://github.com/flame-engine/flame/commit/d7c53e230f32b4b224e23483d99b0b276d14686f))

#### `flame_isolate` - `v0.5.1`

- **FEAT**: Bumped integral_isolates package for flame_isolate ([#2994](https://github.com/flame-engine/flame/issues/2994)). ([3c38ee60](https://github.com/flame-engine/flame/commit/3c38ee6058e7c8b7546c3fcdb1b08e3e40ba138b))

#### `flame_riverpod` - `v5.2.0`

- **FIX**: Add Template param to RiverpodGameMixin ([#2972](https://github.com/flame-engine/flame/issues/2972)). ([622c8553](https://github.com/flame-engine/flame/commit/622c855318b6c1731891b023ddc6429ba1f32329))
- **FEAT**: Make `Component.key` public ([#2988](https://github.com/flame-engine/flame/issues/2988)). ([7fbd5af9](https://github.com/flame-engine/flame/commit/7fbd5af935211264822f89bc1beb4062d3efdf7a))

#### `flame_test` - `v1.15.4`

- **FIX**: Lifecycle completers to be called for FlameGame ([#3007](https://github.com/flame-engine/flame/issues/3007)). ([3804f524](https://github.com/flame-engine/flame/commit/3804f52434cf1bcaf28b501bf96858ecd3636164))


## 2024-01-07

### 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.14.0
flame_rive: ^1.9.10
flame: ^1.15.0
flame_rive: ^1.9.11
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.14.0
flame: ^1.15.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.14.0
flame: ^1.15.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.14.0
flame: ^1.15.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.14.0
flame_forge2d: ^0.16.0+4
flame: ^1.15.0
flame_forge2d: ^0.16.0+5
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.14.0
flame: ^1.15.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.14.0
flame: ^1.15.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.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
flame: ^1.15.0
flame_audio: ^2.1.8
flame_forge2d: ^0.16.0+5
flame_isolate: ^0.5.1
flame_lottie: ^0.3.0+8
flame_noise: ^0.2.0
flame_spine: ^0.1.1+10
flame_svg: ^1.8.10
flame_tiled: ^1.18.4
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand Down
13 changes: 13 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.15.0

- **REFACTOR**: Minimize `Vector2` creation in `IsometricTileMapComponent` ([#3018](https://github.com/flame-engine/flame/issues/3018)). ([5d3be313](https://github.com/flame-engine/flame/commit/5d3be3137a177c8900158fce10cffc01f729ed7a))
- **FIX**: Set margins of `JoystickComponent` properly ([#3019](https://github.com/flame-engine/flame/issues/3019)). ([e27818d8](https://github.com/flame-engine/flame/commit/e27818d8721c577507411fca085859335206391f))
- **FIX**: Properly update sprites in SpriteButtonComponent ([#3013](https://github.com/flame-engine/flame/issues/3013)). ([23cf8b9d](https://github.com/flame-engine/flame/commit/23cf8b9de81cade9ce90b8401c39432bc70f9d0d))
- **FIX**: Lifecycle completers to be called for FlameGame ([#3007](https://github.com/flame-engine/flame/issues/3007)). ([3804f524](https://github.com/flame-engine/flame/commit/3804f52434cf1bcaf28b501bf96858ecd3636164))
- **FIX**: CameraComponent no longer throws Concurrent modification on stop ([#2997](https://github.com/flame-engine/flame/issues/2997)). ([6a1059b0](https://github.com/flame-engine/flame/commit/6a1059b0a6e381020cdaa7a96ceecbcaa45b9a42))
- **FIX**: Updated PolygonComponent.containsPoint to account for concave polygons ([#2979](https://github.com/flame-engine/flame/issues/2979)). ([a6fe62a2](https://github.com/flame-engine/flame/commit/a6fe62a2c3b74d9b4781531e0c53470b6d3242ea))
- **FIX**: Add missing generic to `ComponentViewportMargin` ([#2983](https://github.com/flame-engine/flame/issues/2983)). ([1d9fe613](https://github.com/flame-engine/flame/commit/1d9fe6139287b984a05e0056c279b9c5d277e026))
- **FEAT**: Add support for base64 encoded images to be manually added to Images cache. ([#3008](https://github.com/flame-engine/flame/issues/3008)). ([1e56293c](https://github.com/flame-engine/flame/commit/1e56293c1f89e7636c97b0ed518642bd493d7a40))
- **FEAT**: Make `Component.key` public ([#2988](https://github.com/flame-engine/flame/issues/2988)). ([7fbd5af9](https://github.com/flame-engine/flame/commit/7fbd5af935211264822f89bc1beb4062d3efdf7a))
- **FEAT**: Add a hitboxFilter argument to raycast() ([#2968](https://github.com/flame-engine/flame/issues/2968)). ([d7c53e23](https://github.com/flame-engine/flame/commit/d7c53e230f32b4b224e23483d99b0b276d14686f))

## 1.14.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.14.0
flame: ^1.15.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.14.0
version: 1.15.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.3
flame_test: ^1.15.4
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.8

- Update a dependency to the latest release.

## 2.1.7

- 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.14.0
flame_audio: ^2.1.7
flame: ^1.15.0
flame_audio: ^2.1.8
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.7
version: 2.1.8
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.14.0
flame: ^1.15.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.10

- Update a dependency to the latest release.

## 1.10.9

- 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.14.0
flame_bloc: ^1.10.9
flame: ^1.15.0
flame_bloc: ^1.10.10
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.9
version: 1.10.10
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.14.0
flame: ^1.15.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.3
flame_test: ^1.15.4
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.8

- Update a dependency to the latest release.

## 1.4.7

- 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.14.0
flame_fire_atlas: ^1.4.7
flame: ^1.15.0
flame_fire_atlas: ^1.4.8
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.7
version: 1.4.8
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.14.0
flame: ^1.15.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+5

- Update a dependency to the latest release.

## 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))
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.14.0
flame_forge2d: ^0.16.0+4
flame: ^1.15.0
flame_forge2d: ^0.16.0+5
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+4
version: 0.16.0+5
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.14.0
flame: ^1.15.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.3
flame_test: ^1.15.4
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.1

- **FEAT**: Bumped integral_isolates package for flame_isolate ([#2994](https://github.com/flame-engine/flame/issues/2994)). ([3c38ee60](https://github.com/flame-engine/flame/commit/3c38ee6058e7c8b7546c3fcdb1b08e3e40ba138b))

## 0.5.0+7

- Update a dependency to the latest release.
Expand Down

0 comments on commit abca337

Please sign in to comment.