Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - flame@1.9.1
 - flame_isolate@0.5.0+1
 - flame_tiled@1.14.1
 - flame_audio@2.1.1
 - flame_spine@0.1.1+3
 - flame_svg@1.8.3
 - flame_test@1.13.1
 - flame_oxygen@0.1.9+1
 - flame_bloc@1.10.3
 - flame_fire_atlas@1.4.1
 - flame_markdown@0.1.1+1
 - flame_forge2d@0.15.0+1
 - flame_rive@1.9.3
 - flame_noise@0.1.1+6
 - flame_network_assets@0.2.0+6
 - flame_lottie@0.3.0+1
  • Loading branch information
spydon committed Sep 22, 2023
1 parent b1f5ff2 commit ebfa3c5
Show file tree
Hide file tree
Showing 58 changed files with 211 additions and 87 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,64 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-22

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame` - `v1.9.1`](#flame---v191)
- [`flame_isolate` - `v0.5.0+1`](#flame_isolate---v0501)
- [`flame_tiled` - `v1.14.1`](#flame_tiled---v1141)
- [`flame_audio` - `v2.1.1`](#flame_audio---v211)
- [`flame_spine` - `v0.1.1+3`](#flame_spine---v0113)
- [`flame_svg` - `v1.8.3`](#flame_svg---v183)
- [`flame_test` - `v1.13.1`](#flame_test---v1131)
- [`flame_oxygen` - `v0.1.9+1`](#flame_oxygen---v0191)
- [`flame_bloc` - `v1.10.3`](#flame_bloc---v1103)
- [`flame_fire_atlas` - `v1.4.1`](#flame_fire_atlas---v141)
- [`flame_markdown` - `v0.1.1+1`](#flame_markdown---v0111)
- [`flame_forge2d` - `v0.15.0+1`](#flame_forge2d---v01501)
- [`flame_rive` - `v1.9.3`](#flame_rive---v193)
- [`flame_noise` - `v0.1.1+6`](#flame_noise---v0116)
- [`flame_network_assets` - `v0.2.0+6`](#flame_network_assets---v0206)
- [`flame_lottie` - `v0.3.0+1`](#flame_lottie---v0301)

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_isolate` - `v0.5.0+1`
- `flame_tiled` - `v1.14.1`
- `flame_audio` - `v2.1.1`
- `flame_spine` - `v0.1.1+3`
- `flame_svg` - `v1.8.3`
- `flame_test` - `v1.13.1`
- `flame_oxygen` - `v0.1.9+1`
- `flame_bloc` - `v1.10.3`
- `flame_fire_atlas` - `v1.4.1`
- `flame_markdown` - `v0.1.1+1`
- `flame_forge2d` - `v0.15.0+1`
- `flame_rive` - `v1.9.3`
- `flame_noise` - `v0.1.1+6`
- `flame_network_assets` - `v0.2.0+6`
- `flame_lottie` - `v0.3.0+1`

---

#### `flame` - `v1.9.1`

