chore: release main (#864)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-10 11:15:40 -07:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 40807b2e3a
commit f4e91c9288
17 changed files with 131 additions and 16 deletions
+20
View File
@@ -1,5 +1,25 @@
# Changelog
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.1...@videojs/html@10.0.0-beta.2) (2026-03-10)
### Features
* **html:** add CDN bundles and inline template minification ([#827](https://github.com/videojs/v10/issues/827)) ([40807b2](https://github.com/videojs/v10/commit/40807b2e3ace6fe81512fb899a18d901765811d4))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.2
* @videojs/core bumped to 10.0.0-beta.2
* @videojs/element bumped to 10.0.0-beta.2
* @videojs/store bumped to 10.0.0-beta.2
* @videojs/utils bumped to 10.0.0-beta.2
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.2
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.0...@videojs/html@10.0.0-beta.1) (2026-03-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "10.0.0-beta.1",
"version": "10.0.0-beta.2",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {