Skip to content

Commit

Permalink
chore(release): Publish Flame v1.18.0 et. al (#3178)
Browse files Browse the repository at this point in the history
```
Package Name           Current Version   Updated Version   Update Reason
behavior_tree          0.1.1             0.1.2             manual versioning
flame                  1.17.0            1.18.0            manual versioning
flame_behavior_tree    0.1.1             0.1.2             manual versioning
flame_forge2d          0.18.0            0.18.1            manual versioning
flame_isolate          0.6.0+1           0.6.1             manual versioning
flame_markdown         0.2.0+1           0.2.1             manual versioning
flame_oxygen           0.2.1             0.2.2             manual versioning
flame_sprite_fusion    0.1.1             0.1.2             manual versioning
flame_lottie           0.4.0+1           0.4.1             manual versioning
flame_noise            0.3.0+1           0.3.1             manual versioning
flame_network_assets   0.3.1             0.3.2             manual versioning
flame_spine            0.2.0+1           0.2.1             manual versioning
flame_audio            2.10.1            2.10.2            updated with patch changes
flame_bloc             1.11.1            1.12.0            updated with minor changes
flame_lint             1.1.2             1.2.0             updated with minor changes
flame_rive             1.10.1            1.10.2            updated with patch changes
flame_texturepacker    4.0.0             4.0.1             updated with patch changes
flame_tiled            1.20.1            1.20.2            updated with patch changes
jenny                  1.3.0             1.3.1             updated with patch changes
flame_test             1.16.1            1.16.2            dependency was updated
flame_fire_atlas       1.5.1             1.5.2             dependency was updated
flame_riverpod         5.4.1             5.4.2             dependency was updated
flame_svg              1.10.1            1.10.2            dependency was updated
```
  • Loading branch information
spydon committed May 27, 2024
1 parent ec421d9 commit a1f9633
Show file tree
Hide file tree
Showing 79 changed files with 389 additions and 166 deletions.
126 changes: 126 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,132 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-05-27

### Changes

---

Packages with breaking changes:

- [`flame` - `v1.18.0`](#flame---v1180)

Packages with other changes:

- [`behavior_tree` - `v0.1.2`](#behavior_tree---v012)
- [`flame_behavior_tree` - `v0.1.2`](#flame_behavior_tree---v012)
- [`flame_forge2d` - `v0.18.1`](#flame_forge2d---v0181)
- [`flame_isolate` - `v0.6.1`](#flame_isolate---v061)
- [`flame_markdown` - `v0.2.1`](#flame_markdown---v021)
- [`flame_oxygen` - `v0.2.2`](#flame_oxygen---v022)
- [`flame_sprite_fusion` - `v0.1.2`](#flame_sprite_fusion---v012)
- [`flame_lottie` - `v0.4.1`](#flame_lottie---v041)
- [`flame_noise` - `v0.3.1`](#flame_noise---v031)
- [`flame_network_assets` - `v0.3.2`](#flame_network_assets---v032)
- [`flame_spine` - `v0.2.1`](#flame_spine---v021)
- [`flame_audio` - `v2.10.2`](#flame_audio---v2102)
- [`flame_bloc` - `v1.12.0`](#flame_bloc---v1120)
- [`flame_lint` - `v1.2.0`](#flame_lint---v120)
- [`flame_rive` - `v1.10.2`](#flame_rive---v1102)
- [`flame_texturepacker` - `v4.0.1`](#flame_texturepacker---v401)
- [`flame_tiled` - `v1.20.2`](#flame_tiled---v1202)
- [`jenny` - `v1.3.1`](#jenny---v131)
- [`flame_test` - `v1.16.2`](#flame_test---v1162)
- [`flame_fire_atlas` - `v1.5.2`](#flame_fire_atlas---v152)
- [`flame_riverpod` - `v5.4.2`](#flame_riverpod---v542)
- [`flame_svg` - `v1.10.2`](#flame_svg---v1102)

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.16.2`
- `flame_fire_atlas` - `v1.5.2`
- `flame_riverpod` - `v5.4.2`
- `flame_svg` - `v1.10.2`

---

#### `flame` - `v1.18.0`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))
- **FIX**: Add key parameters to the rest of the components ([#3170](https://github.com/flame-engine/flame/issues/3170)). ([2477ea0f](https://github.com/flame-engine/flame/commit/2477ea0fcee99e71597983146f4af2dffd866971))
- **FIX**: Invoke `setToStart` on child effect controller of wrapping effect controllers ([#3168](https://github.com/flame-engine/flame/issues/3168)). ([217c95f0](https://github.com/flame-engine/flame/commit/217c95f0a53fd5a7933bfa57833f951cc0037878))
- **FIX**: Fix cascading and fallback propagation of text styles ([#3129](https://github.com/flame-engine/flame/issues/3129)). ([7b706d5f](https://github.com/flame-engine/flame/commit/7b706d5f63207aaf82d12a4b26233bc476771b1e))
- **FEAT**: Add `onReleased` action to `AdvancedButtonComponent` which will be called within `onTapUp` ([#3152](https://github.com/flame-engine/flame/issues/3152)). ([2269732e](https://github.com/flame-engine/flame/commit/2269732e64a2acef2451d283c85b03e1101229ec))
- **FEAT**: Support text align on new text rendering pipeline ([#3147](https://github.com/flame-engine/flame/issues/3147)). ([194d5536](https://github.com/flame-engine/flame/commit/194d5536560e464644bff8d5582a8ca8996539f5))
- **FEAT**: Add missing parameters to InlineTextStyle ([#3146](https://github.com/flame-engine/flame/issues/3146)). ([ce9392ab](https://github.com/flame-engine/flame/commit/ce9392abd85fe5fd3ae6f766c3a2957275c6fb8c))
- **FEAT**: Expand flame_lint to respect required pub.dev checks ([#3139](https://github.com/flame-engine/flame/issues/3139)). ([6e80bf5e](https://github.com/flame-engine/flame/commit/6e80bf5e679d1cdeeb9362d4103690b0b381161d))
- **FEAT**: Add accessor to determine a TextElement size ([#3130](https://github.com/flame-engine/flame/issues/3130)). ([8a63a07a](https://github.com/flame-engine/flame/commit/8a63a07ae3b569c316eafa23f0378e00180e0963))
- **FEAT**: Add ability to convert between TextPaint and InlineTextStyle ([#3128](https://github.com/flame-engine/flame/issues/3128)). ([6b63a57a](https://github.com/flame-engine/flame/commit/6b63a57a4888211b284f3a074c17519cb31341e0))
- **FEAT**: Add completed future for effects ([#3123](https://github.com/flame-engine/flame/issues/3123)). ([5e967deb](https://github.com/flame-engine/flame/commit/5e967deb876ed39fa4ee6839471bbfbcd3b72463))
- **FEAT**: Add custom long tap delay ([#3110](https://github.com/flame-engine/flame/issues/3110)). ([a95d7df6](https://github.com/flame-engine/flame/commit/a95d7df606bd2119423cc8a7ae51cacfb7b4dbed))
- **DOCS**: Update the dartdocs for `FixedResolutionViewport` ([#3132](https://github.com/flame-engine/flame/issues/3132)). ([db4b6fd6](https://github.com/flame-engine/flame/commit/db4b6fd6fa5968462d3f89238a92edbb93e4898d))
- **BREAKING** **FIX**: Update IsometricTileMapComponent to have better defined position and size ([#3142](https://github.com/flame-engine/flame/issues/3142)). ([9a7bdc74](https://github.com/flame-engine/flame/commit/9a7bdc7439322a26a388e3ac1b9c1a7c43742222))

#### `behavior_tree` - `v0.1.2`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))

#### `flame_behavior_tree` - `v0.1.2`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))

#### `flame_forge2d` - `v0.18.1`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))

#### `flame_isolate` - `v0.6.1`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))

#### `flame_markdown` - `v0.2.1`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))

#### `flame_oxygen` - `v0.2.2`

#### `flame_sprite_fusion` - `v0.1.2`

#### `flame_lottie` - `v0.4.1`

#### `flame_noise` - `v0.3.1`

#### `flame_network_assets` - `v0.3.2`

#### `flame_spine` - `v0.2.1`

#### `flame_audio` - `v2.10.2`

- **DOCS**: Update flame_audio readme ([#3119](https://github.com/flame-engine/flame/issues/3119)). ([843984de](https://github.com/flame-engine/flame/commit/843984dee5f5f6afd351ef29ad2adb39650f30bb))

#### `flame_bloc` - `v1.12.0`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))
- **FIX**: Call `super.onLoad` from `FlameBlockReader` ([#3175](https://github.com/flame-engine/flame/issues/3175)). ([349f7bd7](https://github.com/flame-engine/flame/commit/349f7bd71437abad666d05f973b6983970ccd0c6))
- **FEAT**: Expand flame_lint to respect required pub.dev checks ([#3139](https://github.com/flame-engine/flame/issues/3139)). ([6e80bf5e](https://github.com/flame-engine/flame/commit/6e80bf5e679d1cdeeb9362d4103690b0b381161d))

#### `flame_lint` - `v1.2.0`

- **FEAT**: Expand flame_lint to respect required pub.dev checks ([#3139](https://github.com/flame-engine/flame/issues/3139)). ([6e80bf5e](https://github.com/flame-engine/flame/commit/6e80bf5e679d1cdeeb9362d4103690b0b381161d))

#### `flame_rive` - `v1.10.2`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))

#### `flame_texturepacker` - `v4.0.1`

- **FIX**: TexturePacker fixes the wrong path for the atlas file. ([#3124](https://github.com/flame-engine/flame/issues/3124)). ([69f5c388](https://github.com/flame-engine/flame/commit/69f5c388ce4e0a64ba5f7331a596777a9eab1e40))

#### `flame_tiled` - `v1.20.2`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))

#### `jenny` - `v1.3.1`

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))


## 2024-04-05

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

dependencies:
flame: ^1.17.0
flame_rive: ^1.10.1
flame: ^1.18.0
flame_rive: ^1.10.2
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0

flutter:
assets:
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/klondike/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
flame: ^1.18.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0
flutter:
assets:
- assets/images/
4 changes: 2 additions & 2 deletions doc/tutorials/platformer/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ environment:
flutter: ">=3.22.0"

dependencies:
flame: ^1.17.0
flame: ^1.18.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/space_shooter/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
flame: ^1.18.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0
flutter_test:
sdk: flutter

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

dependencies:
collection: ^1.17.1
flame: ^1.17.0
flame_forge2d: ^0.18.0
flame: ^1.18.0
flame_forge2d: ^0.18.1
flutter:
sdk: flutter
google_fonts: ^4.0.4
url_launcher: ^6.1.11

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions examples/games/rogue_shooter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ environment:
flutter: ">=3.22.0"

dependencies:
flame: ^1.17.0
flame: ^1.18.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0

flutter:
assets:
Expand Down
4 changes: 2 additions & 2 deletions examples/games/trex/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ environment:

dependencies:
collection: ^1.16.0
flame: ^1.17.0
flame: ^1.18.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0
flutter:
uses-material-design: true
assets:
Expand Down
22 changes: 11 additions & 11 deletions examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ environment:

dependencies:
dashbook: ^0.1.14
flame: ^1.17.0
flame_audio: ^2.10.1
flame_forge2d: ^0.18.0
flame_isolate: ^0.6.0+1
flame_lottie: ^0.4.0+1
flame_noise: ^0.3.0+1
flame_spine: ^0.2.0+1
flame_svg: ^1.10.1
flame_tiled: ^1.20.1
flame: ^1.18.0
flame_audio: ^2.10.2
flame_forge2d: ^0.18.1
flame_isolate: ^0.6.1
flame_lottie: ^0.4.1
flame_noise: ^0.3.1
flame_spine: ^0.2.1
flame_svg: ^1.10.2
flame_tiled: ^1.20.2
flutter:
sdk: flutter
google_fonts: ^4.0.4
jenny: ^1.3.0
jenny: ^1.3.1
meta: ^1.12.0
padracing: ^1.0.0
provider: ^6.0.5
rogue_shooter: ^0.1.0
trex_game: ^0.1.0

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0
test: any

flutter:
Expand Down
19 changes: 19 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.18.0

> Note: This release has breaking changes.
- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))
- **FIX**: Add key parameters to the rest of the components ([#3170](https://github.com/flame-engine/flame/issues/3170)). ([2477ea0f](https://github.com/flame-engine/flame/commit/2477ea0fcee99e71597983146f4af2dffd866971))
- **FIX**: Invoke `setToStart` on child effect controller of wrapping effect controllers ([#3168](https://github.com/flame-engine/flame/issues/3168)). ([217c95f0](https://github.com/flame-engine/flame/commit/217c95f0a53fd5a7933bfa57833f951cc0037878))
- **FIX**: Fix cascading and fallback propagation of text styles ([#3129](https://github.com/flame-engine/flame/issues/3129)). ([7b706d5f](https://github.com/flame-engine/flame/commit/7b706d5f63207aaf82d12a4b26233bc476771b1e))
- **FEAT**: Add `onReleased` action to `AdvancedButtonComponent` which will be called within `onTapUp` ([#3152](https://github.com/flame-engine/flame/issues/3152)). ([2269732e](https://github.com/flame-engine/flame/commit/2269732e64a2acef2451d283c85b03e1101229ec))
- **FEAT**: Support text align on new text rendering pipeline ([#3147](https://github.com/flame-engine/flame/issues/3147)). ([194d5536](https://github.com/flame-engine/flame/commit/194d5536560e464644bff8d5582a8ca8996539f5))
- **FEAT**: Add missing parameters to InlineTextStyle ([#3146](https://github.com/flame-engine/flame/issues/3146)). ([ce9392ab](https://github.com/flame-engine/flame/commit/ce9392abd85fe5fd3ae6f766c3a2957275c6fb8c))
- **FEAT**: Expand flame_lint to respect required pub.dev checks ([#3139](https://github.com/flame-engine/flame/issues/3139)). ([6e80bf5e](https://github.com/flame-engine/flame/commit/6e80bf5e679d1cdeeb9362d4103690b0b381161d))
- **FEAT**: Add accessor to determine a TextElement size ([#3130](https://github.com/flame-engine/flame/issues/3130)). ([8a63a07a](https://github.com/flame-engine/flame/commit/8a63a07ae3b569c316eafa23f0378e00180e0963))
- **FEAT**: Add ability to convert between TextPaint and InlineTextStyle ([#3128](https://github.com/flame-engine/flame/issues/3128)). ([6b63a57a](https://github.com/flame-engine/flame/commit/6b63a57a4888211b284f3a074c17519cb31341e0))
- **FEAT**: Add completed future for effects ([#3123](https://github.com/flame-engine/flame/issues/3123)). ([5e967deb](https://github.com/flame-engine/flame/commit/5e967deb876ed39fa4ee6839471bbfbcd3b72463))
- **FEAT**: Add custom long tap delay ([#3110](https://github.com/flame-engine/flame/issues/3110)). ([a95d7df6](https://github.com/flame-engine/flame/commit/a95d7df606bd2119423cc8a7ae51cacfb7b4dbed))
- **DOCS**: Update the dartdocs for `FixedResolutionViewport` ([#3132](https://github.com/flame-engine/flame/issues/3132)). ([db4b6fd6](https://github.com/flame-engine/flame/commit/db4b6fd6fa5968462d3f89238a92edbb93e4898d))
- **BREAKING** **FIX**: Update IsometricTileMapComponent to have better defined position and size ([#3142](https://github.com/flame-engine/flame/issues/3142)). ([9a7bdc74](https://github.com/flame-engine/flame/commit/9a7bdc7439322a26a388e3ac1b9c1a7c43742222))

## 1.17.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/flame/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ environment:
flutter: ">=3.22.0"

dependencies:
flame: ^1.17.0
flame: ^1.18.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0
flutter_test:
sdk: flutter
6 changes: 3 additions & 3 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.17.0
version: 1.18.0
homepage: https://github.com/flame-engine/flame
funding:
- https://opencollective.com/blue-fire
Expand All @@ -27,8 +27,8 @@ dependencies:
dev_dependencies:
canvas_test: ^0.2.0
dartdoc: ^8.0.8
flame_lint: ^1.1.2
flame_test: ^1.16.1
flame_lint: ^1.2.0
flame_test: ^1.16.2
flutter_test:
sdk: flutter
mocktail: ^1.0.3
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.10.2

- **DOCS**: Update flame_audio readme ([#3119](https://github.com/flame-engine/flame/issues/3119)). ([843984de](https://github.com/flame-engine/flame/commit/843984dee5f5f6afd351ef29ad2adb39650f30bb))

## 2.10.1

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/flame_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
flame_audio: ^2.10.1
flame: ^1.18.0
flame_audio: ^2.10.2
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.2
flame_lint: ^1.2.0

flutter:
assets:
Expand Down
6 changes: 3 additions & 3 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.10.1
version: 2.10.2
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio
funding:
- https://opencollective.com/blue-fire
Expand All @@ -17,14 +17,14 @@ environment:

dependencies:
audioplayers: ^6.0.0
flame: ^1.17.0
flame: ^1.18.0
flutter:
sdk: flutter
synchronized: ^3.1.0

dev_dependencies:
dartdoc: ^8.0.8
flame_lint: ^1.1.2
flame_lint: ^1.2.0
flutter_test:
sdk: flutter
mocktail: ^1.0.3
4 changes: 4 additions & 0 deletions packages/flame_behavior_tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2

- **REFACTOR**: Modernize switch; use switch-expressions and no break; ([#3133](https://github.com/flame-engine/flame/issues/3133)). ([b283b82f](https://github.com/flame-engine/flame/commit/b283b82f6cfa7e7f2ce5ff7f657e6569667183d4))

## 0.1.1

- **FEAT**: Add initial version of `behavior_tree` and `flame_behavior_tree` package ([#3045](https://github.com/flame-engine/flame/issues/3045)). ([faf2df4b](https://github.com/flame-engine/flame/commit/faf2df4b8c68015a1bfbdd96f93c950cb14963ef))
Expand Down
Loading

0 comments on commit a1f9633

Please sign in to comment.