chore: release main (#765)

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 00:12:30 -07:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent cd019cbbf2
commit db086a4490
17 changed files with 157 additions and 15 deletions
@@ -1,9 +1,10 @@
{
"packages/core": "10.0.0-alpha.9",
"packages/element": "10.0.0-alpha.9",
"packages/html": "10.0.0-alpha.9",
"packages/icons": "10.0.0-alpha.9",
"packages/react": "10.0.0-alpha.9",
"packages/store": "10.0.0-alpha.9",
"packages/utils": "10.0.0-alpha.9"
"packages/core": "10.0.0-alpha.10",
"packages/element": "10.0.0-alpha.10",
"packages/html": "10.0.0-alpha.10",
"packages/icons": "10.0.0-alpha.10",
"packages/react": "10.0.0-alpha.10",
"packages/store": "10.0.0-alpha.10",
"packages/utils": "10.0.0-alpha.10",
"packages/spf": "10.0.0-alpha.10"
}
+26
View File
@@ -1,5 +1,31 @@
# Changelog
## [10.0.0-alpha.10](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.9...@videojs/core@10.0.0-alpha.10) (2026-03-10)
### Features
* **spf:** initial push of SPF ([#784](https://github.com/videojs/v10/issues/784)) ([27a3993](https://github.com/videojs/v10/commit/27a3993fb20af0523e42b0d03c70a6f5a465d144))
### Bug Fixes
* **core:** optimistic current time update on seek to prevent slider snap-back ([#799](https://github.com/videojs/v10/issues/799)) ([c605df5](https://github.com/videojs/v10/commit/c605df50f61e7e50067133e4e79458607fb4d3a9))
* **core:** prevent slider track click from closing popover ([#776](https://github.com/videojs/v10/issues/776)) ([c20d884](https://github.com/videojs/v10/commit/c20d88493281f68e4716195fde59ec6134421902))
* **core:** use composedPath for popover outside-click detection ([#806](https://github.com/videojs/v10/issues/806)) ([747d159](https://github.com/videojs/v10/commit/747d15910be039413b658a00438f5edbdb7f19f6))
* **html:** apply popover data attributes before showing via popover API ([#763](https://github.com/videojs/v10/issues/763)) ([206bc9b](https://github.com/videojs/v10/commit/206bc9b4ae914176e50c1708c272c75d90a12286))
* **html:** thumb edge alignment jump ([#766](https://github.com/videojs/v10/issues/766)) ([d53e239](https://github.com/videojs/v10/commit/d53e239b7b59ad0d86ef961e19342c80568fe02d))
* **slider:** keep pointer position after pointerleave ([#807](https://github.com/videojs/v10/issues/807)) ([cd019cb](https://github.com/videojs/v10/commit/cd019cbbf2444d3643438f1cd7b3ee05efc2350f))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-alpha.10
* @videojs/store bumped to 10.0.0-alpha.10
* @videojs/utils bumped to 10.0.0-alpha.10
## [10.0.0-alpha.9](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.8...@videojs/core@10.0.0-alpha.9) (2026-03-06)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"repository": {
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [10.0.0-alpha.10](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.9...@videojs/element@10.0.0-alpha.10) (2026-03-10)
### Miscellaneous Chores
* **@videojs/element:** Synchronize videojs versions
## [10.0.0-alpha.9](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.8...@videojs/element@10.0.0-alpha.9) (2026-03-06)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/element",
"type": "module",
"version": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"description": "Lightweight reactive custom element base for Video.js",
"license": "Apache-2.0",
"repository": {
+28
View File
@@ -1,5 +1,33 @@
# Changelog
## [10.0.0-alpha.10](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.9...@videojs/html@10.0.0-alpha.10) (2026-03-10)
### Features
* **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:** port tooltip styling from tech preview ([#800](https://github.com/videojs/v10/issues/800)) ([6b6566e](https://github.com/videojs/v10/commit/6b6566e2540b4ad9fcd9b2a8e6c767f5f7e4072f))
* **spf:** initial push of SPF ([#784](https://github.com/videojs/v10/issues/784)) ([27a3993](https://github.com/videojs/v10/commit/27a3993fb20af0523e42b0d03c70a6f5a465d144))
### Bug Fixes
* **html:** apply popover data attributes before showing via popover API ([#763](https://github.com/videojs/v10/issues/763)) ([206bc9b](https://github.com/videojs/v10/commit/206bc9b4ae914176e50c1708c272c75d90a12286))
* **html:** thumb edge alignment jump ([#766](https://github.com/videojs/v10/issues/766)) ([d53e239](https://github.com/videojs/v10/commit/d53e239b7b59ad0d86ef961e19342c80568fe02d))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-alpha.10
* @videojs/core bumped to 10.0.0-alpha.10
* @videojs/element bumped to 10.0.0-alpha.10
* @videojs/store bumped to 10.0.0-alpha.10
* @videojs/utils bumped to 10.0.0-alpha.10
* devDependencies
* @videojs/icons bumped to 10.0.0-alpha.10
## [10.0.0-alpha.9](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.8...@videojs/html@10.0.0-alpha.9) (2026-03-06)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [10.0.0-alpha.10](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.9...@videojs/icons@10.0.0-alpha.10) (2026-03-10)
### Features
* **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))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @videojs/utils bumped to 10.0.0-alpha.10
## [10.0.0-alpha.9](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.8...@videojs/icons@10.0.0-alpha.9) (2026-03-06)
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@videojs/icons",
"type": "module",
"private": true,
"version": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"repository": {
+21
View File
@@ -1,5 +1,26 @@
# Changelog
## [10.0.0-alpha.10](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.9...@videojs/react@10.0.0-alpha.10) (2026-03-10)
### Features
* **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:** port tooltip styling from tech preview ([#800](https://github.com/videojs/v10/issues/800)) ([6b6566e](https://github.com/videojs/v10/commit/6b6566e2540b4ad9fcd9b2a8e6c767f5f7e4072f))
* **spf:** initial push of SPF ([#784](https://github.com/videojs/v10/issues/784)) ([27a3993](https://github.com/videojs/v10/commit/27a3993fb20af0523e42b0d03c70a6f5a465d144))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-alpha.10
* @videojs/core bumped to 10.0.0-alpha.10
* @videojs/store bumped to 10.0.0-alpha.10
* @videojs/utils bumped to 10.0.0-alpha.10
* devDependencies
* @videojs/icons bumped to 10.0.0-alpha.10
## [10.0.0-alpha.9](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.8...@videojs/react@10.0.0-alpha.9) (2026-03-06)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"description": "React library for building media players",
"license": "Apache-2.0",
"repository": {
+15
View File
@@ -0,0 +1,15 @@
# Changelog
## 10.0.0-alpha.10 (2026-03-10)
### Features
* **spf:** initial push of SPF ([#784](https://github.com/videojs/v10/issues/784)) ([27a3993](https://github.com/videojs/v10/commit/27a3993fb20af0523e42b0d03c70a6f5a465d144))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-alpha.10
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/spf",
"type": "module",
"version": "0.1.0-alpha.2",
"version": "10.0.0-alpha.10",
"description": "Stream Processing Framework for Video.js 10",
"license": "Apache-2.0",
"keywords": [
+18
View File
@@ -1,5 +1,23 @@
# Changelog
## [10.0.0-alpha.10](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.9...@videojs/store@10.0.0-alpha.10) (2026-03-10)
### Miscellaneous Chores
* **@videojs/store:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-alpha.10
* devDependencies
* @videojs/element bumped to 10.0.0-alpha.10
* peerDependencies
* @videojs/element bumped to 10.0.0-alpha.10
## [10.0.0-alpha.9](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.8...@videojs/store@10.0.0-alpha.9) (2026-03-06)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/store",
"type": "module",
"version": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"description": "Reactive state management for external systems.",
"license": "Apache-2.0",
"repository": {
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## [10.0.0-alpha.10](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.9...@videojs/utils@10.0.0-alpha.10) (2026-03-10)
### Features
* **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))
### Bug Fixes
* **html:** apply popover data attributes before showing via popover API ([#763](https://github.com/videojs/v10/issues/763)) ([206bc9b](https://github.com/videojs/v10/commit/206bc9b4ae914176e50c1708c272c75d90a12286))
## [10.0.0-alpha.9](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.8...@videojs/utils@10.0.0-alpha.9) (2026-03-06)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"repository": {