chore: release main (#203)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-05 20:49:18 -06:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 7dcb01de5b
commit 546989c2be
11 changed files with 96 additions and 10 deletions
@@ -1,7 +1,7 @@
{
"packages/core": "0.1.0-preview.9",
"packages/html": "0.1.0-preview.9",
"packages/react": "0.1.0-preview.9",
"packages/icons": "0.1.0-preview.9",
"packages/utils": "0.1.0-preview.9"
"packages/core": "0.1.0-preview.10",
"packages/html": "0.1.0-preview.10",
"packages/react": "0.1.0-preview.10",
"packages/icons": "0.1.0-preview.10",
"packages/utils": "0.1.0-preview.10"
}
+20
View File
@@ -1,5 +1,25 @@
# Changelog
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/core@0.1.0-preview.9...@videojs/core@0.1.0-preview.10) (2025-12-06)
### Features
* add tooltip core ([#212](https://github.com/videojs/v10/issues/212)) ([cbf41ce](https://github.com/videojs/v10/commit/cbf41ce4c750cd5c3bb6cbf247bad91ccd578cd0))
### Bug Fixes
* add popover core, use in html and improve factory ([#204](https://github.com/videojs/v10/issues/204)) ([f3b1b19](https://github.com/videojs/v10/commit/f3b1b199173f3750bc05ad9063fcccbd4163b12b))
* use popover core in react popover ([#208](https://github.com/videojs/v10/issues/208)) ([99fef78](https://github.com/videojs/v10/commit/99fef78f63e8dd121513b9cd20696a7d35603837))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 0.1.0-preview.10
## [0.1.0-preview.9](https://github.com/videojs/v10/compare/@videojs/core@0.1.0-preview.8...@videojs/core@0.1.0-preview.9) (2025-11-18)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "0.1.0-preview.9",
"version": "0.1.0-preview.10",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"keywords": [
+23
View File
@@ -1,5 +1,28 @@
# Changelog
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/html@0.1.0-preview.9...@videojs/html@0.1.0-preview.10) (2025-12-06)
### Features
* add console banner ([#186](https://github.com/videojs/v10/issues/186)) ([072b0de](https://github.com/videojs/v10/commit/072b0dece76289d7d4215907ce70b36debbb78bc))
* add tooltip core ([#212](https://github.com/videojs/v10/issues/212)) ([cbf41ce](https://github.com/videojs/v10/commit/cbf41ce4c750cd5c3bb6cbf247bad91ccd578cd0))
### Bug Fixes
* add popover core, use in html and improve factory ([#204](https://github.com/videojs/v10/issues/204)) ([f3b1b19](https://github.com/videojs/v10/commit/f3b1b199173f3750bc05ad9063fcccbd4163b12b))
* use popover core in react popover ([#208](https://github.com/videojs/v10/issues/208)) ([99fef78](https://github.com/videojs/v10/commit/99fef78f63e8dd121513b9cd20696a7d35603837))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 0.1.0-preview.10
* @videojs/icons bumped to 0.1.0-preview.10
* @videojs/utils bumped to 0.1.0-preview.10
## [0.1.0-preview.9](https://github.com/videojs/v10/compare/@videojs/html@0.1.0-preview.8...@videojs/html@0.1.0-preview.9) (2025-11-18)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "0.1.0-preview.9",
"version": "0.1.0-preview.10",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"keywords": [
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/icons@0.1.0-preview.9...@videojs/icons@0.1.0-preview.10) (2025-12-06)
### Miscellaneous Chores
* **@videojs/icons:** Synchronize videojs versions
## [0.1.0-preview.9](https://github.com/videojs/v10/compare/@videojs/icons@0.1.0-preview.8...@videojs/icons@0.1.0-preview.9) (2025-11-18)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/icons",
"type": "module",
"version": "0.1.0-preview.9",
"version": "0.1.0-preview.10",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"keywords": [
+22
View File
@@ -1,5 +1,27 @@
# Changelog
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/react@0.1.0-preview.9...@videojs/react@0.1.0-preview.10) (2025-12-06)
### Features
* add console banner ([#186](https://github.com/videojs/v10/issues/186)) ([072b0de](https://github.com/videojs/v10/commit/072b0dece76289d7d4215907ce70b36debbb78bc))
* add tooltip core ([#212](https://github.com/videojs/v10/issues/212)) ([cbf41ce](https://github.com/videojs/v10/commit/cbf41ce4c750cd5c3bb6cbf247bad91ccd578cd0))
### Bug Fixes
* use popover core in react popover ([#208](https://github.com/videojs/v10/issues/208)) ([99fef78](https://github.com/videojs/v10/commit/99fef78f63e8dd121513b9cd20696a7d35603837))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 0.1.0-preview.10
* @videojs/icons bumped to 0.1.0-preview.10
* @videojs/utils bumped to 0.1.0-preview.10
## [0.1.0-preview.9](https://github.com/videojs/v10/compare/@videojs/react@0.1.0-preview.8...@videojs/react@0.1.0-preview.9) (2025-11-18)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "0.1.0-preview.9",
"version": "0.1.0-preview.10",
"description": "React library for building media players",
"license": "Apache-2.0",
"keywords": [
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/utils@0.1.0-preview.9...@videojs/utils@0.1.0-preview.10) (2025-12-06)
### Features
* add console banner ([#186](https://github.com/videojs/v10/issues/186)) ([072b0de](https://github.com/videojs/v10/commit/072b0dece76289d7d4215907ce70b36debbb78bc))
* add tooltip core ([#212](https://github.com/videojs/v10/issues/212)) ([cbf41ce](https://github.com/videojs/v10/commit/cbf41ce4c750cd5c3bb6cbf247bad91ccd578cd0))
### Bug Fixes
* add popover core, use in html and improve factory ([#204](https://github.com/videojs/v10/issues/204)) ([f3b1b19](https://github.com/videojs/v10/commit/f3b1b199173f3750bc05ad9063fcccbd4163b12b))
* toKebabCase import issue ([c4f1012](https://github.com/videojs/v10/commit/c4f1012f4619bf41cc4e4deae08f882da1b56fc3))
## [0.1.0-preview.9](https://github.com/videojs/v10/compare/@videojs/utils@0.1.0-preview.8...@videojs/utils@0.1.0-preview.9) (2025-11-18)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "0.1.0-preview.9",
"version": "0.1.0-preview.10",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"keywords": [