chore: release main (#911)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-12 21:10:11 +11:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 266fbcc786
commit 70a9bb56e1
19 changed files with 164 additions and 18 deletions
+16
View File
@@ -1,5 +1,21 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.4...@videojs/core@10.0.0-beta.5) (2026-03-12)
### Miscellaneous Chores
* **@videojs/core:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.5
* @videojs/store bumped to 10.0.0-beta.5
* @videojs/utils bumped to 10.0.0-beta.5
## [10.0.0-beta.4](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.3...@videojs/core@10.0.0-beta.4) (2026-03-12)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"repository": {
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.4...@videojs/element@10.0.0-beta.5) (2026-03-12)
### Miscellaneous Chores
* **@videojs/element:** Synchronize videojs versions
## [10.0.0-beta.4](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.3...@videojs/element@10.0.0-beta.4) (2026-03-12)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/element",
"type": "module",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "Lightweight reactive custom element base for Video.js",
"license": "Apache-2.0",
"repository": {
+21
View File
@@ -1,5 +1,26 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.4...@videojs/html@10.0.0-beta.5) (2026-03-12)
### Miscellaneous Chores
* **@videojs/html:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.5
* @videojs/core bumped to 10.0.0-beta.5
* @videojs/element bumped to 10.0.0-beta.5
* @videojs/store bumped to 10.0.0-beta.5
* @videojs/utils bumped to 10.0.0-beta.5
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.5
* @videojs/skins bumped to 10.0.0-beta.5
## [10.0.0-beta.4](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.3...@videojs/html@10.0.0-beta.4) (2026-03-12)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.4...@videojs/icons@10.0.0-beta.5) (2026-03-12)
### Miscellaneous Chores
* **@videojs/icons:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @videojs/utils bumped to 10.0.0-beta.5
## [10.0.0-beta.4](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.3...@videojs/icons@10.0.0-beta.4) (2026-03-12)
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@videojs/icons",
"type": "module",
"private": true,
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"repository": {
+20
View File
@@ -1,5 +1,25 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.4...@videojs/react@10.0.0-beta.5) (2026-03-12)
### Miscellaneous Chores
* **@videojs/react:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.5
* @videojs/core bumped to 10.0.0-beta.5
* @videojs/store bumped to 10.0.0-beta.5
* @videojs/utils bumped to 10.0.0-beta.5
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.5
* @videojs/skins bumped to 10.0.0-beta.5
## [10.0.0-beta.4](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.3...@videojs/react@10.0.0-beta.4) (2026-03-12)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "React library for building media players",
"license": "Apache-2.0",
"repository": {
+29
View File
@@ -0,0 +1,29 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.4...@videojs/skins@10.0.0-beta.5) (2026-03-12)
### Features
* **react:** add alert dialog to video skin ([#747](https://github.com/videojs/v10/issues/747)) ([5dfc67e](https://github.com/videojs/v10/commit/5dfc67ed02d92512b500c4461898050988e291a8))
* **skin:** add audio skins for HTML and React presets ([#772](https://github.com/videojs/v10/issues/772)) ([d751fda](https://github.com/videojs/v10/commit/d751fdabea9782b9f6c73aaebfb93ed393e488f7))
* **skin:** implement default and minimal skins for HTML player ([#698](https://github.com/videojs/v10/issues/698)) ([c5cafae](https://github.com/videojs/v10/commit/c5cafae57ff34d13f79d11862b82f10414bdcd40))
* **skin:** port tooltip styling from tech preview ([#800](https://github.com/videojs/v10/issues/800)) ([6b6566e](https://github.com/videojs/v10/commit/6b6566e2540b4ad9fcd9b2a8e6c767f5f7e4072f))
### Bug Fixes
* **html:** fix html container sizing ([#881](https://github.com/videojs/v10/issues/881)) ([abf8753](https://github.com/videojs/v10/commit/abf8753fe61430122c9d3df40e559ecff3aef3c3))
* **skin:** add missing tooltip provider/group ([#902](https://github.com/videojs/v10/issues/902)) ([1dbcd79](https://github.com/videojs/v10/commit/1dbcd79e541fce77021645d012fb3554d241b16b))
* **skin:** fix fullscreen video clipping and border-radius handling ([#905](https://github.com/videojs/v10/issues/905)) ([e9621a1](https://github.com/videojs/v10/commit/e9621a1f509b74c6801bb02bb8307fba9f317f4c))
* **skin:** only set poster object-fit: contain in fullscreen ([#906](https://github.com/videojs/v10/issues/906)) ([b676517](https://github.com/videojs/v10/commit/b6765179939f9410d822459fec6706828b7016da))
* **skin:** scope controls transitions to fine pointer only ([#909](https://github.com/videojs/v10/issues/909)) ([7a69bf4](https://github.com/videojs/v10/commit/7a69bf44891e2c5a478e2241168a276b9d61ac34))
* **skins:** remove legacy caption markup artifacts ([#882](https://github.com/videojs/v10/issues/882)) ([85266ba](https://github.com/videojs/v10/commit/85266bab3b5b01a6cf6d769a16f662bffa57c208))
* **skin:** standardize backdrop-filter and fix minimal root sizing ([#895](https://github.com/videojs/v10/issues/895)) ([464d5e5](https://github.com/videojs/v10/commit/464d5e5fa2e65c0b3f7f04064cc9f987bfcb967d))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.5
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/skins",
"type": "module",
"version": "10.0.0-alpha.4",
"version": "10.0.0-beta.5",
"private": true,
"description": "Shared skin CSS and Tailwind classname tokens for Video.js",
"license": "Apache-2.0",
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.4...@videojs/spf@10.0.0-beta.5) (2026-03-12)
### Miscellaneous Chores
* **@videojs/spf:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.5
## [10.0.0-beta.4](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.3...@videojs/spf@10.0.0-beta.4) (2026-03-12)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/spf",
"type": "module",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "Stream Processing Framework for Video.js 10",
"license": "Apache-2.0",
"repository": {
+18
View File
@@ -1,5 +1,23 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.4...@videojs/store@10.0.0-beta.5) (2026-03-12)
### Miscellaneous Chores
* **@videojs/store:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.5
* devDependencies
* @videojs/element bumped to 10.0.0-beta.5
* peerDependencies
* @videojs/element bumped to 10.0.0-beta.5
## [10.0.0-beta.4](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.3...@videojs/store@10.0.0-beta.4) (2026-03-12)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/store",
"type": "module",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "Reactive state management for external systems.",
"license": "Apache-2.0",
"repository": {
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [10.0.0-beta.5](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.4...@videojs/utils@10.0.0-beta.5) (2026-03-12)
### Miscellaneous Chores
* **@videojs/utils:** Synchronize videojs versions
## [10.0.0-beta.4](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.3...@videojs/utils@10.0.0-beta.4) (2026-03-12)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"repository": {