Skip to content

Commit

Permalink
chore(release): Publish 4.0.1 (#1471)
Browse files Browse the repository at this point in the history
 - audioplayers@4.0.1
 - audioplayers_android@3.0.1
 - audioplayers_darwin@4.0.1
 - audioplayers_linux@2.0.1
 - audioplayers_web@3.0.1
 - audioplayers_windows@2.0.1
  • Loading branch information
spydon authored Apr 12, 2023
1 parent d9026c1 commit 61d4c39
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 12 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,52 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-04-12

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`audioplayers` - `v4.0.1`](#audioplayers---v401)
- [`audioplayers_android` - `v3.0.1`](#audioplayers_android---v301)
- [`audioplayers_darwin` - `v4.0.1`](#audioplayers_darwin---v401)
- [`audioplayers_linux` - `v2.0.1`](#audioplayers_linux---v201)
- [`audioplayers_web` - `v3.0.1`](#audioplayers_web---v301)
- [`audioplayers_windows` - `v2.0.1`](#audioplayers_windows---v201)

---

#### `audioplayers` - `v4.0.1`

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

#### `audioplayers_android` - `v3.0.1`

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

#### `audioplayers_darwin` - `v4.0.1`

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

#### `audioplayers_linux` - `v2.0.1`

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

#### `audioplayers_web` - `v3.0.1`

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

#### `audioplayers_windows` - `v2.0.1`

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))


## 2023-04-10

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

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

## 4.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/audioplayers/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Demonstrates how to use the audioplayers plugin.
publish_to: none

dependencies:
audioplayers: ^4.0.0
audioplayers: ^4.0.1
collection: ^1.16.0
file_picker: ^5.0.1
flutter:
Expand Down
12 changes: 6 additions & 6 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: 4.0.0
version: 4.0.1
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: ^3.0.0
audioplayers_darwin: ^4.0.0
audioplayers_linux: ^2.0.0
audioplayers_android: ^3.0.1
audioplayers_darwin: ^4.0.1
audioplayers_linux: ^2.0.1
audioplayers_platform_interface: ^5.0.0
audioplayers_web: ^3.0.0
audioplayers_windows: ^2.0.0
audioplayers_web: ^3.0.1
audioplayers_windows: ^2.0.1
file: ^6.1.0
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/audioplayers_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

## 3.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion 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: 3.0.0
version: 3.0.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_android

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

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

## 4.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion 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: 4.0.0
version: 4.0.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_darwin

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

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

## 2.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion 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: 2.0.0
version: 2.0.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_linux

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

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

## 3.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion 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: 3.0.0
version: 3.0.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_web

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

- **FIX**: dispose player implementation ([#1470](https://github.com/bluefireteam/audioplayers/issues/1470)). ([d9026c15](https://github.com/bluefireteam/audioplayers/commit/d9026c1538cc83dfba5745771ad71c307b6da852))

## 2.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion 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: 2.0.0
version: 2.0.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_windows

Expand Down

0 comments on commit 61d4c39

Please sign in to comment.