- **FIX**: Add necessary generics on mixins on FlameGame ([#2763](https://github.com/flame-engine/flame/issues/2763)). ([b1f5ff26](https://github.com/flame-engine/flame/commit/b1f5ff269441d55b09ce12d5ce99656f2d88a978))
- **FIX**: Correctly refreshes the widget after new mouse detector ([#2765](https://github.com/flame-engine/flame/issues/2765)). ([64330022](https://github.com/flame-engine/flame/commit/643300222f8bf0545abdd1d8608202f388f8693f))
- **FIX**: Allow moving to a new parent in the same tick ([#2762](https://github.com/flame-engine/flame/issues/2762)). ([313650ea](https://github.com/flame-engine/flame/commit/313650eafadca4427421ddd355fa5b373966b8d1))


## 2023-09-21

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

dependencies:
flame: ^1.9.0
flame_rive: ^1.9.2
flame: ^1.9.1
flame_rive: ^1.9.3
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.0.0 <4.0.0"

dependencies:
flame: ^1.9.0
flame: ^1.9.1
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 @@ -7,7 +7,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.9.0
flame: ^1.9.1
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.0.0 <4.0.0"

dependencies:
flame: ^1.9.0
flame: ^1.9.1
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.9.0
flame_forge2d: ^0.15.0
flame: ^1.9.1
flame_forge2d: ^0.15.0+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.3.0"

dependencies:
flame: ^1.9.0
flame: ^1.9.1
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.9.0
flame: ^1.9.1
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.12
flame: ^1.9.0
flame_audio: ^2.1.0
flame_forge2d: ^0.15.0
flame_isolate: ^0.5.0
flame_lottie: ^0.3.0
flame_noise: ^0.1.1+5
flame_spine: ^0.1.1+2
flame_svg: ^1.8.2
flame_tiled: ^1.14.0
flame: ^1.9.1
flame_audio: ^2.1.1
flame_forge2d: ^0.15.0+1
flame_isolate: ^0.5.0+1
flame_lottie: ^0.3.0+1
flame_noise: ^0.1.1+6
flame_spine: ^0.1.1+3
flame_svg: ^1.8.3
flame_tiled: ^1.14.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.9.1

- **FIX**: Add necessary generics on mixins on FlameGame ([#2763](https://github.com/flame-engine/flame/issues/2763)). ([b1f5ff26](https://github.com/flame-engine/flame/commit/b1f5ff269441d55b09ce12d5ce99656f2d88a978))
- **FIX**: Correctly refreshes the widget after new mouse detector ([#2765](https://github.com/flame-engine/flame/issues/2765)). ([64330022](https://github.com/flame-engine/flame/commit/643300222f8bf0545abdd1d8608202f388f8693f))
- **FIX**: Allow moving to a new parent in the same tick ([#2762](https://github.com/flame-engine/flame/issues/2762)). ([313650ea](https://github.com/flame-engine/flame/commit/313650eafadca4427421ddd355fa5b373966b8d1))

## 1.9.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.3.0"

dependencies:
flame: ^1.9.0
flame: ^1.9.1
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.9.0
version: 1.9.1
homepage: https://github.com/flame-engine/flame
funding:
- https://opencollective.com/blue-fire
Expand All @@ -23,7 +23,7 @@ dev_dependencies:
canvas_test: ^0.2.0
dartdoc: ^6.2.2
flame_lint: ^1.1.1
flame_test: ^1.13.0
flame_test: ^1.13.1
flutter_test:
sdk: flutter
mocktail: ^0.3.0
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.1.1

- Update a dependency to the latest release.

## 2.1.0

- **REFACTOR**: Enable DCM linting ([#2667](https://github.com/flame-engine/flame/issues/2667)). ([27a8fd61](https://github.com/flame-engine/flame/commit/27a8fd61cb7f62513e07a93ff61cf03b426353f2))
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.0.0 <4.0.0"

dependencies:
flame: ^1.9.0
flame_audio: ^2.1.0
flame: ^1.9.1
flame_audio: ^2.1.1
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.1.0
version: 2.1.1
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio
funding:
- https://opencollective.com/blue-fire
Expand All @@ -14,7 +14,7 @@ environment:

dependencies:
audioplayers: ^5.0.0
flame: ^1.9.0
flame: ^1.9.1
flutter:
sdk: flutter
synchronized: ^3.1.0
Expand Down
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.10.3

- Update a dependency to the latest release.

## 1.10.2

- **REFACTOR**: Enable DCM linting ([#2667](https://github.com/flame-engine/flame/issues/2667)). ([27a8fd61](https://github.com/flame-engine/flame/commit/27a8fd61cb7f62513e07a93ff61cf03b426353f2))
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 @@ -10,8 +10,8 @@ environment:

dependencies:
equatable: ^2.0.5
flame: ^1.9.0
flame_bloc: ^1.10.2
flame: ^1.9.1
flame_bloc: ^1.10.3
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.10.2
version: 1.10.3
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_bloc
funding:
- https://opencollective.com/blue-fire
Expand All @@ -13,7 +13,7 @@ environment:

dependencies:
bloc: ^8.1.1
flame: ^1.9.0
flame: ^1.9.1
flutter:
sdk: flutter
flutter_bloc: ^8.1.2
Expand All @@ -22,7 +22,7 @@ dependencies:
dev_dependencies:
dartdoc: ^6.2.2
flame_lint: ^1.1.1
flame_test: ^1.13.0
flame_test: ^1.13.1
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
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.4.1

- Update a dependency to the latest release.

## 1.4.0

- **REFACTOR**: Enable DCM linting ([#2667](https://github.com/flame-engine/flame/issues/2667)). ([27a8fd61](https://github.com/flame-engine/flame/commit/27a8fd61cb7f62513e07a93ff61cf03b426353f2))
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.0.0 <4.0.0"

dependencies:
flame: ^1.9.0
flame_fire_atlas: ^1.4.0
flame: ^1.9.1
flame_fire_atlas: ^1.4.1
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.4.0
version: 1.4.1
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_fire_atlas
funding:
- https://opencollective.com/blue-fire
Expand All @@ -14,7 +14,7 @@ environment:

dependencies:
archive: ^3.3.9
flame: ^1.9.0
flame: ^1.9.1
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.15.0+1

- Update a dependency to the latest release.

## 0.15.0

> Note: This release has breaking changes.
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 @@ -11,8 +11,8 @@ environment:

dependencies:
dashbook: ^0.1.12
flame: ^1.9.0
flame_forge2d: ^0.15.0
flame: ^1.9.1
flame_forge2d: ^0.15.0+1
flutter:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions packages/flame_forge2d/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_forge2d
description: Forge2D (Box2D) support for the Flame game engine. This uses the forge2d package and provides wrappers and components to be used inside Flame.
version: 0.15.0
version: 0.15.0+1
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_forge2d
funding:
- https://opencollective.com/blue-fire
Expand All @@ -12,15 +12,15 @@ environment:
flutter: ">=3.3.0"

dependencies:
flame: ^1.9.0
flame: ^1.9.1
flutter:
sdk: flutter
forge2d: ">=0.11.0 <0.12.0"

dev_dependencies:
dartdoc: ^6.2.2
flame_lint: ^1.1.1
flame_test: ^1.13.0
flame_test: ^1.13.1
flutter_test:
sdk: flutter
mocktail: ^0.3.0
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_isolate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0+1

- Update a dependency to the latest release.

## 0.5.0

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

dependencies:
collection: ^1.17.1
flame: ^1.9.0
flame_isolate: ^0.5.0
flame: ^1.9.1
flame_isolate: ^0.5.0+1
flutter:
sdk: flutter
integral_isolates: ^0.3.0
Expand Down

0 comments on commit ebfa3c5

Please sign in to comment.