Skip to content

Commit

Permalink
chore(release): Publish Flame v1.16.0 et. al (#3044)
Browse files Browse the repository at this point in the history
```
Package Name           Current Version   Updated Version   Update Reason
flame                  1.15.0            1.16.0            manual versioning
flame_audio            2.1.8             2.10.0            manual versioning
flame_bloc             1.10.10           1.11.0            manual versioning
flame_fire_atlas       1.4.8             1.5.0             manual versioning
flame_rive             1.9.11            1.10.0            manual versioning
flame_riverpod         5.2.0             5.3.0             manual versioning
flame_svg              1.9.0             1.10.0            manual versioning
flame_test             1.15.4            1.16.0            manual versioning
flame_texturepacker    3.0.0             3.1.0             manual versioning
flame_tiled            1.18.4            1.19.0            manual versioning
flame_forge2d          0.16.0+5          0.17.0            updated with major changes
flame_isolate          0.5.1             0.6.0             updated with major changes
flame_lottie           0.3.0+8           0.4.0             updated with major changes
flame_markdown         0.1.1+8           0.2.0             updated with major changes
flame_network_assets   0.2.0+13          0.3.0             updated with major changes
flame_noise            0.2.0             0.3.0             updated with major changes
flame_oxygen           0.1.9+8           0.2.0             updated with major changes
flame_spine            0.1.1+10          0.2.0             updated with major changes
flame_splash_screen    0.2.0             0.3.0             updated with major changes
jenny                  1.2.1             1.3.0             updated with minor changes
```
  • Loading branch information
spydon committed Feb 17, 2024
1 parent 7c3038b commit d409193
Show file tree
Hide file tree
Showing 70 changed files with 373 additions and 132 deletions.
119 changes: 119 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,125 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-02-17

### Changes

---

Packages with breaking changes:

- [`flame` - `v1.16.0`](#flame---v1160)
- [`flame_audio` - `v2.10.0`](#flame_audio---v2100)
- [`flame_bloc` - `v1.11.0`](#flame_bloc---v1110)
- [`flame_fire_atlas` - `v1.5.0`](#flame_fire_atlas---v150)
- [`flame_rive` - `v1.10.0`](#flame_rive---v1100)
- [`flame_riverpod` - `v5.3.0`](#flame_riverpod---v530)
- [`flame_svg` - `v1.10.0`](#flame_svg---v1100)
- [`flame_test` - `v1.16.0`](#flame_test---v1160)
- [`flame_texturepacker` - `v3.1.0`](#flame_texturepacker---v310)
- [`flame_tiled` - `v1.19.0`](#flame_tiled---v1190)
- [`flame_forge2d` - `v0.17.0`](#flame_forge2d---v0170)
- [`flame_isolate` - `v0.6.0`](#flame_isolate---v060)
- [`flame_lottie` - `v0.4.0`](#flame_lottie---v040)
- [`flame_markdown` - `v0.2.0`](#flame_markdown---v020)
- [`flame_network_assets` - `v0.3.0`](#flame_network_assets---v030)
- [`flame_noise` - `v0.3.0`](#flame_noise---v030)
- [`flame_oxygen` - `v0.2.0`](#flame_oxygen---v020)
- [`flame_spine` - `v0.2.0`](#flame_spine---v020)
- [`flame_splash_screen` - `v0.3.0`](#flame_splash_screen---v030)

Packages with other changes:

- [`jenny` - `v1.3.0`](#jenny---v130)

---

#### `flame` - `v1.16.0`

- **REFACTOR**: Fix unrelated types reported by DCM ([#3023](https://github.com/flame-engine/flame/issues/3023)). ([1d020a52](https://github.com/flame-engine/flame/commit/1d020a525b81df1cb45345d3e36a9c4e9caf701e))
- **FIX**: Vertices in `PolygonComponent` should subtract vertices positioning ([#3040](https://github.com/flame-engine/flame/issues/3040)). ([4f053ed7](https://github.com/flame-engine/flame/commit/4f053ed74c09d4e19a53694130b5d5c0d3e23aa6))
- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_audio` - `v2.10.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_bloc` - `v1.11.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_fire_atlas` - `v1.5.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_rive` - `v1.10.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_riverpod` - `v5.3.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_svg` - `v1.10.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_test` - `v1.16.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_texturepacker` - `v3.1.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_tiled` - `v1.19.0`

- **FEAT**: Add TiledObjectHealpers extension on TiledObject ([#3032](https://github.com/flame-engine/flame/issues/3032)). ([78380b9d](https://github.com/flame-engine/flame/commit/78380b9d3bb895e20f382c4a1227bcc11e5038b9))
- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_forge2d` - `v0.17.0`

- **FIX**: BodyComponent fixtures should test with global point ([#3042](https://github.com/flame-engine/flame/issues/3042)). ([7c3038be](https://github.com/flame-engine/flame/commit/7c3038becba91550eb47a033cbed7208d570e012))
- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_isolate` - `v0.6.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_lottie` - `v0.4.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_markdown` - `v0.2.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_network_assets` - `v0.3.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_noise` - `v0.3.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_oxygen` - `v0.2.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_spine` - `v0.2.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `flame_splash_screen` - `v0.3.0`

- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

#### `jenny` - `v1.3.0`

- **FEAT**: Add new methods to CommandStorage to support more arguments ([#3035](https://github.com/flame-engine/flame/issues/3035)). ([21922620](https://github.com/flame-engine/flame/commit/219226201a8d0c6e301c388299277be95b585c0e))


## 2024-02-11

### Changes
Expand Down
6 changes: 3 additions & 3 deletions doc/flame/examples/pubspec.yaml
Expand Up @@ -5,11 +5,11 @@ publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
flame: ^1.15.0
flame_rive: ^1.9.11
flame: ^1.16.0
flame_rive: ^1.10.0
flutter:
sdk: flutter

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

dependencies:
flame: ^1.15.0
flame: ^1.16.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/platformer/app/pubspec.yaml
Expand Up @@ -5,10 +5,10 @@ version: 1.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
flame: ^1.15.0
flame: ^1.16.0
flutter:
sdk: flutter

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

dependencies:
flame: ^1.15.0
flame: ^1.16.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions examples/games/padracing/pubspec.yaml
Expand Up @@ -8,8 +8,8 @@ environment:

dependencies:
collection: ^1.17.1
flame: ^1.15.0
flame_forge2d: ^0.16.0+5
flame: ^1.16.0
flame_forge2d: ^0.17.0
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand Down
4 changes: 2 additions & 2 deletions examples/games/rogue_shooter/pubspec.yaml
Expand Up @@ -7,10 +7,10 @@ version: 0.1.0

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
flame: ^1.15.0
flame: ^1.16.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions examples/games/trex/pubspec.yaml
Expand Up @@ -7,11 +7,11 @@ version: 0.1.0

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
collection: ^1.16.0
flame: ^1.15.0
flame: ^1.16.0
flutter:
sdk: flutter

Expand Down
20 changes: 10 additions & 10 deletions examples/pubspec.yaml
Expand Up @@ -7,19 +7,19 @@ version: 0.1.0

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
dashbook: ^0.1.12
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.9.0
flame_tiled: ^1.18.4
flame: ^1.16.0
flame_audio: ^2.10.0
flame_forge2d: ^0.17.0
flame_isolate: ^0.6.0
flame_lottie: ^0.4.0
flame_noise: ^0.3.0
flame_spine: ^0.2.0
flame_svg: ^1.10.0
flame_tiled: ^1.19.0
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Expand Up @@ -16,7 +16,7 @@ command:
bootstrap:
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"
dependencies:
meta: ^1.9.1
vector_math: ^2.1.4
Expand Down
8 changes: 8 additions & 0 deletions packages/flame/CHANGELOG.md
@@ -1,3 +1,11 @@
## 1.16.0

> Note: This release has breaking changes.
- **REFACTOR**: Fix unrelated types reported by DCM ([#3023](https://github.com/flame-engine/flame/issues/3023)). ([1d020a52](https://github.com/flame-engine/flame/commit/1d020a525b81df1cb45345d3e36a9c4e9caf701e))
- **FIX**: Vertices in `PolygonComponent` should subtract vertices positioning ([#3040](https://github.com/flame-engine/flame/issues/3040)). ([4f053ed7](https://github.com/flame-engine/flame/commit/4f053ed74c09d4e19a53694130b5d5c0d3e23aa6))
- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

## 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))
Expand Down
4 changes: 2 additions & 2 deletions packages/flame/example/pubspec.yaml
Expand Up @@ -5,10 +5,10 @@ publish_to: 'none'

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
flame: ^1.15.0
flame: ^1.16.0
flutter:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions packages/flame/pubspec.yaml
@@ -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.15.0
version: 1.16.0
homepage: https://github.com/flame-engine/flame
funding:
- https://opencollective.com/blue-fire
Expand All @@ -9,7 +9,7 @@ funding:

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
collection: ^1.17.1
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.4
flame_test: ^1.16.0
flutter_test:
sdk: flutter
mocktail: ^1.0.1
Expand Down
6 changes: 6 additions & 0 deletions packages/flame_audio/CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.10.0

> Note: This release has breaking changes.
- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

## 2.1.8

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_audio/example/pubspec.yaml
Expand Up @@ -9,8 +9,8 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.15.0
flame_audio: ^2.1.8
flame: ^1.16.0
flame_audio: ^2.10.0
flutter:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions packages/flame_audio/pubspec.yaml
@@ -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.8
version: 2.10.0
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio
funding:
- https://opencollective.com/blue-fire
Expand All @@ -10,11 +10,11 @@ funding:

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
audioplayers: ^5.0.0
flame: ^1.15.0
flame: ^1.16.0
flutter:
sdk: flutter
synchronized: ^3.1.0
Expand Down
6 changes: 6 additions & 0 deletions packages/flame_bloc/CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.11.0

> Note: This release has breaking changes.
- **BREAKING** **FIX**: Migrate from `RawKeyEvent` to `KeyEvent` ([#3002](https://github.com/flame-engine/flame/issues/3002)). ([330862c9](https://github.com/flame-engine/flame/commit/330862c98ecc7ed8d94e7cae0c34cd5781da0007))

## 1.10.10

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/flame_bloc/example/pubspec.yaml
Expand Up @@ -7,12 +7,12 @@ version: 1.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
equatable: ^2.0.5
flame: ^1.15.0
flame_bloc: ^1.10.10
flame: ^1.16.0
flame_bloc: ^1.11.0
flutter:
sdk: flutter
flutter_bloc: ^8.1.2
Expand Down

0 comments on commit d409193

Please sign in to comment.