Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Flame v1.13.1 #2949

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,68 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-12-21

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame` - `v1.13.1`](#flame---v1131)
- [`flame_riverpod` - `v5.1.2`](#flame_riverpod---v512)
- [`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_forge2d` - `v0.16.0+4`](#flame_forge2d---v01604)
- [`flame_noise` - `v0.1.1+12`](#flame_noise---v01112)
- [`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_forge2d` - `v0.16.0+4`
- `flame_noise` - `v0.1.1+12`
- `flame_svg` - `v1.8.9`
- `flame_network_assets` - `v0.2.0+12`

---

#### `flame` - `v1.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))
- **FEAT**: Adding ability for a SpawnComponent to not auto start ([#2947](https://github.com/flame-engine/flame/issues/2947)). ([37c7a075](https://github.com/flame-engine/flame/commit/37c7a075a37cfc7c298f02542715b18e87f4cf99))

#### `flame_riverpod` - `v5.1.2`

- **FIX**: Package flame_riverpod, setState() or markNeedsBuild() called during build. ([#2943](https://github.com/flame-engine/flame/issues/2943)). ([54d0e95d](https://github.com/flame-engine/flame/commit/54d0e95d863cc40e95f0310b4964343085f422e9))


## 2023-12-19

### Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 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))
- **FEAT**: Adding ability for a SpawnComponent to not auto start ([#2947](https://github.com/flame-engine/flame/issues/2947)). ([37c7a075](https://github.com/flame-engine/flame/commit/37c7a075a37cfc7c298f02542715b18e87f4cf99))

## 1.13.0

- **FIX**: Logic error in MemoryCache.setValue() ([#2931](https://github.com/flame-engine/flame/issues/2931)). ([8cee80c3](https://github.com/flame-engine/flame/commit/8cee80c35ca676ad25a25c771f0aade88b58150b))
Expand Down
2 changes: 1 addition & 1 deletion 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.0
version: 1.13.1
homepage: https://github.com/flame-engine/flame
funding:
- https://opencollective.com/blue-fire
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.2

- **FIX**: Package flame_riverpod, setState() or markNeedsBuild() called during build. ([#2943](https://github.com/flame-engine/flame/issues/2943)). ([54d0e95d](https://github.com/flame-engine/flame/commit/54d0e95d863cc40e95f0310b4964343085f422e9))

## 5.1.1

- **FIX**: Add super constructor fields to RiverpodAwareGameWidget ([#2932](https://github.com/flame-engine/flame/issues/2932)). ([c2e6ea71](https://github.com/flame-engine/flame/commit/c2e6ea71e5c3c5f0d7ae6bc01a6c2f1f4d4d563b))
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flame_riverpod
description: Helpers for using Riverpod - a reactive caching and data-binding framework,
in conjunction with Flame.
version: 5.1.1
version: 5.1.2
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_riverpod
environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down