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): Publish packages #3373

Merged
merged 1 commit into from
Nov 25, 2024
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
77 changes: 77 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,83 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-11-24

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame` - `v1.22.0`](#flame---v1220)
- [`flame_console` - `v0.1.1`](#flame_console---v011)
- [`flame_fire_atlas` - `v1.7.0`](#flame_fire_atlas---v170)
- [`flame_behavior_tree` - `v0.1.3+3`](#flame_behavior_tree---v0133)
- [`flame_test` - `v1.17.3`](#flame_test---v1173)
- [`flame_tiled` - `v1.21.1`](#flame_tiled---v1211)
- [`flame_oxygen` - `v0.2.3+3`](#flame_oxygen---v0233)
- [`flame_isolate` - `v0.6.2+3`](#flame_isolate---v0623)
- [`flame_texturepacker` - `v4.1.3`](#flame_texturepacker---v413)
- [`flame_sprite_fusion` - `v0.1.3+3`](#flame_sprite_fusion---v0133)
- [`flame_audio` - `v2.10.6`](#flame_audio---v2106)
- [`flame_spine` - `v0.2.2+3`](#flame_spine---v0223)
- [`flame_bloc` - `v1.12.4`](#flame_bloc---v1124)
- [`flame_kenney_xml` - `v0.1.1+3`](#flame_kenney_xml---v0113)
- [`flame_lottie` - `v0.4.2+3`](#flame_lottie---v0423)
- [`flame_rive` - `v1.10.6`](#flame_rive---v1106)
- [`flame_markdown` - `v0.2.2+3`](#flame_markdown---v0223)
- [`flame_svg` - `v1.11.3`](#flame_svg---v1113)
- [`flame_forge2d` - `v0.18.2+3`](#flame_forge2d---v01823)
- [`flame_noise` - `v0.3.2+3`](#flame_noise---v0323)
- [`flame_riverpod` - `v5.4.6`](#flame_riverpod---v546)
- [`flame_network_assets` - `v0.3.3+3`](#flame_network_assets---v0333)

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_behavior_tree` - `v0.1.3+3`
- `flame_test` - `v1.17.3`
- `flame_tiled` - `v1.21.1`
- `flame_oxygen` - `v0.2.3+3`
- `flame_isolate` - `v0.6.2+3`
- `flame_texturepacker` - `v4.1.3`
- `flame_sprite_fusion` - `v0.1.3+3`
- `flame_audio` - `v2.10.6`
- `flame_spine` - `v0.2.2+3`
- `flame_bloc` - `v1.12.4`
- `flame_kenney_xml` - `v0.1.1+3`
- `flame_lottie` - `v0.4.2+3`
- `flame_rive` - `v1.10.6`
- `flame_markdown` - `v0.2.2+3`
- `flame_svg` - `v1.11.3`
- `flame_forge2d` - `v0.18.2+3`
- `flame_noise` - `v0.3.2+3`
- `flame_riverpod` - `v5.4.6`
- `flame_network_assets` - `v0.3.3+3`

---

#### `flame` - `v1.22.0`

