chore: release main (#1115)

This commit is contained in:
Wesley Luyten
2026-03-31 17:11:33 -07:00
committed by GitHub
parent 9e2ede6ddc
commit d7d6f70797
21 changed files with 252 additions and 19 deletions
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.11...@videojs/utils@10.0.0-beta.12) (2026-04-01)
### Features
* add Mux video component ([#1036](https://github.com/videojs/v10/issues/1036)) ([271a8c8](https://github.com/videojs/v10/commit/271a8c850216bd1654baaa26f8bb2f5eda56be37))
* add native hls media + refactor ([#1154](https://github.com/videojs/v10/issues/1154)) ([1b2afc6](https://github.com/videojs/v10/commit/1b2afc6e41a4a8bb4f3ea42b5c04c6232813727e))
### Bug Fixes
* **utils:** polyfill AbortSignal.any for Chromium ≤115 ([#1142](https://github.com/videojs/v10/issues/1142)) ([c3641c8](https://github.com/videojs/v10/commit/c3641c888c9630b2780cdda556431512d9ca5b81))
## [10.0.0-beta.11](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.10...@videojs/utils@10.0.0-beta.11) (2026-03-24)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "10.0.0-beta.11",
"version": "10.0.0-beta.12",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"repository": {