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
This commit is contained in:
Lukas Klingsbo
2022-06-14 20:18:52 +02:00
committed by GitHub
parent 10669c1270
commit 7c653a60a2
5 changed files with 33 additions and 4 deletions

View File

@ -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

View File

@ -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:

View File

@ -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))

View File

@ -10,7 +10,7 @@ environment:
dependencies:
flame: ^1.2.0
flame_audio: ^1.1.0
flame_audio: ^1.2.0
flutter:
sdk: flutter

View File

@ -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