Skip to content

Commit

Permalink
chore(release): Publish 5.2.1 (#1702)
Browse files Browse the repository at this point in the history
# Description

Removed the restriction to execute the melos version command only
on the main branch to allow creating a new tag from other branches.
  • Loading branch information
Gustl22 committed Nov 14, 2023
1 parent f6138fe commit 02e4c63
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 8 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-11-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`audioplayers` - `v5.2.1`](#audioplayers---v521)
- [`audioplayers_android` - `v4.0.3`](#audioplayers_android---v403)

---

#### `audioplayers` - `v5.2.1`

- **FIX**: Avoid decoding already encoded character in URI ([#1679](https://github.com/bluefireteam/audioplayers/issues/1679)). ([1923205c](https://github.com/bluefireteam/audioplayers/commit/1923205c4cde70e2915e6e6c6afeb2fec27a08e8))
- **FIX**(android): Released wrong source in LOW_LATENCY mode ([#1672](https://github.com/bluefireteam/audioplayers/issues/1672)). ([d9c5f693](https://github.com/bluefireteam/audioplayers/commit/d9c5f693cafab21b67b785de6244c3c371344a53))

#### `audioplayers_android` - `v4.0.3`

- **FIX**(android): Released wrong source in LOW_LATENCY mode ([#1672](https://github.com/bluefireteam/audioplayers/issues/1672)). ([d9c5f693](https://github.com/bluefireteam/audioplayers/commit/d9c5f693cafab21b67b785de6244c3c371344a53))

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-10-02

### Changes
Expand Down
4 changes: 0 additions & 4 deletions melos.yaml
Expand Up @@ -7,10 +7,6 @@ packages:
- tutorials/**

command:
version:
# Only allow versioning to happen on main branch.
branch: main

bootstrap:
# Avoid concurrent pub requests, remove when https://github.com/dart-lang/pub/issues/3404 is fixed
runPubGetInParallel: false
Expand Down
5 changes: 5 additions & 0 deletions packages/audioplayers/CHANGELOG.md
@@ -1,3 +1,8 @@
## 5.2.1

- **FIX**: Avoid decoding already encoded character in URI ([#1679](https://github.com/bluefireteam/audioplayers/issues/1679)). ([1923205c](https://github.com/bluefireteam/audioplayers/commit/1923205c4cde70e2915e6e6c6afeb2fec27a08e8))
- **FIX**(android): Released wrong source in LOW_LATENCY mode ([#1672](https://github.com/bluefireteam/audioplayers/issues/1672)). ([d9c5f693](https://github.com/bluefireteam/audioplayers/commit/d9c5f693cafab21b67b785de6244c3c371344a53))

## 5.2.0

- **REFACTOR**: Lint Swift ([#1613](https://github.com/bluefireteam/audioplayers/issues/1613)). ([737aa94f](https://github.com/bluefireteam/audioplayers/commit/737aa94f7edb076d622c34e498b90f17c9959e9c))
Expand Down
2 changes: 1 addition & 1 deletion packages/audioplayers/example/pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description: Demonstrates how to use the audioplayers plugin.
publish_to: none

dependencies:
audioplayers: ^5.2.0
audioplayers: ^5.2.1
collection: ^1.16.0
file_picker: ^5.0.1
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/audioplayers/pubspec.yaml
@@ -1,6 +1,6 @@
name: audioplayers
description: A Flutter plugin to play multiple audio files simultaneously
version: 5.2.0
version: 5.2.1
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers

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

dependencies:
audioplayers_android: ^4.0.2
audioplayers_android: ^4.0.3
audioplayers_darwin: ^5.0.2
audioplayers_linux: ^3.1.0
audioplayers_platform_interface: ^6.1.0
Expand Down
4 changes: 4 additions & 0 deletions packages/audioplayers_android/CHANGELOG.md
@@ -1,3 +1,7 @@
## 4.0.3

- **FIX**(android): Released wrong source in LOW_LATENCY mode ([#1672](https://github.com/bluefireteam/audioplayers/issues/1672)). ([d9c5f693](https://github.com/bluefireteam/audioplayers/commit/d9c5f693cafab21b67b785de6244c3c371344a53))

## 4.0.2

- **REFACTOR**: Lint Kotlin, C and C++ code ([#1610](https://github.com/bluefireteam/audioplayers/issues/1610)). ([05394668](https://github.com/bluefireteam/audioplayers/commit/0539466850aaa49a0bde9448939c6c3d536dd6e2))
Expand Down
2 changes: 1 addition & 1 deletion packages/audioplayers_android/pubspec.yaml
@@ -1,6 +1,6 @@
name: audioplayers_android
description: Android implementation of audioplayers, a Flutter plugin to play multiple audio files simultaneously
version: 4.0.2
version: 4.0.3
homepage: https://github.com/bluefireteam/audioplayers
repository: https://github.com/bluefireteam/audioplayers/tree/master/packages/audioplayers_android

Expand Down

0 comments on commit 02e4c63

Please sign in to comment.