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
+29
View File
@@ -1,5 +1,34 @@
# Changelog
## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.11...@videojs/html@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))
* **packages:** error dialog component ([#1077](https://github.com/videojs/v10/issues/1077)) ([3430fe1](https://github.com/videojs/v10/commit/3430fe1a493e4bee34f03112206a0cb3cf9d88cf))
### Bug Fixes
* **html:** HTML SSR safety and sandbox skin chunking ([#1155](https://github.com/videojs/v10/issues/1155)) ([0433722](https://github.com/videojs/v10/commit/0433722ee4b725af213648d589fef80c7e4001a0))
* **skin:** responsive design fixes and improvements ([#1129](https://github.com/videojs/v10/issues/1129)) ([1082693](https://github.com/videojs/v10/commit/10826932be7861ebf5df8c66db7811c0510339f4))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 10.0.0-beta.12
* @videojs/element bumped to 10.0.0-beta.12
* @videojs/spf bumped to 10.0.0-beta.12
* @videojs/store bumped to 10.0.0-beta.12
* @videojs/utils bumped to 10.0.0-beta.12
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.12
* @videojs/skins bumped to 10.0.0-beta.12
## [10.0.0-beta.11](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.10...@videojs/html@10.0.0-beta.11) (2026-03-24)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "10.0.0-beta.11",
"version": "10.0.0-beta.12",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {