mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: release main (#152)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
bf23c4c0d4
commit
9cf5961764
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"packages/core": "0.1.0-preview.4",
|
||||
"packages/html": "0.1.0-preview.4",
|
||||
"packages/react": "0.1.0-preview.4",
|
||||
"packages/icons": "0.1.0-preview.4",
|
||||
"packages/utils": "0.1.0-preview.4"
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/core:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/utils bumped to 0.1.0-preview.5
|
||||
|
||||
## [0.1.0-preview.4](https://github.com/videojs/v10/compare/@videojs/core@0.1.0-preview.3...@videojs/core@0.1.0-preview.4) (2025-10-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/core",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.4",
|
||||
"version": "0.1.0-preview.5",
|
||||
"description": "Core components and utilities for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* update html tooltip API / use command attr ([#151](https://github.com/videojs/v10/issues/151)) ([1e7c8ae](https://github.com/videojs/v10/commit/1e7c8ae82e317bada5b7bc2346d5b73b5f9bf5b7))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 0.1.0-preview.5
|
||||
* @videojs/icons bumped to 0.1.0-preview.5
|
||||
* @videojs/utils bumped to 0.1.0-preview.5
|
||||
|
||||
## [0.1.0-preview.4](https://github.com/videojs/v10/compare/@videojs/html@0.1.0-preview.3...@videojs/html@0.1.0-preview.4) (2025-10-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/html",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.4",
|
||||
"version": "0.1.0-preview.5",
|
||||
"description": "HTML library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/icons:** Synchronize videojs versions
|
||||
|
||||
## [0.1.0-preview.4](https://github.com/videojs/v10/compare/@videojs/icons@0.1.0-preview.3...@videojs/icons@0.1.0-preview.4) (2025-10-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/icons",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.4",
|
||||
"version": "0.1.0-preview.5",
|
||||
"description": "SVG icon library for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/react:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 0.1.0-preview.5
|
||||
* @videojs/icons bumped to 0.1.0-preview.5
|
||||
* @videojs/utils bumped to 0.1.0-preview.5
|
||||
|
||||
## [0.1.0-preview.4](https://github.com/videojs/v10/compare/@videojs/react@0.1.0-preview.3...@videojs/react@0.1.0-preview.4) (2025-10-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/react",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.4",
|
||||
"version": "0.1.0-preview.5",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/utils:** Synchronize videojs versions
|
||||
|
||||
## [0.1.0-preview.4](https://github.com/videojs/v10/compare/@videojs/utils@0.1.0-preview.3...@videojs/utils@0.1.0-preview.4) (2025-10-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/utils",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.4",
|
||||
"version": "0.1.0-preview.5",
|
||||
"description": "Utility functions and helpers for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user