Skip to content

Commit

Permalink
chore(release): Publish all packages (#3312)
Browse files Browse the repository at this point in the history
Prepared all packages to be released to pub.dev

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 20, 2024
1 parent b2271d7 commit a916314
Show file tree
Hide file tree
Showing 74 changed files with 270 additions and 110 deletions.
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,77 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-09-20

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame` - `v1.20.0`](#flame---v1200)
- [`flame_oxygen` - `v0.2.3+1`](#flame_oxygen---v0231)
- [`flame_behavior_tree` - `v0.1.3+1`](#flame_behavior_tree---v0131)
- [`flame_isolate` - `v0.6.2+1`](#flame_isolate---v0621)
- [`flame_noise` - `v0.3.2+1`](#flame_noise---v0321)
- [`flame_svg` - `v1.11.1`](#flame_svg---v1111)
- [`flame_rive` - `v1.10.4`](#flame_rive---v1104)
- [`flame_audio` - `v2.10.4`](#flame_audio---v2104)
- [`flame_texturepacker` - `v4.1.1`](#flame_texturepacker---v411)
- [`flame_spine` - `v0.2.2+1`](#flame_spine---v0221)
- [`flame_sprite_fusion` - `v0.1.3+1`](#flame_sprite_fusion---v0131)
- [`flame_markdown` - `v0.2.2+1`](#flame_markdown---v0221)
- [`flame_forge2d` - `v0.18.2+1`](#flame_forge2d---v01821)
- [`flame_test` - `v1.17.1`](#flame_test---v1171)
- [`flame_fire_atlas` - `v1.5.5`](#flame_fire_atlas---v155)
- [`flame_bloc` - `v1.12.2`](#flame_bloc---v1122)
- [`flame_kenney_xml` - `v0.1.1+1`](#flame_kenney_xml---v0111)
- [`flame_riverpod` - `v5.4.4`](#flame_riverpod---v544)
- [`flame_network_assets` - `v0.3.3+1`](#flame_network_assets---v0331)
- [`flame_tiled` - `v1.20.4`](#flame_tiled---v1204)
- [`flame_lottie` - `v0.4.2+1`](#flame_lottie---v0421)

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.2.3+1`
- `flame_behavior_tree` - `v0.1.3+1`
- `flame_isolate` - `v0.6.2+1`
- `flame_noise` - `v0.3.2+1`
- `flame_svg` - `v1.11.1`
- `flame_rive` - `v1.10.4`
- `flame_audio` - `v2.10.4`
- `flame_texturepacker` - `v4.1.1`
- `flame_spine` - `v0.2.2+1`
- `flame_sprite_fusion` - `v0.1.3+1`
- `flame_markdown` - `v0.2.2+1`
- `flame_forge2d` - `v0.18.2+1`
- `flame_test` - `v1.17.1`
- `flame_fire_atlas` - `v1.5.5`
- `flame_bloc` - `v1.12.2`
- `flame_kenney_xml` - `v0.1.1+1`
- `flame_riverpod` - `v5.4.4`
- `flame_network_assets` - `v0.3.3+1`
- `flame_tiled` - `v1.20.4`
- `flame_lottie` - `v0.4.2+1`

---

#### `flame` - `v1.20.0`

- **FIX**: SpriteButtonComponent to initialize sprites in `onLoad` ([#3302](https://github.com/flame-engine/flame/issues/3302)). ([1204216c](https://github.com/flame-engine/flame/commit/1204216cb227d3831b546a54818075065fa7beec))
- **FIX**: ViewportAwareBounds component and lifecycle issues ([#3276](https://github.com/flame-engine/flame/issues/3276)). ([026bf41f](https://github.com/flame-engine/flame/commit/026bf41f020de66ae9adfcdda9209bfbb75cf60c))
- **FEAT**: Add ComponentTreeRoot.lifecycleEventsProcessed future ([#3308](https://github.com/flame-engine/flame/issues/3308)). ([ebc47418](https://github.com/flame-engine/flame/commit/ebc474189ceb587bcdebef7d3645ed2f3b3dba6f))
- **FEAT**: Adding paint attribute to SpriteWidget and SpriteAnimationWidget ([#3298](https://github.com/flame-engine/flame/issues/3298)). ([a5338d0c](https://github.com/flame-engine/flame/commit/a5338d0c20d01bbe461c6d7fed5951d11e1c76f0))
- **FEAT**: Adding tickOnLoad to TimerComponent ([#3285](https://github.com/flame-engine/flame/issues/3285)). ([0113aa37](https://github.com/flame-engine/flame/commit/0113aa376145109079a89bd310b9e528631ce9d4))
- **DOCS**: Include information about the Flame DevTools extension in example readme ([#3288](https://github.com/flame-engine/flame/issues/3288)). ([76a9abaf](https://github.com/flame-engine/flame/commit/76a9abaf3c70659323e02bf7b6531b4fbba1f7a2))


## 2024-08-27

### 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.19.0
flame_rive: ^1.10.3
flame: ^1.20.0
flame_rive: ^1.10.4
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.19.0
flame: ^1.20.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.19.0
flame: ^1.20.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.19.0
flame: ^1.20.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.19.0
flame_forge2d: ^0.18.2
flame: ^1.20.0
flame_forge2d: ^0.18.2+1
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.19.0
flame: ^1.20.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.19.0
flame: ^1.20.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.19.0
flame_audio: ^2.10.3
flame_forge2d: ^0.18.2
flame_isolate: ^0.6.2
flame_lottie: ^0.4.2
flame_noise: ^0.3.2
flame_spine: ^0.2.2
flame_svg: ^1.11.0
flame_tiled: ^1.20.3
flame: ^1.20.0
flame_audio: ^2.10.4
flame_forge2d: ^0.18.2+1
flame_isolate: ^0.6.2+1
flame_lottie: ^0.4.2+1
flame_noise: ^0.3.2+1
flame_spine: ^0.2.2+1
flame_svg: ^1.11.1
flame_tiled: ^1.20.4
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand Down
9 changes: 9 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.20.0

- **FIX**: SpriteButtonComponent to initialize sprites in `onLoad` ([#3302](https://github.com/flame-engine/flame/issues/3302)). ([1204216c](https://github.com/flame-engine/flame/commit/1204216cb227d3831b546a54818075065fa7beec))
- **FIX**: ViewportAwareBounds component and lifecycle issues ([#3276](https://github.com/flame-engine/flame/issues/3276)). ([026bf41f](https://github.com/flame-engine/flame/commit/026bf41f020de66ae9adfcdda9209bfbb75cf60c))
- **FEAT**: Add ComponentTreeRoot.lifecycleEventsProcessed future ([#3308](https://github.com/flame-engine/flame/issues/3308)). ([ebc47418](https://github.com/flame-engine/flame/commit/ebc474189ceb587bcdebef7d3645ed2f3b3dba6f))
- **FEAT**: Adding paint attribute to SpriteWidget and SpriteAnimationWidget ([#3298](https://github.com/flame-engine/flame/issues/3298)). ([a5338d0c](https://github.com/flame-engine/flame/commit/a5338d0c20d01bbe461c6d7fed5951d11e1c76f0))
- **FEAT**: Adding tickOnLoad to TimerComponent ([#3285](https://github.com/flame-engine/flame/issues/3285)). ([0113aa37](https://github.com/flame-engine/flame/commit/0113aa376145109079a89bd310b9e528631ce9d4))
- **DOCS**: Include information about the Flame DevTools extension in example readme ([#3288](https://github.com/flame-engine/flame/issues/3288)). ([76a9abaf](https://github.com/flame-engine/flame/commit/76a9abaf3c70659323e02bf7b6531b4fbba1f7a2))

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

dependencies:
flame: ^1.19.0
flame: ^1.20.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.19.0
version: 1.20.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.0
flame_test: ^1.17.1
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.4

- Update a dependency to the latest release.

## 2.10.3

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))
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.19.0
flame_audio: ^2.10.3
flame: ^1.20.0
flame_audio: ^2.10.4
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.3
version: 2.10.4
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.19.0
flame: ^1.20.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+1

- Update a dependency to the latest release.

## 0.1.3

- **FIX**: Update version of lints to comply with new pub requirements ([#3223](https://github.com/flame-engine/flame/issues/3223)). ([1b0bee72](https://github.com/flame-engine/flame/commit/1b0bee726b5937f73d4be5e304bc8780aa3ca6f0))
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.19.0
flame_behavior_tree: ^0.1.3
flame: ^1.20.0
flame_behavior_tree: ^0.1.3+1
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
version: 0.1.3+1
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.19.0
flame: ^1.20.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.1
flame_test: ^1.17.0
flame_test: ^1.17.1
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.2

- Update a dependency to the latest release.

## 1.12.1

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))
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.19.0
flame_bloc: ^1.12.1
flame: ^1.20.0
flame_bloc: ^1.12.2
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.1
version: 1.12.2
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.19.0
flame: ^1.20.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.0
flame_test: ^1.17.1
flutter_test:
sdk: flutter
mocktail: ^1.0.3
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.19.0
flame: ^1.20.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.5.5

- Update a dependency to the latest release.

## 1.5.4

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

dependencies:
flame: ^1.19.0
flame_fire_atlas: ^1.5.4
flame: ^1.20.0
flame_fire_atlas: ^1.5.5
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.5.4
version: 1.5.5
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_fire_atlas
funding:
- https://opencollective.com/blue-fire
Expand All @@ -17,7 +17,7 @@ environment:

dependencies:
archive: ^3.3.9
flame: ^1.19.0
flame: ^1.20.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.18.2+1

- Update a dependency to the latest release.

## 0.18.2

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))
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 @@ -10,8 +10,8 @@ environment:
flutter: ">=3.22.0"

dependencies:
flame: ^1.19.0
flame_forge2d: ^0.18.2
flame: ^1.20.0
flame_forge2d: ^0.18.2+1
flutter:
sdk: flutter

Expand Down
Loading

0 comments on commit a916314

Please sign in to comment.