chore: release main (#1353)

This commit is contained in:
Wesley Luyten
2026-04-18 01:18:23 -07:00
committed by GitHub
parent 769d436f4e
commit 000c54e16a
23 changed files with 259 additions and 22 deletions
+31
View File
@@ -1,5 +1,36 @@
# Changelog
## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.21...@videojs/html@10.0.0-beta.22) (2026-04-18)
### Features
* **packages:** add chromecast support via remote playback API ([#1348](https://github.com/videojs/v10/issues/1348)) ([31a005e](https://github.com/videojs/v10/commit/31a005eeef4cee496c15f6f6be0129ef0006a5a8))
### Bug Fixes
* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([3331fda](https://github.com/videojs/v10/commit/3331fdaf25c8a89ea6d36c2972631df589fc0ad3))
### Reverts
* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([#1354](https://github.com/videojs/v10/issues/1354)) ([8530316](https://github.com/videojs/v10/commit/8530316987b5122a2e455b0db3bad6fd3ffa8186))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 10.0.0-beta.22
* @videojs/element bumped to 10.0.0-beta.22
* @videojs/spf bumped to 10.0.0-beta.22
* @videojs/store bumped to 10.0.0-beta.22
* @videojs/utils bumped to 10.0.0-beta.22
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.22
* @videojs/skins bumped to 10.0.0-beta.22
## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.20...@videojs/html@10.0.0-beta.21) (2026-04-14)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "10.0.0-beta.21",
"version": "10.0.0-beta.22",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {