chore: release main (#158)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-06 11:16:50 -08:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 1878a271ba
commit 8d477a33a4
11 changed files with 78 additions and 10 deletions
@@ -1,7 +1,7 @@
{
"packages/core": "0.1.0-preview.5",
"packages/html": "0.1.0-preview.5",
"packages/react": "0.1.0-preview.5",
"packages/icons": "0.1.0-preview.5",
"packages/utils": "0.1.0-preview.5"
"packages/core": "0.1.0-preview.6",
"packages/html": "0.1.0-preview.6",
"packages/react": "0.1.0-preview.6",
"packages/icons": "0.1.0-preview.6",
"packages/utils": "0.1.0-preview.6"
}
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/core@0.1.0-preview.5...@videojs/core@0.1.0-preview.6) (2025-11-06)
### Bug Fixes
* **site:** update discord link ([#170](https://github.com/videojs/v10/issues/170)) ([bb10294](https://github.com/videojs/v10/commit/bb10294419439fb02df650f3e7f7c5496ecc3a73))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 0.1.0-preview.6
## [0.1.0-preview.5](https://github.com/videojs/v10/compare/@videojs/core@0.1.0-preview.4...@videojs/core@0.1.0-preview.5) (2025-11-03)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "0.1.0-preview.5",
"version": "0.1.0-preview.6",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"keywords": [
+17
View File
@@ -1,5 +1,22 @@
# Changelog
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/html@0.1.0-preview.5...@videojs/html@0.1.0-preview.6) (2025-11-06)
### Bug Fixes
* **react, html:** rename MediaProvider (and related) to VideoProvider ([#159](https://github.com/videojs/v10/issues/159)) ([f285573](https://github.com/videojs/v10/commit/f28557359c7dda0282f9d532fa4b2fce19766e40))
* **site:** update discord link ([#170](https://github.com/videojs/v10/issues/170)) ([bb10294](https://github.com/videojs/v10/commit/bb10294419439fb02df650f3e7f7c5496ecc3a73))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 0.1.0-preview.6
* @videojs/icons bumped to 0.1.0-preview.6
* @videojs/utils bumped to 0.1.0-preview.6
## [0.1.0-preview.5](https://github.com/videojs/v10/compare/@videojs/html@0.1.0-preview.4...@videojs/html@0.1.0-preview.5) (2025-11-03)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "0.1.0-preview.5",
"version": "0.1.0-preview.6",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"keywords": [
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/icons@0.1.0-preview.5...@videojs/icons@0.1.0-preview.6) (2025-11-06)
### Bug Fixes
* **site:** update discord link ([#170](https://github.com/videojs/v10/issues/170)) ([bb10294](https://github.com/videojs/v10/commit/bb10294419439fb02df650f3e7f7c5496ecc3a73))
## [0.1.0-preview.5](https://github.com/videojs/v10/compare/@videojs/icons@0.1.0-preview.4...@videojs/icons@0.1.0-preview.5) (2025-11-03)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/icons",
"type": "module",
"version": "0.1.0-preview.5",
"version": "0.1.0-preview.6",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"keywords": [
+23
View File
@@ -1,5 +1,28 @@
# Changelog
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/react@0.1.0-preview.5...@videojs/react@0.1.0-preview.6) (2025-11-06)
### Features
* **react:** use SimpleVideo as default Video and rename HLS version to HlsVideo ([#171](https://github.com/videojs/v10/issues/171)) ([1878a27](https://github.com/videojs/v10/commit/1878a271ba300919d1eff19dd2db79340e8714fa))
### Bug Fixes
* **react, html:** rename MediaProvider (and related) to VideoProvider ([#159](https://github.com/videojs/v10/issues/159)) ([f285573](https://github.com/videojs/v10/commit/f28557359c7dda0282f9d532fa4b2fce19766e40))
* **react:** update use client usage in react package modules for next.js use ([#157](https://github.com/videojs/v10/issues/157)) ([16cfde1](https://github.com/videojs/v10/commit/16cfde138d5a8c9fb919c49f49240ebacb1d0639))
* **site:** update discord link ([#170](https://github.com/videojs/v10/issues/170)) ([bb10294](https://github.com/videojs/v10/commit/bb10294419439fb02df650f3e7f7c5496ecc3a73))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 0.1.0-preview.6
* @videojs/icons bumped to 0.1.0-preview.6
* @videojs/utils bumped to 0.1.0-preview.6
## [0.1.0-preview.5](https://github.com/videojs/v10/compare/@videojs/react@0.1.0-preview.4...@videojs/react@0.1.0-preview.5) (2025-11-03)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "0.1.0-preview.5",
"version": "0.1.0-preview.6",
"description": "React library for building media players",
"license": "Apache-2.0",
"keywords": [
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/utils@0.1.0-preview.5...@videojs/utils@0.1.0-preview.6) (2025-11-06)
### Bug Fixes
* **site:** update discord link ([#170](https://github.com/videojs/v10/issues/170)) ([bb10294](https://github.com/videojs/v10/commit/bb10294419439fb02df650f3e7f7c5496ecc3a73))
## [0.1.0-preview.5](https://github.com/videojs/v10/compare/@videojs/utils@0.1.0-preview.4...@videojs/utils@0.1.0-preview.5) (2025-11-03)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "0.1.0-preview.5",
"version": "0.1.0-preview.6",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"keywords": [