Skip to content

Commit

Permalink
chore(release): Publish packages (#1902)
Browse files Browse the repository at this point in the history
Prepared all packages to be released to pub.dev

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gustl22 <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2025
1 parent f09755a commit c7daacd
Show file tree
Hide file tree
Showing 18 changed files with 123 additions and 23 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,68 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-03-06

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`audioplayers` - `v6.3.0`](#audioplayers---v630)
- [`audioplayers_android` - `v5.1.0`](#audioplayers_android---v510)
- [`audioplayers_android_exo` - `v0.1.1`](#audioplayers_android_exo---v011)
- [`audioplayers_darwin` - `v6.1.1`](#audioplayers_darwin---v611)
- [`audioplayers_linux` - `v4.1.1`](#audioplayers_linux---v411)
- [`audioplayers_platform_interface` - `v7.0.1`](#audioplayers_platform_interface---v701)
- [`audioplayers_web` - `v5.0.2`](#audioplayers_web---v502)
- [`audioplayers_windows` - `v4.1.1`](#audioplayers_windows---v411)

---

#### `audioplayers` - `v6.3.0`

- **FEAT**(android): ExoPlayer for Android ([#1691](https://github.com/bluefireteam/audioplayers/issues/1691)). ([a91c5b18](https://github.com/bluefireteam/audioplayers/commit/a91c5b185054986a2390d41593b5ee502ef96bdd))\
You can enable the non-endorsed plugin implementation based on ExoPlayer (Media3) by calling: `flutter pub add audioplayers_android_exo` in your app package folder.
For more, see: https://github.com/bluefireteam/audioplayers/blob/main/feature_parity_table.md#media3-exoplayer
- **FEAT**: Raise to Flutter 3.29.0 ([#1891](https://github.com/bluefireteam/audioplayers/issues/1891)). ([26bd6d22](https://github.com/bluefireteam/audioplayers/commit/26bd6d228deacf7cb3454f2d1b972585cd8bb6ea))
- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

#### `audioplayers_android` - `v5.1.0`

- **FEAT**(android): ExoPlayer for Android ([#1691](https://github.com/bluefireteam/audioplayers/issues/1691)). ([a91c5b18](https://github.com/bluefireteam/audioplayers/commit/a91c5b185054986a2390d41593b5ee502ef96bdd))
- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

#### `audioplayers_android_exo` - `v0.1.1`

- **FEAT**(android): ExoPlayer for Android ([#1691](https://github.com/bluefireteam/audioplayers/issues/1691)). ([a91c5b18](https://github.com/bluefireteam/audioplayers/commit/a91c5b185054986a2390d41593b5ee502ef96bdd))
- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

#### `audioplayers_darwin` - `v6.1.1`

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

#### `audioplayers_linux` - `v4.1.1`

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

#### `audioplayers_platform_interface` - `v7.0.1`

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

#### `audioplayers_web` - `v5.0.2`

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

#### `audioplayers_windows` - `v4.1.1`

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))


## 2025-02-18

### Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/audioplayers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.3.0

- **FEAT**(android): ExoPlayer for Android ([#1691](https://github.com/bluefireteam/audioplayers/issues/1691)). ([a91c5b18](https://github.com/bluefireteam/audioplayers/commit/a91c5b185054986a2390d41593b5ee502ef96bdd))\
You can enable the non-endorsed plugin implementation based on ExoPlayer (Media3) by calling: `flutter pub add audioplayers_android_exo` in your app package folder.
For more, see: https://github.com/bluefireteam/audioplayers/blob/main/feature_parity_table.md#media3-exoplayer
- **FEAT**: Raise to Flutter 3.29.0 ([#1891](https://github.com/bluefireteam/audioplayers/issues/1891)). ([26bd6d22](https://github.com/bluefireteam/audioplayers/commit/26bd6d228deacf7cb3454f2d1b972585cd8bb6ea))
- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

## 6.2.0

- **FIX**: No-op on single player setAudioContext in desktop platforms ([#1888](https://github.com/bluefireteam/audioplayers/issues/1888)). ([50d7a8b8](https://github.com/bluefireteam/audioplayers/commit/50d7a8b89f47e3ef29e98cf2b74a582f78783d5e))
Expand Down
6 changes: 3 additions & 3 deletions packages/audioplayers/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the audioplayers plugin.
publish_to: none

dependencies:
audioplayers: ^6.2.0
audioplayers_android_exo: ^0.1.0
audioplayers: ^6.3.0
audioplayers_android_exo: ^0.1.1
collection: ^1.16.0
file_picker: ^8.0.3
flutter:
Expand All @@ -16,7 +16,7 @@ dependencies:
dev_dependencies:
# Integration tests for audioplayers_platform_interface are handled
# in this package to avoid maintaining multiple example apps:
audioplayers_platform_interface: ^7.0.0
audioplayers_platform_interface: ^7.0.1
flame_lint: ^1.0.0
flutter_test:
sdk: flutter
Expand Down
14 changes: 7 additions & 7 deletions packages/audioplayers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audioplayers
description: A Flutter plugin to play multiple audio files simultaneously
version: 6.2.0
version: 6.3.0
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers

Expand All @@ -21,12 +21,12 @@ flutter:
default_package: audioplayers_windows

dependencies:
audioplayers_android: ^5.0.3
audioplayers_darwin: ^6.1.0
audioplayers_linux: ^4.1.0
audioplayers_platform_interface: ^7.0.0
audioplayers_web: ^5.0.1
audioplayers_windows: ^4.1.0
audioplayers_android: ^5.1.0
audioplayers_darwin: ^6.1.1
audioplayers_linux: ^4.1.1
audioplayers_platform_interface: ^7.0.1
audioplayers_web: ^5.0.2
audioplayers_windows: ^4.1.1
file: '>=6.1.0 <8.0.0'
flutter:
sdk: flutter
Expand Down
5 changes: 5 additions & 0 deletions packages/audioplayers_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.1.0

- **FEAT**(android): ExoPlayer for Android ([#1691](https://github.com/bluefireteam/audioplayers/issues/1691)). ([a91c5b18](https://github.com/bluefireteam/audioplayers/commit/a91c5b185054986a2390d41593b5ee502ef96bdd))
- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

## 5.0.3

- **FIX**: Raise Android SDK versions ([#1885](https://github.com/bluefireteam/audioplayers/issues/1885)). ([7230bc84](https://github.com/bluefireteam/audioplayers/commit/7230bc84d9dfb0cccfbe5bacb971ef3698495176))
Expand Down
4 changes: 2 additions & 2 deletions packages/audioplayers_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audioplayers_android
description: Android implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
version: 5.0.3
version: 5.1.0
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_android

Expand All @@ -13,7 +13,7 @@ flutter:
pluginClass: AudioplayersPlugin

dependencies:
audioplayers_platform_interface: ^7.0.0
audioplayers_platform_interface: ^7.0.1
flutter:
sdk: flutter

Expand Down
5 changes: 5 additions & 0 deletions packages/audioplayers_android_exo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1

- **FEAT**(android): ExoPlayer for Android ([#1691](https://github.com/bluefireteam/audioplayers/issues/1691)). ([a91c5b18](https://github.com/bluefireteam/audioplayers/commit/a91c5b185054986a2390d41593b5ee502ef96bdd))
- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

## 0.1.0

- **FEAT**: AudioPlayers for Android based on ExoPlayer
4 changes: 2 additions & 2 deletions packages/audioplayers_android_exo/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audioplayers_android_exo
description: Android implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
version: 0.1.0
version: 0.1.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_android_exo

Expand All @@ -13,7 +13,7 @@ flutter:
pluginClass: AudioplayersPlugin

dependencies:
audioplayers_platform_interface: ^6.1.0
audioplayers_platform_interface: ^7.0.1
flutter:
sdk: flutter

Expand Down
4 changes: 4 additions & 0 deletions packages/audioplayers_darwin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.1

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

## 6.1.0

- **FIX**: No-op on single player setAudioContext in desktop platforms ([#1888](https://github.com/bluefireteam/audioplayers/issues/1888)). ([50d7a8b8](https://github.com/bluefireteam/audioplayers/commit/50d7a8b89f47e3ef29e98cf2b74a582f78783d5e))
Expand Down
4 changes: 2 additions & 2 deletions packages/audioplayers_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audioplayers_darwin
description: iOS and macOS implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
version: 6.1.0
version: 6.1.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_darwin

Expand All @@ -14,7 +14,7 @@ flutter:
pluginClass: AudioplayersDarwinPlugin

dependencies:
audioplayers_platform_interface: ^7.0.0
audioplayers_platform_interface: ^7.0.1
flutter:
sdk: flutter

Expand Down
4 changes: 4 additions & 0 deletions packages/audioplayers_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.1

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

## 4.1.0

- **FIX**: No-op on single player setAudioContext in desktop platforms ([#1888](https://github.com/bluefireteam/audioplayers/issues/1888)). ([50d7a8b8](https://github.com/bluefireteam/audioplayers/commit/50d7a8b89f47e3ef29e98cf2b74a582f78783d5e))
Expand Down
4 changes: 2 additions & 2 deletions packages/audioplayers_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audioplayers_linux
description: Linux implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
version: 4.1.0
version: 4.1.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_linux

Expand All @@ -12,7 +12,7 @@ flutter:
pluginClass: AudioplayersLinuxPlugin

dependencies:
audioplayers_platform_interface: ^7.0.0
audioplayers_platform_interface: ^7.0.1
flutter:
sdk: flutter

Expand Down
4 changes: 4 additions & 0 deletions packages/audioplayers_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.0.1

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

## 7.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/audioplayers_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audioplayers_platform_interface
description: The platform interface for audioplayers, a Flutter plugin to play multiple audio files simultaneously
version: 7.0.0
version: 7.0.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_platform_interface

Expand Down
4 changes: 4 additions & 0 deletions packages/audioplayers_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.2

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

## 5.0.1

- **DEPS**: Consider web:1.0.0 ([#1828](https://github.com/bluefireteam/audioplayers/pull/1828)). ([9d25e78d](https://github.com/bluefireteam/audioplayers/commit/9d25e78d24a687c90ffa76f034c418d2bbe45251))
Expand Down
4 changes: 2 additions & 2 deletions packages/audioplayers_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audioplayers_web
description: Web implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
version: 5.0.1
version: 5.0.2
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_web

Expand All @@ -12,7 +12,7 @@ flutter:
fileName: audioplayers_web.dart

dependencies:
audioplayers_platform_interface: ^7.0.0
audioplayers_platform_interface: ^7.0.1
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down
4 changes: 4 additions & 0 deletions packages/audioplayers_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.1

- **DOCS**: Fix status badge ([#1899](https://github.com/bluefireteam/audioplayers/issues/1899)). ([a0c6c4fa](https://github.com/bluefireteam/audioplayers/commit/a0c6c4fabff19e943dced1070c1be3541668dce9))

## 4.1.0

- **FIX**: No-op on single player setAudioContext in desktop platforms ([#1888](https://github.com/bluefireteam/audioplayers/issues/1888)). ([50d7a8b8](https://github.com/bluefireteam/audioplayers/commit/50d7a8b89f47e3ef29e98cf2b74a582f78783d5e))
Expand Down
4 changes: 2 additions & 2 deletions packages/audioplayers_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audioplayers_windows
description: Windows implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
version: 4.1.0
version: 4.1.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_windows

Expand All @@ -12,7 +12,7 @@ flutter:
pluginClass: AudioplayersWindowsPlugin

dependencies:
audioplayers_platform_interface: ^7.0.0
audioplayers_platform_interface: ^7.0.1
flutter:
sdk: flutter

Expand Down

0 comments on commit c7daacd

Please sign in to comment.