Skip to content

Commit

Permalink
Roll versions and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman committed Jun 26, 2024
1 parent 2fd629a commit cd91bad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/video_player/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.9.0

* Exports types: `VideoPlayerWebOptions` and `VideoPlayerWebOptionsControls` to
customize the `webOptions` field in `VideoPlayerOptions` objects.
* Forwards `webOptions` to the web implementation.

## 2.8.7

* Ensures that `value.position` never reports a value larger than `value.duration`.
Expand Down
4 changes: 2 additions & 2 deletions packages/video_player/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for displaying inline video with other Flutter
widgets on Android, iOS, and web.
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.8.7
version: 2.9.0

environment:
sdk: ">=3.2.3 <4.0.0"
Expand All @@ -27,7 +27,7 @@ dependencies:
html: ^0.15.0
video_player_android: ^2.3.5
video_player_avfoundation: ^2.5.6
video_player_platform_interface: ">=6.1.0 <7.0.0"
video_player_platform_interface: ">=6.2.0 <7.0.0"
video_player_web: ^2.0.0

dev_dependencies:
Expand Down

0 comments on commit cd91bad

Please sign in to comment.