- **FIX**: Remove extra `implements SizeProvider`s ([#3358](https://github.com/flame-engine/flame/issues/3358)). ([47ba0d87](https://github.com/flame-engine/flame/commit/47ba0d8738b101ed59781f8ba384cf05a16d65f1))
- **FEAT**: Add WorldRoute to enable swapping worlds from the RouterComponent ([#3372](https://github.com/flame-engine/flame/issues/3372)). ([497f128f](https://github.com/flame-engine/flame/commit/497f128f8c32758f94d8d4752e9166fd3b625608))
- **FEAT**(overlays): Added the 'priority' parameter for overlays ([#3349](https://github.com/flame-engine/flame/issues/3349)). ([e591ebf8](https://github.com/flame-engine/flame/commit/e591ebf8a320ff3d55b9ae9e50390bf2ab5a8919))

#### `flame_console` - `v0.1.1`

- **FIX**(flame_console): MemoryRepository can't be const ([#3362](https://github.com/flame-engine/flame/issues/3362)). ([e977bd49](https://github.com/flame-engine/flame/commit/e977bd495b196368582eda4e7d8019adc6c268f4))
- **FEAT**: Adding FlameConsole ([#3329](https://github.com/flame-engine/flame/issues/3329)). ([cf5358cd](https://github.com/flame-engine/flame/commit/cf5358cd9069dab9e327e766553bd65e151f1540))

#### `flame_fire_atlas` - `v1.7.0`

- **FEAT**: Adding getters and methods for easier manipulation of selections ([#3350](https://github.com/flame-engine/flame/issues/3350)). ([291af57d](https://github.com/flame-engine/flame/commit/291af57deb7d742a73438b026ca2f4fd1c6a3454))


## 2024-10-16

### 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.22.0"

dependencies:
flame: ^1.21.0
flame_rive: ^1.10.5
flame: ^1.22.0
flame_rive: ^1.10.6
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.4.0 <4.0.0"

dependencies:
flame: ^1.21.0
flame: ^1.22.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 @@ -8,7 +8,7 @@ environment:
flutter: ">=3.22.0"

dependencies:
flame: ^1.21.0
flame: ^1.22.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.4.0 <4.0.0"

dependencies:
flame: ^1.21.0
flame: ^1.22.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.21.0
flame_forge2d: ^0.18.2+2
flame: ^1.22.0
flame_forge2d: ^0.18.2+3
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.22.0"

dependencies:
flame: ^1.21.0
flame: ^1.22.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.21.0
flame: ^1.22.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.15
flame: ^1.21.0
flame_audio: ^2.10.5
flame_forge2d: ^0.18.2+2
flame_isolate: ^0.6.2+2
flame_lottie: ^0.4.2+2
flame_noise: ^0.3.2+2
flame_spine: ^0.2.2+2
flame_svg: ^1.11.2
flame_tiled: ^1.21.0
flame: ^1.22.0
flame_audio: ^2.10.6
flame_forge2d: ^0.18.2+3
flame_isolate: ^0.6.2+3
flame_lottie: ^0.4.2+3
flame_noise: ^0.3.2+3
flame_spine: ^0.2.2+3
flame_svg: ^1.11.3
flame_tiled: ^1.21.1
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand Down
6 changes: 6 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.22.0

- **FIX**: Remove extra `implements SizeProvider`s ([#3358](https://github.com/flame-engine/flame/issues/3358)). ([47ba0d87](https://github.com/flame-engine/flame/commit/47ba0d8738b101ed59781f8ba384cf05a16d65f1))
- **FEAT**: Add WorldRoute to enable swapping worlds from the RouterComponent ([#3372](https://github.com/flame-engine/flame/issues/3372)). ([497f128f](https://github.com/flame-engine/flame/commit/497f128f8c32758f94d8d4752e9166fd3b625608))
- **FEAT**(overlays): Added the 'priority' parameter for overlays ([#3349](https://github.com/flame-engine/flame/issues/3349)). ([e591ebf8](https://github.com/flame-engine/flame/commit/e591ebf8a320ff3d55b9ae9e50390bf2ab5a8919))

## 1.21.0

- **FIX**: Widgets flickering ([#3343](https://github.com/flame-engine/flame/issues/3343)). ([ff170dc5](https://github.com/flame-engine/flame/commit/ff170dc5c2acc41190249b48e61767ea459fabb4))
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.22.0"

dependencies:
flame: ^1.21.0
flame: ^1.22.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.21.0
version: 1.22.0
homepage: https://github.com/flame-engine/flame
funding:
- https://opencollective.com/blue-fire
Expand Down Expand Up @@ -28,7 +28,7 @@ dev_dependencies:
canvas_test: ^0.2.0
dartdoc: ^8.0.8
flame_lint: ^1.2.1
flame_test: ^1.17.2
flame_test: ^1.17.3
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.6

- Update a dependency to the latest release.

## 2.10.5

- 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.4.0 <4.0.0"

dependencies:
flame: ^1.21.0
flame_audio: ^2.10.5
flame: ^1.22.0
flame_audio: ^2.10.6
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.10.5
version: 2.10.6
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio
funding:
- https://opencollective.com/blue-fire
Expand All @@ -17,7 +17,7 @@ environment:

dependencies:
audioplayers: ^6.0.0
flame: ^1.21.0
flame: ^1.22.0
flutter:
sdk: flutter
synchronized: ^3.1.0
Expand Down
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.3+3

- Update a dependency to the latest release.

## 0.1.3+2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_behavior_tree/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.21.0
flame_behavior_tree: ^0.1.3+2
flame: ^1.22.0
flame_behavior_tree: ^0.1.3+3
flutter:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions packages/flame_behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_behavior_tree
description: A bridge package that integrates behavior_tree package with flame.
version: 0.1.3+2
version: 0.1.3+3
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_behavior_tree
funding:
- https://opencollective.com/blue-fire
Expand All @@ -15,13 +15,13 @@ environment:

dependencies:
behavior_tree: ^0.1.3
flame: ^1.21.0
flame: ^1.22.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.1
flame_test: ^1.17.2
flame_test: ^1.17.3
flutter_test:
sdk: flutter
mocktail: ^1.0.3
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.12.4

- Update a dependency to the latest release.

## 1.12.3

- 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 @@ -11,8 +11,8 @@ environment:

dependencies:
equatable: ^2.0.5
flame: ^1.21.0
flame_bloc: ^1.12.3
flame: ^1.22.0
flame_bloc: ^1.12.4
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.12.3
version: 1.12.4
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_bloc
funding:
- https://opencollective.com/blue-fire
Expand All @@ -16,7 +16,7 @@ environment:

dependencies:
bloc: ^8.1.1
flame: ^1.21.0
flame: ^1.22.0
flutter:
sdk: flutter
flutter_bloc: ^8.1.2
Expand All @@ -25,7 +25,7 @@ dependencies:
dev_dependencies:
dartdoc: ^8.0.8
flame_lint: ^1.2.1
flame_test: ^1.17.2
flame_test: ^1.17.3
flutter_test:
sdk: flutter
mocktail: ^1.0.3
5 changes: 5 additions & 0 deletions packages/flame_console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1

- **FIX**(flame_console): MemoryRepository can't be const ([#3362](https://github.com/flame-engine/flame/issues/3362)). ([e977bd49](https://github.com/flame-engine/flame/commit/e977bd495b196368582eda4e7d8019adc6c268f4))
- **FEAT**: Adding FlameConsole ([#3329](https://github.com/flame-engine/flame/issues/3329)). ([cf5358cd](https://github.com/flame-engine/flame/commit/cf5358cd9069dab9e327e766553bd65e151f1540))

## 0.1.0

* First release
4 changes: 2 additions & 2 deletions packages/flame_console/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.19.0
flame_console: ^0.1.0
flame: ^1.22.0
flame_console: ^0.1.1
flutter:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions packages/flame_console/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_console
description: "An extensible and customizable console to help debug Flame games."
version: 0.1.0
version: 0.1.1
homepage:

environment:
Expand All @@ -9,12 +9,12 @@ environment:

dependencies:
args: ^2.5.0
flame: ^1.19.0
flame: ^1.22.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.1
flame_test: ^1.17.1
flame_test: ^1.17.3
flutter_test:
sdk: flutter
2 changes: 1 addition & 1 deletion packages/flame_devtools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
animated_tree_view: ^2.2.0
devtools_app_shared: ^0.1.1
devtools_extensions: ^0.1.1
flame: ^1.21.0
flame: ^1.22.0
flutter:
sdk: flutter
flutter_riverpod: ^2.5.1
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.7.0

- **FEAT**: Adding getters and methods for easier manipulation of selections ([#3350](https://github.com/flame-engine/flame/issues/3350)). ([291af57d](https://github.com/flame-engine/flame/commit/291af57deb7d742a73438b026ca2f4fd1c6a3454))

## 1.6.0

- **FEAT**: Adding getter for the atlas image on flame fire atlas ([#3326](https://github.com/flame-engine/flame/issues/3326)). ([ae230ffa](https://github.com/flame-engine/flame/commit/ae230ffaaa588df7a99a3e2e8fa8980dc32104c0))
Expand Down
Loading
Loading