chore: release main (#1815)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Wesley Luyten
2026-08-03 09:38:12 +10:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent d081719035
commit 43de2dbe8a
25 changed files with 438 additions and 22 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/cli@10.0.0-beta.25...@videojs/cli@10.0.0-beta.26) (2026-08-02)
### Miscellaneous Chores
* **@videojs/cli:** Synchronize videojs versions
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/cli@10.0.0-beta.24...@videojs/cli@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/cli",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "Video.js documentation CLI",
"license": "Apache-2.0",
"repository": {
+45
View File
@@ -1,5 +1,50 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.25...@videojs/core@10.0.0-beta.26) (2026-08-02)
### ⚠ BREAKING CHANGES
* **packages:** replace button availability with disabled and hidden state ([#1474](https://github.com/videojs/v10/issues/1474))
* **media:** extract media package from core ([#1879](https://github.com/videojs/v10/issues/1879))
### Features
* **core:** add status announcer state updates ([#1659](https://github.com/videojs/v10/issues/1659)) ([a5e7339](https://github.com/videojs/v10/commit/a5e73393fef381af7e148178822d5c3d94739834))
* **i18n:** convert to opaque keys ([#1848](https://github.com/videojs/v10/issues/1848)) ([a3e673b](https://github.com/videojs/v10/commit/a3e673bd6854e006f4ae36e3ebfbfd6c6120e197))
* **packages:** add flip functionality to popovers/tooltips/menus ([#1857](https://github.com/videojs/v10/issues/1857)) ([be89470](https://github.com/videojs/v10/commit/be89470447e84bb654cd17be7f4d4f6cec767e4f))
* **packages:** add mux media with src parsing, structured source, and storyboards ([#1850](https://github.com/videojs/v10/issues/1850)) ([409e7ef](https://github.com/videojs/v10/commit/409e7ef225c7abb79a49c8b1adcc8c6ed0242cf6))
* **packages:** i18n ([#1708](https://github.com/videojs/v10/issues/1708)) ([028dadb](https://github.com/videojs/v10/commit/028dadb385eb4f879f80932a4002676dc11d5300))
### Bug Fixes
* **core:** add missing i18n translations ([#1817](https://github.com/videojs/v10/issues/1817)) ([c1348ea](https://github.com/videojs/v10/commit/c1348eaac894680313f8df6cf513eb0a938b84c8))
* **core:** keep controls visible while tapping controls on touch ([#1704](https://github.com/videojs/v10/issues/1704)) ([cfb5632](https://github.com/videojs/v10/commit/cfb5632265e3f955ff904c91adf1af85c5f7332a))
* **i18n:** error text updates ([#1822](https://github.com/videojs/v10/issues/1822)) ([82b9e43](https://github.com/videojs/v10/commit/82b9e43bb5fee613031f653b575df015d6187d6f))
* **packages:** prevent controls click triggering interactions ([#1885](https://github.com/videojs/v10/issues/1885)) ([0f4a9b4](https://github.com/videojs/v10/commit/0f4a9b4127d3fbb59b11e278af70c23f83f51c6f))
* **site:** surface native media properties on element reference pages ([#1722](https://github.com/videojs/v10/issues/1722)) ([0dd84b8](https://github.com/videojs/v10/commit/0dd84b819ea18932e5acca1da484b9586f812834))
### Performance Improvements
* **core:** batch menu viewport measurements ([#1823](https://github.com/videojs/v10/issues/1823)) ([72e175e](https://github.com/videojs/v10/commit/72e175e1bd1886124fc907be79a23b405ee6ab1a))
### Code Refactoring
* **media:** extract media package from core ([#1879](https://github.com/videojs/v10/issues/1879)) ([75dcc66](https://github.com/videojs/v10/commit/75dcc6675bd19e9be05c4e295830c80c0ca2180f))
* **packages:** replace button availability with disabled and hidden state ([#1474](https://github.com/videojs/v10/issues/1474)) ([066227d](https://github.com/videojs/v10/commit/066227de5819570a339fd0e291fc236c51632017))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/media bumped to 10.0.0-beta.26
* @videojs/store bumped to 10.0.0-beta.26
* @videojs/utils bumped to 10.0.0-beta.26
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.24...@videojs/core@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"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.26](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.25...@videojs/element@10.0.0-beta.26) (2026-08-02)
### Miscellaneous Chores
* **@videojs/element:** Synchronize videojs versions
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.24...@videojs/element@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/element",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "Lightweight reactive custom element base for Video.js",
"license": "Apache-2.0",
"repository": {
+48
View File
@@ -1,5 +1,53 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.25...@videojs/html@10.0.0-beta.26) (2026-08-02)
### ⚠ BREAKING CHANGES
* **packages:** replace button availability with disabled and hidden state ([#1474](https://github.com/videojs/v10/issues/1474))
* **packages:** support media components as markup ([#1883](https://github.com/videojs/v10/issues/1883))
* **media:** extract media package from core ([#1879](https://github.com/videojs/v10/issues/1879))
### Features
* **core:** add status announcer state updates ([#1659](https://github.com/videojs/v10/issues/1659)) ([a5e7339](https://github.com/videojs/v10/commit/a5e73393fef381af7e148178822d5c3d94739834))
* **i18n:** convert to opaque keys ([#1848](https://github.com/videojs/v10/issues/1848)) ([a3e673b](https://github.com/videojs/v10/commit/a3e673bd6854e006f4ae36e3ebfbfd6c6120e197))
* **packages:** add flip functionality to popovers/tooltips/menus ([#1857](https://github.com/videojs/v10/issues/1857)) ([be89470](https://github.com/videojs/v10/commit/be89470447e84bb654cd17be7f4d4f6cec767e4f))
* **packages:** add mux media with src parsing, structured source, and storyboards ([#1850](https://github.com/videojs/v10/issues/1850)) ([409e7ef](https://github.com/videojs/v10/commit/409e7ef225c7abb79a49c8b1adcc8c6ed0242cf6))
* **packages:** i18n ([#1708](https://github.com/videojs/v10/issues/1708)) ([028dadb](https://github.com/videojs/v10/commit/028dadb385eb4f879f80932a4002676dc11d5300))
* **packages:** support media components as markup ([#1883](https://github.com/videojs/v10/issues/1883)) ([68e9607](https://github.com/videojs/v10/commit/68e96079e5264cdb59633f47b543cc21f06a6dba))
* **skin:** improved responsive design ([#1832](https://github.com/videojs/v10/issues/1832)) ([c8a9eec](https://github.com/videojs/v10/commit/c8a9eecaf89139bd80965f39052c1483b910d6bc))
### Bug Fixes
* **html:** register tooltip label and shortcut in live presets ([#1881](https://github.com/videojs/v10/issues/1881)) ([fa54f75](https://github.com/videojs/v10/commit/fa54f75d38175c8683a3e0e04d2661c2bf705fa3))
* **i18n:** error text updates ([#1822](https://github.com/videojs/v10/issues/1822)) ([82b9e43](https://github.com/videojs/v10/commit/82b9e43bb5fee613031f653b575df015d6187d6f))
* **packages:** prevent controls click triggering interactions ([#1885](https://github.com/videojs/v10/issues/1885)) ([0f4a9b4](https://github.com/videojs/v10/commit/0f4a9b4127d3fbb59b11e278af70c23f83f51c6f))
* **test:** remove seek tests, add missing tests ([#1892](https://github.com/videojs/v10/issues/1892)) ([115229b](https://github.com/videojs/v10/commit/115229b3bca742834dbd412af1e9722e2ed3dd5f))
### Code Refactoring
* **media:** extract media package from core ([#1879](https://github.com/videojs/v10/issues/1879)) ([75dcc66](https://github.com/videojs/v10/commit/75dcc6675bd19e9be05c4e295830c80c0ca2180f))
* **packages:** replace button availability with disabled and hidden state ([#1474](https://github.com/videojs/v10/issues/1474)) ([066227d](https://github.com/videojs/v10/commit/066227de5819570a339fd0e291fc236c51632017))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 10.0.0-beta.26
* @videojs/element bumped to 10.0.0-beta.26
* @videojs/media bumped to 10.0.0-beta.26
* @videojs/spf bumped to 10.0.0-beta.26
* @videojs/store bumped to 10.0.0-beta.26
* @videojs/utils bumped to 10.0.0-beta.26
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.26
* @videojs/skins bumped to 10.0.0-beta.26
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.24...@videojs/html@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.25...@videojs/icons@10.0.0-beta.26) (2026-08-02)
### Miscellaneous Chores
* **@videojs/icons:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @videojs/utils bumped to 10.0.0-beta.26
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.24...@videojs/icons@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@videojs/icons",
"type": "module",
"private": true,
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"repository": {
+28
View File
@@ -1 +1,29 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/media@10.0.0-beta.25...@videojs/media@10.0.0-beta.26) (2026-08-02)
### ⚠ BREAKING CHANGES
* **packages:** support media components as markup ([#1883](https://github.com/videojs/v10/issues/1883))
* **media:** extract media package from core ([#1879](https://github.com/videojs/v10/issues/1879))
### Features
* **packages:** support media components as markup ([#1883](https://github.com/videojs/v10/issues/1883)) ([68e9607](https://github.com/videojs/v10/commit/68e96079e5264cdb59633f47b543cc21f06a6dba))
* **spf:** expose media tracks on the SPF media adapter ([#1826](https://github.com/videojs/v10/issues/1826)) ([c83b044](https://github.com/videojs/v10/commit/c83b044986bb0a7445a2c54be18ff66cc96e1f66))
### Code Refactoring
* **media:** extract media package from core ([#1879](https://github.com/videojs/v10/issues/1879)) ([75dcc66](https://github.com/videojs/v10/commit/75dcc6675bd19e9be05c4e295830c80c0ca2180f))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.26
* @videojs/utils bumped to 10.0.0-beta.26
## Changelog
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/media",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "Media contracts, hosts, and playback engines for Video.js",
"license": "Apache-2.0",
"repository": {
+46
View File
@@ -1,5 +1,51 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.25...@videojs/react@10.0.0-beta.26) (2026-08-02)
### ⚠ BREAKING CHANGES
* **packages:** replace button availability with disabled and hidden state ([#1474](https://github.com/videojs/v10/issues/1474))
* **packages:** support media components as markup ([#1883](https://github.com/videojs/v10/issues/1883))
* **media:** extract media package from core ([#1879](https://github.com/videojs/v10/issues/1879))
### Features
* **core:** add status announcer state updates ([#1659](https://github.com/videojs/v10/issues/1659)) ([a5e7339](https://github.com/videojs/v10/commit/a5e73393fef381af7e148178822d5c3d94739834))
* **i18n:** convert to opaque keys ([#1848](https://github.com/videojs/v10/issues/1848)) ([a3e673b](https://github.com/videojs/v10/commit/a3e673bd6854e006f4ae36e3ebfbfd6c6120e197))
* **packages:** add flip functionality to popovers/tooltips/menus ([#1857](https://github.com/videojs/v10/issues/1857)) ([be89470](https://github.com/videojs/v10/commit/be89470447e84bb654cd17be7f4d4f6cec767e4f))
* **packages:** add mux media with src parsing, structured source, and storyboards ([#1850](https://github.com/videojs/v10/issues/1850)) ([409e7ef](https://github.com/videojs/v10/commit/409e7ef225c7abb79a49c8b1adcc8c6ed0242cf6))
* **packages:** i18n ([#1708](https://github.com/videojs/v10/issues/1708)) ([028dadb](https://github.com/videojs/v10/commit/028dadb385eb4f879f80932a4002676dc11d5300))
* **packages:** support media components as markup ([#1883](https://github.com/videojs/v10/issues/1883)) ([68e9607](https://github.com/videojs/v10/commit/68e96079e5264cdb59633f47b543cc21f06a6dba))
* **skin:** improved responsive design ([#1832](https://github.com/videojs/v10/issues/1832)) ([c8a9eec](https://github.com/videojs/v10/commit/c8a9eecaf89139bd80965f39052c1483b910d6bc))
### Bug Fixes
* **i18n:** error text updates ([#1822](https://github.com/videojs/v10/issues/1822)) ([82b9e43](https://github.com/videojs/v10/commit/82b9e43bb5fee613031f653b575df015d6187d6f))
* **packages:** prevent controls click triggering interactions ([#1885](https://github.com/videojs/v10/issues/1885)) ([0f4a9b4](https://github.com/videojs/v10/commit/0f4a9b4127d3fbb59b11e278af70c23f83f51c6f))
* **sandbox:** prevent css causing full app refresh ([#1869](https://github.com/videojs/v10/issues/1869)) ([5cb93c1](https://github.com/videojs/v10/commit/5cb93c17010dbb5eabb3fff71250bea13b211043))
### Code Refactoring
* **media:** extract media package from core ([#1879](https://github.com/videojs/v10/issues/1879)) ([75dcc66](https://github.com/videojs/v10/commit/75dcc6675bd19e9be05c4e295830c80c0ca2180f))
* **packages:** replace button availability with disabled and hidden state ([#1474](https://github.com/videojs/v10/issues/1474)) ([066227d](https://github.com/videojs/v10/commit/066227de5819570a339fd0e291fc236c51632017))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 10.0.0-beta.26
* @videojs/media bumped to 10.0.0-beta.26
* @videojs/spf bumped to 10.0.0-beta.26
* @videojs/store bumped to 10.0.0-beta.26
* @videojs/utils bumped to 10.0.0-beta.26
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.26
* @videojs/skins bumped to 10.0.0-beta.26
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.24...@videojs/react@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "React library for building media players",
"license": "Apache-2.0",
"repository": {
+29
View File
@@ -1,5 +1,34 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.25...@videojs/skins@10.0.0-beta.26) (2026-08-02)
### ⚠ BREAKING CHANGES
* **packages:** replace button availability with disabled and hidden state ([#1474](https://github.com/videojs/v10/issues/1474))
### Features
* **skin:** improved responsive design ([#1832](https://github.com/videojs/v10/issues/1832)) ([c8a9eec](https://github.com/videojs/v10/commit/c8a9eecaf89139bd80965f39052c1483b910d6bc))
### Bug Fixes
* **sandbox:** prevent css causing full app refresh ([#1869](https://github.com/videojs/v10/issues/1869)) ([5cb93c1](https://github.com/videojs/v10/commit/5cb93c17010dbb5eabb3fff71250bea13b211043))
* **test:** remove seek tests, add missing tests ([#1892](https://github.com/videojs/v10/issues/1892)) ([115229b](https://github.com/videojs/v10/commit/115229b3bca742834dbd412af1e9722e2ed3dd5f))
### Code Refactoring
* **packages:** replace button availability with disabled and hidden state ([#1474](https://github.com/videojs/v10/issues/1474)) ([066227d](https://github.com/videojs/v10/commit/066227de5819570a339fd0e291fc236c51632017))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.26
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.24...@videojs/skins@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/skins",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"private": true,
"description": "Shared skin CSS and Tailwind classname tokens for Video.js",
"license": "Apache-2.0",
+23
View File
@@ -1,5 +1,28 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.25...@videojs/spf@10.0.0-beta.26) (2026-08-02)
### Features
* **packages:** i18n ([#1708](https://github.com/videojs/v10/issues/1708)) ([028dadb](https://github.com/videojs/v10/commit/028dadb385eb4f879f80932a4002676dc11d5300))
* **spf:** Added autoplay support ([#1880](https://github.com/videojs/v10/issues/1880)) ([b16f28f](https://github.com/videojs/v10/commit/b16f28fb74eee108a1a0eb94e7d83b2f5f11ba5b))
* **spf:** airplay mse recovery ([#1888](https://github.com/videojs/v10/issues/1888)) ([c0a43ac](https://github.com/videojs/v10/commit/c0a43acb0e3af0108de0dc0ca61a23b5069d6812))
* **spf:** expose media tracks on the SPF media adapter ([#1826](https://github.com/videojs/v10/issues/1826)) ([c83b044](https://github.com/videojs/v10/commit/c83b044986bb0a7445a2c54be18ff66cc96e1f66))
* **spf:** relocate non-zero-PTS sources to a 0-based timeline (VOD) ([#1847](https://github.com/videojs/v10/issues/1847)) ([7fdc255](https://github.com/videojs/v10/commit/7fdc2559013527f5c5ace542b33b992c3929fcd8))
### Bug Fixes
* **spf:** load final segment when seeking to exact end ([#1828](https://github.com/videojs/v10/issues/1828)) ([#1852](https://github.com/videojs/v10/issues/1852)) ([12ae97d](https://github.com/videojs/v10/commit/12ae97ddba743fb6a8b4e09108f0928b2611e820))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.26
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.24...@videojs/spf@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/spf",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"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.26](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.25...@videojs/store@10.0.0-beta.26) (2026-08-02)
### Miscellaneous Chores
* **@videojs/store:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.26
* devDependencies
* @videojs/element bumped to 10.0.0-beta.26
* peerDependencies
* @videojs/element bumped to 10.0.0-beta.26
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.24...@videojs/store@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/store",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "Reactive state management for external systems.",
"license": "Apache-2.0",
"repository": {
+17
View File
@@ -1,5 +1,22 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.25...@videojs/utils@10.0.0-beta.26) (2026-08-02)
### Features
* **core:** add status announcer state updates ([#1659](https://github.com/videojs/v10/issues/1659)) ([a5e7339](https://github.com/videojs/v10/commit/a5e73393fef381af7e148178822d5c3d94739834))
* **i18n:** convert to opaque keys ([#1848](https://github.com/videojs/v10/issues/1848)) ([a3e673b](https://github.com/videojs/v10/commit/a3e673bd6854e006f4ae36e3ebfbfd6c6120e197))
* **packages:** add flip functionality to popovers/tooltips/menus ([#1857](https://github.com/videojs/v10/issues/1857)) ([be89470](https://github.com/videojs/v10/commit/be89470447e84bb654cd17be7f4d4f6cec767e4f))
* **packages:** add mux media with src parsing, structured source, and storyboards ([#1850](https://github.com/videojs/v10/issues/1850)) ([409e7ef](https://github.com/videojs/v10/commit/409e7ef225c7abb79a49c8b1adcc8c6ed0242cf6))
* **packages:** i18n ([#1708](https://github.com/videojs/v10/issues/1708)) ([028dadb](https://github.com/videojs/v10/commit/028dadb385eb4f879f80932a4002676dc11d5300))
* **skin:** improved responsive design ([#1832](https://github.com/videojs/v10/issues/1832)) ([c8a9eec](https://github.com/videojs/v10/commit/c8a9eecaf89139bd80965f39052c1483b910d6bc))
### Bug Fixes
* **sandbox:** Fix broken scripts on sandbox build ([#1824](https://github.com/videojs/v10/issues/1824)) ([20f118e](https://github.com/videojs/v10/commit/20f118e95c6b2ce434ad6f03135442b2e3239e6a))
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.24...@videojs/utils@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"repository": {