From ccf88f100e32736c821b3c0491e9509d959a76ef Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Fri, 18 Dec 2020 00:55:10 +1100 Subject: [PATCH] just_audio_platform_interface 2.0.0 --- just_audio/example/pubspec.lock | 2 +- just_audio/pubspec.lock | 2 +- just_audio_platform_interface/CHANGELOG.md | 8 ++++++++ just_audio_platform_interface/pubspec.yaml | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/just_audio/example/pubspec.lock b/just_audio/example/pubspec.lock index e250a2a..ac4bb27 100644 --- a/just_audio/example/pubspec.lock +++ b/just_audio/example/pubspec.lock @@ -127,7 +127,7 @@ packages: path: "../../just_audio_platform_interface" relative: true source: path - version: "1.1.1" + version: "2.0.0" just_audio_web: dependency: transitive description: diff --git a/just_audio/pubspec.lock b/just_audio/pubspec.lock index ac41e92..17f69b0 100644 --- a/just_audio/pubspec.lock +++ b/just_audio/pubspec.lock @@ -197,7 +197,7 @@ packages: path: "../just_audio_platform_interface" relative: true source: path - version: "1.1.1" + version: "2.0.0" just_audio_web: dependency: "direct main" description: diff --git a/just_audio_platform_interface/CHANGELOG.md b/just_audio_platform_interface/CHANGELOG.md index 74f76d1..b848504 100644 --- a/just_audio_platform_interface/CHANGELOG.md +++ b/just_audio_platform_interface/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.0.0 + +- Breaking change: Implementations must not set the shuffle order except as + instructed by setShuffleOrder. +- Breaking change: Implementations must be able to recreate a player instance + with the same ID as a disposed instance. +- Breaking change: none state renamed to idle. + ## 1.1.1 - Add initialPosition and initialIndex to LoadRequest. diff --git a/just_audio_platform_interface/pubspec.yaml b/just_audio_platform_interface/pubspec.yaml index 71e1cc2..310d7ab 100644 --- a/just_audio_platform_interface/pubspec.yaml +++ b/just_audio_platform_interface/pubspec.yaml @@ -3,13 +3,13 @@ description: A common platform interface for the just_audio plugin. homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_platform_interface # NOTE: We strongly prefer non-breaking changes, even at the expense of a # less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 1.1.1 +version: 2.0.0 dependencies: flutter: sdk: flutter meta: ^1.1.8 - plugin_platform_interface: ^1.0.2 + plugin_platform_interface: ^1.0.3 dev_dependencies: flutter_test: