From 7c653a60a2b75a7c76f393f2f39b384fe2cf4e23 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Tue, 14 Jun 2022 20:18:52 +0200 Subject: [PATCH] chore: Publish flame_audio 1.2.0 (#1730) * chore(release): publish packages - flame_audio@1.2.0 * fix: flame_audio should not have upper Flutter bound --- CHANGELOG.md | 22 ++++++++++++++++++++++ examples/pubspec.yaml | 2 +- packages/flame_audio/CHANGELOG.md | 7 +++++++ packages/flame_audio/example/pubspec.yaml | 2 +- packages/flame_audio/pubspec.yaml | 4 ++-- 5 files changed, 33 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79391a70b..f9e7eea58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-06-14 + +### Changes + +--- + +Packages with breaking changes: + + - [`flame_audio` - `v1.2.0`](#flame_audio---v120) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `flame_audio` - `v1.2.0` + + - **FEAT**: Move to Flutter 3.0.0 and Dart 2.17.0 ([#1713](https://github.com/flame-engine/flame/issues/1713)). ([2a41d0d6](https://github.com/flame-engine/flame/commit/2a41d0d683391194b7209c47bde91199ab7a663e)) + - **BREAKING** **FEAT**: Update flame_audio to AP 1.0.0 ([#1724](https://github.com/flame-engine/flame/issues/1724)). ([d6bf920d](https://github.com/flame-engine/flame/commit/d6bf920d28eea5f08adcba2601104271078e7a3d)) + + ## 2022-06-07 ### Changes diff --git a/examples/pubspec.yaml b/examples/pubspec.yaml index ebdb9fd92..1ff6e29bd 100644 --- a/examples/pubspec.yaml +++ b/examples/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: dashbook: 0.1.6 flame: ^1.2.0 - flame_audio: ^1.1.0 + flame_audio: ^1.2.0 flame_forge2d: ^0.11.0 flame_svg: ^1.3.0 flutter: diff --git a/packages/flame_audio/CHANGELOG.md b/packages/flame_audio/CHANGELOG.md index 5e20c611e..79a76c899 100644 --- a/packages/flame_audio/CHANGELOG.md +++ b/packages/flame_audio/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.2.0 + +> Note: This release has breaking changes. + + - **FEAT**: Move to Flutter 3.0.0 and Dart 2.17.0 ([#1713](https://github.com/flame-engine/flame/issues/1713)). ([2a41d0d6](https://github.com/flame-engine/flame/commit/2a41d0d683391194b7209c47bde91199ab7a663e)) + - **BREAKING** **FEAT**: Update flame_audio to AP 1.0.0 ([#1724](https://github.com/flame-engine/flame/issues/1724)). ([d6bf920d](https://github.com/flame-engine/flame/commit/d6bf920d28eea5f08adcba2601104271078e7a3d)) + ## 1.1.0 - **REFACTOR**: Move to package imports ([#1625](https://github.com/flame-engine/flame/issues/1625)). ([843ddc36](https://github.com/flame-engine/flame/commit/843ddc36249272fcb518b44672e1012307dfa1b5)) diff --git a/packages/flame_audio/example/pubspec.yaml b/packages/flame_audio/example/pubspec.yaml index 3028c80db..99bbfebad 100644 --- a/packages/flame_audio/example/pubspec.yaml +++ b/packages/flame_audio/example/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flame: ^1.2.0 - flame_audio: ^1.1.0 + flame_audio: ^1.2.0 flutter: sdk: flutter diff --git a/packages/flame_audio/pubspec.yaml b/packages/flame_audio/pubspec.yaml index 1a131b47e..5bc729340 100644 --- a/packages/flame_audio/pubspec.yaml +++ b/packages/flame_audio/pubspec.yaml @@ -1,11 +1,11 @@ name: flame_audio description: Audio support for the Flame game engine. This containst all audio related code will live in the future, using the audioplayers package. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio environment: sdk: ">=2.17.0 <3.0.0" - flutter: ^3.0.0 + flutter: ">=3.0.0" dependencies: audioplayers: ^1.0.0