From 65212c390b2354d0f69c4250eb2b44ac8fdc3293 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 Jun 2026 10:40:30 +0000 Subject: [PATCH 1/2] chore(release): publish packages - audioplayers@6.8.1 - audioplayers_windows@4.4.1 --- CHANGELOG.md | 27 ++++++++++++++++++++++ packages/audioplayers/CHANGELOG.md | 5 ++++ packages/audioplayers/example/pubspec.yaml | 2 +- packages/audioplayers/pubspec.yaml | 4 ++-- packages/audioplayers_windows/CHANGELOG.md | 4 ++++ packages/audioplayers_windows/pubspec.yaml | 2 +- 6 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e61be518..43308f49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2026-06-27 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`audioplayers` - `v6.8.1`](#audioplayers---v681) + - [`audioplayers_windows` - `v4.4.1`](#audioplayers_windows---v441) + +--- + +#### `audioplayers` - `v6.8.1` + + - **FIX**: Avoid throwing a StateError in AudioPlayer._completePrepared ([#2010](https://github.com/bluefireteam/audioplayers/issues/2010)). ([d8a4f395](https://github.com/bluefireteam/audioplayers/commit/d8a4f395b5710b566da205dfd15f68bb5d93d7a3)) + - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5)) + +#### `audioplayers_windows` - `v4.4.1` + + - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5)) + + ## 2026-06-22 ### Changes diff --git a/packages/audioplayers/CHANGELOG.md b/packages/audioplayers/CHANGELOG.md index 47e997ae9..df71f3c0c 100644 --- a/packages/audioplayers/CHANGELOG.md +++ b/packages/audioplayers/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.8.1 + + - **FIX**: Avoid throwing a StateError in AudioPlayer._completePrepared ([#2010](https://github.com/bluefireteam/audioplayers/issues/2010)). ([d8a4f395](https://github.com/bluefireteam/audioplayers/commit/d8a4f395b5710b566da205dfd15f68bb5d93d7a3)) + - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5)) + ## 6.8.0 - **FIX**(windows): Update to C++23 & Windows Implementation Lib ([#2004](https://github.com/bluefireteam/audioplayers/issues/2004)). ([faa84312](https://github.com/bluefireteam/audioplayers/commit/faa843121c89625a5469dd517d39aae3a50cd1b8)) diff --git a/packages/audioplayers/example/pubspec.yaml b/packages/audioplayers/example/pubspec.yaml index 38fcc5d4d..180e09e45 100644 --- a/packages/audioplayers/example/pubspec.yaml +++ b/packages/audioplayers/example/pubspec.yaml @@ -4,7 +4,7 @@ description: Demonstrates how to use the audioplayers plugin. publish_to: none dependencies: - audioplayers: ^6.8.0 + audioplayers: ^6.8.1 collection: ^1.16.0 file_selector: ^1.1.0 flutter: diff --git a/packages/audioplayers/pubspec.yaml b/packages/audioplayers/pubspec.yaml index c5151faac..9fe4cb775 100644 --- a/packages/audioplayers/pubspec.yaml +++ b/packages/audioplayers/pubspec.yaml @@ -1,7 +1,7 @@ name: audioplayers resolution: workspace description: A Flutter plugin to play multiple audio files simultaneously -version: 6.8.0 +version: 6.8.1 homepage: https://github.com/bluefireteam/audioplayers repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers @@ -27,7 +27,7 @@ dependencies: audioplayers_linux: ^4.3.0 audioplayers_platform_interface: ^7.2.0 audioplayers_web: ^5.3.0 - audioplayers_windows: ^4.4.0 + audioplayers_windows: ^4.4.1 file: '>=6.1.0 <8.0.0' flutter: sdk: flutter diff --git a/packages/audioplayers_windows/CHANGELOG.md b/packages/audioplayers_windows/CHANGELOG.md index 93d664c7f..dc2d452b2 100644 --- a/packages/audioplayers_windows/CHANGELOG.md +++ b/packages/audioplayers_windows/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.1 + + - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5)) + ## 4.4.0 - **FIX**(windows): Update to C++23 & Windows Implementation Lib ([#2004](https://github.com/bluefireteam/audioplayers/issues/2004)). ([faa84312](https://github.com/bluefireteam/audioplayers/commit/faa843121c89625a5469dd517d39aae3a50cd1b8)) diff --git a/packages/audioplayers_windows/pubspec.yaml b/packages/audioplayers_windows/pubspec.yaml index eac71d7ae..599a372d4 100644 --- a/packages/audioplayers_windows/pubspec.yaml +++ b/packages/audioplayers_windows/pubspec.yaml @@ -1,7 +1,7 @@ name: audioplayers_windows resolution: workspace description: Windows implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously -version: 4.4.0 +version: 4.4.1 homepage: https://github.com/bluefireteam/audioplayers repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_windows From d4e080d65d18eb880571050541770cc432d0b0bc Mon Sep 17 00:00:00 2001 From: Gustl22 Date: Sat, 27 Jun 2026 12:56:31 +0200 Subject: [PATCH 2/2] update changelog instructions --- CHANGELOG.md | 6 ++++-- packages/audioplayers/CHANGELOG.md | 3 ++- packages/audioplayers_windows/CHANGELOG.md | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43308f49a..fee2ba984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,11 +23,13 @@ Packages with other changes: #### `audioplayers` - `v6.8.1` - **FIX**: Avoid throwing a StateError in AudioPlayer._completePrepared ([#2010](https://github.com/bluefireteam/audioplayers/issues/2010)). ([d8a4f395](https://github.com/bluefireteam/audioplayers/commit/d8a4f395b5710b566da205dfd15f68bb5d93d7a3)) - - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5)) + - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5))\ + Pay attention to the new [Windows platform requirements](https://github.com/bluefireteam/audioplayers/blob/main/packages/audioplayers_windows/README.md#requirements). #### `audioplayers_windows` - `v4.4.1` - - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5)) + - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5))\ + Pay attention to the new [Windows platform requirements](https://github.com/bluefireteam/audioplayers/blob/main/packages/audioplayers_windows/README.md#requirements). ## 2026-06-22 diff --git a/packages/audioplayers/CHANGELOG.md b/packages/audioplayers/CHANGELOG.md index df71f3c0c..bcb094dcd 100644 --- a/packages/audioplayers/CHANGELOG.md +++ b/packages/audioplayers/CHANGELOG.md @@ -1,7 +1,8 @@ ## 6.8.1 - **FIX**: Avoid throwing a StateError in AudioPlayer._completePrepared ([#2010](https://github.com/bluefireteam/audioplayers/issues/2010)). ([d8a4f395](https://github.com/bluefireteam/audioplayers/commit/d8a4f395b5710b566da205dfd15f68bb5d93d7a3)) - - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5)) + - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5))\ + Pay attention to the new [Windows platform requirements](https://github.com/bluefireteam/audioplayers/blob/main/packages/audioplayers_windows/README.md#requirements). ## 6.8.0 diff --git a/packages/audioplayers_windows/CHANGELOG.md b/packages/audioplayers_windows/CHANGELOG.md index dc2d452b2..965cecd8b 100644 --- a/packages/audioplayers_windows/CHANGELOG.md +++ b/packages/audioplayers_windows/CHANGELOG.md @@ -1,6 +1,7 @@ ## 4.4.1 - - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5)) + - **FIX**(windows): Compatibility with Visual Studio 18 (2026) ([#2011](https://github.com/bluefireteam/audioplayers/issues/2011)). ([ae5f4b96](https://github.com/bluefireteam/audioplayers/commit/ae5f4b965ef886f08b903a7a9386bc283db458c5))\ + Pay attention to the new [Windows platform requirements](https://github.com/bluefireteam/audioplayers/blob/main/packages/audioplayers_windows/README.md#requirements). ## 4.4.0