mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
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:
22
CHANGELOG.md
22
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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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))
|
||||
|
||||
@ -10,7 +10,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
flame: ^1.2.0
|
||||
flame_audio: ^1.1.0
|
||||
flame_audio: ^1.2.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user