chore: release main (#1308)

This commit is contained in:
Wesley Luyten
2026-04-10 22:09:56 -07:00
committed by GitHub
parent 1509a66f60
commit d67a3699e4
21 changed files with 186 additions and 18 deletions
@@ -1,11 +1,11 @@
{
"packages/core": "10.0.0-beta.16",
"packages/element": "10.0.0-beta.16",
"packages/html": "10.0.0-beta.16",
"packages/icons": "10.0.0-beta.16",
"packages/react": "10.0.0-beta.16",
"packages/skins": "10.0.0-beta.16",
"packages/store": "10.0.0-beta.16",
"packages/utils": "10.0.0-beta.16",
"packages/spf": "10.0.0-beta.16"
"packages/core": "10.0.0-beta.17",
"packages/element": "10.0.0-beta.17",
"packages/html": "10.0.0-beta.17",
"packages/icons": "10.0.0-beta.17",
"packages/react": "10.0.0-beta.17",
"packages/skins": "10.0.0-beta.17",
"packages/store": "10.0.0-beta.17",
"packages/utils": "10.0.0-beta.17",
"packages/spf": "10.0.0-beta.17"
}
+11
View File
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
## [@videojs/core@10.0.0-beta.17] - 2026-04-11
### 🚀 Features
- *(html)* Add `<media-gesture>` element ([#1305](https://github.com/videojs/v10/pull/1305)) by [@mihar-22](https://github.com/mihar-22)
- *(react)* Add gesture hooks and MediaGesture component ([#1309](https://github.com/videojs/v10/pull/1309)) by [@mihar-22](https://github.com/mihar-22)
- *(packages)* Add gesture bindings to default skins and presets ([#1310](https://github.com/videojs/v10/pull/1310)) by [@mihar-22](https://github.com/mihar-22)
### 🐛 Bug Fixes
- *(html)* Replace bare side-effect imports with explicit safeDefine() in define modules ([#1307](https://github.com/videojs/v10/pull/1307)) by [@mihar-22](https://github.com/mihar-22)
## [@videojs/core@10.0.0-beta.16] - 2026-04-10
### 🚀 Features
@@ -1174,6 +1184,7 @@ All notable changes to this project will be documented in this file.
* @decepulis made their first contribution in [#118](https://github.com/videojs/v10/pull/118)
* @heff made their first contribution
[@videojs/core@10.0.0-beta.17]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.16...@videojs/core@10.0.0-beta.17
[@videojs/core@10.0.0-beta.16]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.15...@videojs/core@10.0.0-beta.16
[@videojs/core@10.0.0-beta.15]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.14...@videojs/core@10.0.0-beta.15
[@videojs/core@10.0.0-beta.14]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.13...@videojs/core@10.0.0-beta.14
+17
View File
@@ -1,5 +1,22 @@
# Changelog
## [10.0.0-beta.17](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.16...@videojs/core@10.0.0-beta.17) (2026-04-11)
### Features
* **html:** add `<media-gesture>` element ([#1305](https://github.com/videojs/v10/issues/1305)) ([d2782f0](https://github.com/videojs/v10/commit/d2782f0c8d3e927fc2144a5286f4bc795a2ed4ac))
* **packages:** add gesture bindings to default skins and presets ([#1310](https://github.com/videojs/v10/issues/1310)) ([1509a66](https://github.com/videojs/v10/commit/1509a66f60fc0598452f21af396c4b6f3569be5b))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.17
* @videojs/store bumped to 10.0.0-beta.17
* @videojs/utils bumped to 10.0.0-beta.17
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.15...@videojs/core@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"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.17](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.16...@videojs/element@10.0.0-beta.17) (2026-04-11)
### Miscellaneous Chores
* **@videojs/element:** Synchronize videojs versions
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.15...@videojs/element@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/element",
"type": "module",
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"description": "Lightweight reactive custom element base for Video.js",
"license": "Apache-2.0",
"repository": {
+27
View File
@@ -1,5 +1,32 @@
# Changelog
## [10.0.0-beta.17](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.16...@videojs/html@10.0.0-beta.17) (2026-04-11)
### Features
* **html:** add `<media-gesture>` element ([#1305](https://github.com/videojs/v10/issues/1305)) ([d2782f0](https://github.com/videojs/v10/commit/d2782f0c8d3e927fc2144a5286f4bc795a2ed4ac))
* **packages:** add gesture bindings to default skins and presets ([#1310](https://github.com/videojs/v10/issues/1310)) ([1509a66](https://github.com/videojs/v10/commit/1509a66f60fc0598452f21af396c4b6f3569be5b))
### Bug Fixes
* **html:** replace bare side-effect imports with explicit safeDefine() in define modules ([#1307](https://github.com/videojs/v10/issues/1307)) ([ab338c4](https://github.com/videojs/v10/commit/ab338c432b8c548d043b8e5880d00edae83fc310))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 10.0.0-beta.17
* @videojs/element bumped to 10.0.0-beta.17
* @videojs/spf bumped to 10.0.0-beta.17
* @videojs/store bumped to 10.0.0-beta.17
* @videojs/utils bumped to 10.0.0-beta.17
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.17
* @videojs/skins bumped to 10.0.0-beta.17
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.15...@videojs/html@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [10.0.0-beta.17](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.16...@videojs/icons@10.0.0-beta.17) (2026-04-11)
### Miscellaneous Chores
* **@videojs/icons:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @videojs/utils bumped to 10.0.0-beta.17
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.15...@videojs/icons@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@videojs/icons",
"type": "module",
"private": true,
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"repository": {
+22
View File
@@ -1,5 +1,27 @@
# Changelog
## [10.0.0-beta.17](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.16...@videojs/react@10.0.0-beta.17) (2026-04-11)
### Features
* **html:** add `<media-gesture>` element ([#1305](https://github.com/videojs/v10/issues/1305)) ([d2782f0](https://github.com/videojs/v10/commit/d2782f0c8d3e927fc2144a5286f4bc795a2ed4ac))
* **packages:** add gesture bindings to default skins and presets ([#1310](https://github.com/videojs/v10/issues/1310)) ([1509a66](https://github.com/videojs/v10/commit/1509a66f60fc0598452f21af396c4b6f3569be5b))
* **react:** add gesture hooks and MediaGesture component ([#1309](https://github.com/videojs/v10/issues/1309)) ([8566260](https://github.com/videojs/v10/commit/8566260872804b2504d9f6f303d87457c7420d66))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 10.0.0-beta.17
* @videojs/spf bumped to 10.0.0-beta.17
* @videojs/store bumped to 10.0.0-beta.17
* @videojs/utils bumped to 10.0.0-beta.17
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.17
* @videojs/skins bumped to 10.0.0-beta.17
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.15...@videojs/react@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"description": "React library for building media players",
"license": "Apache-2.0",
"repository": {
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [10.0.0-beta.17](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.16...@videojs/skins@10.0.0-beta.17) (2026-04-11)
### Miscellaneous Chores
* **@videojs/skins:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.17
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.15...@videojs/skins@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/skins",
"type": "module",
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"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.17](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.16...@videojs/spf@10.0.0-beta.17) (2026-04-11)
### Miscellaneous Chores
* **@videojs/spf:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.17
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.15...@videojs/spf@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/spf",
"type": "module",
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"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.17](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.16...@videojs/store@10.0.0-beta.17) (2026-04-11)
### Miscellaneous Chores
* **@videojs/store:** Synchronize videojs versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.17
* devDependencies
* @videojs/element bumped to 10.0.0-beta.17
* peerDependencies
* @videojs/element bumped to 10.0.0-beta.17
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.15...@videojs/store@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/store",
"type": "module",
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"description": "Reactive state management for external systems.",
"license": "Apache-2.0",
"repository": {
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [10.0.0-beta.17](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.16...@videojs/utils@10.0.0-beta.17) (2026-04-11)
### Features
* **packages:** add gesture bindings to default skins and presets ([#1310](https://github.com/videojs/v10/issues/1310)) ([1509a66](https://github.com/videojs/v10/commit/1509a66f60fc0598452f21af396c4b6f3569be5b))
## [10.0.0-beta.16](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.15...@videojs/utils@10.0.0-beta.16) (2026-04-10)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "10.0.0-beta.16",
"version": "10.0.0-beta.17",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"repository": {
@@ -0,0 +1,17 @@
---
description: ""
date: 2026-04-11
version: "10.0.0-beta.17"
prerelease: true
breaking: false
compareUrl: "https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.16...@videojs/core@10.0.0-beta.17"
---
### 🚀 Features
- *(html)* Add `<media-gesture>` element ([#1305](https://github.com/videojs/v10/pull/1305)) by [@mihar-22](https://github.com/mihar-22)
- *(react)* Add gesture hooks and MediaGesture component ([#1309](https://github.com/videojs/v10/pull/1309)) by [@mihar-22](https://github.com/mihar-22)
- *(packages)* Add gesture bindings to default skins and presets ([#1310](https://github.com/videojs/v10/pull/1310)) by [@mihar-22](https://github.com/mihar-22)
### 🐛 Bug Fixes
- *(html)* Replace bare side-effect imports with explicit safeDefine() in define modules ([#1307](https://github.com/videojs/v10/pull/1307)) by [@mihar-22](https://github.com/mihar-22)