Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PE-4690: updated changelog and version number for 2.16.0 release #1389

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions android/fastlane/metadata/android/en-US/changelogs/64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- New Audio Preview available when selecting audio files
- Prevent synchronization when creating new Snapshots
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1187,10 +1187,10 @@ packages:
dependency: "direct main"
description:
name: just_audio
sha256: "890cd0fc41a1a4530c171e375a2a3fb6a09d84e9d508c5195f40bcff54330327"
sha256: "5ed0cd723e17dfd8cd4b0253726221e67f6546841ea4553635cf895061fc335b"
url: "https://pub.dev"
source: hosted
version: "0.9.34"
version: "0.9.35"
just_audio_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -2082,10 +2082,10 @@ packages:
dependency: "direct main"
description:
name: video_player
sha256: d3910a8cefc0de8a432a4411dcf85030e885d8fef3ddea291f162253a05dbf01
sha256: "74b86e63529cf5885130c639d74cd2f9232e7c8a66cbecbddd1dcb9dbd060d1e"
url: "https://pub.dev"
source: hosted
version: "2.7.1"
version: "2.7.2"
video_player_android:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Secure, permanent storage

publish_to: 'none'

version: 2.15.0
version: 2.16.0

environment:
sdk: '>=2.18.5 <3.0.0'
Expand Down