chore: release main (#1212)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Wesley Luyten
2026-04-03 17:56:01 -05:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 9317c0433c
commit d75cd82ef8
21 changed files with 178 additions and 18 deletions
+17
View File
@@ -1,5 +1,22 @@
# Changelog
## [10.0.0-beta.15](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.14...@videojs/core@10.0.0-beta.15) (2026-04-03)
### Bug Fixes
* **core:** enable default tracks for chapters and metadata ([#1216](https://github.com/videojs/v10/issues/1216)) ([9317c04](https://github.com/videojs/v10/commit/9317c0433c911d8807f5924ab4c813c046265078))
* **site:** remove default attr from storyboard track elements ([#1211](https://github.com/videojs/v10/issues/1211)) ([5734c4a](https://github.com/videojs/v10/commit/5734c4ad3c3a33e2b3a8aa06fbe908157e6b934e))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.15
* @videojs/store bumped to 10.0.0-beta.15
* @videojs/utils bumped to 10.0.0-beta.15
## [10.0.0-beta.14](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.13...@videojs/core@10.0.0-beta.14) (2026-04-03)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "10.0.0-beta.14",
"version": "10.0.0-beta.15",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"repository": {