mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: release main (#176)
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
2b27d3d9f4
commit
d39dbc45f0
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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"
|
||||
"packages/core": "0.1.0-preview.7",
|
||||
"packages/html": "0.1.0-preview.7",
|
||||
"packages/react": "0.1.0-preview.7",
|
||||
"packages/icons": "0.1.0-preview.7",
|
||||
"packages/utils": "0.1.0-preview.7"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/core@0.1.0-preview.6...@videojs/core@0.1.0-preview.7) (2025-11-11)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/core:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/utils bumped to 0.1.0-preview.7
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/core",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.6",
|
||||
"version": "0.1.0-preview.7",
|
||||
"description": "Core components and utilities for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/html@0.1.0-preview.6...@videojs/html@0.1.0-preview.7) (2025-11-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **react:** use popover and anchor position API ([#178](https://github.com/videojs/v10/issues/178)) ([f513c74](https://github.com/videojs/v10/commit/f513c74a6cebc09ac76512bb86af10a33350f900))
|
||||
* use anchor API for html elements ([#174](https://github.com/videojs/v10/issues/174)) ([4a2d580](https://github.com/videojs/v10/commit/4a2d580bb3db35d17d89827326617d0bd2c54499))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **skins:** remove vjs- prefixed CSS custom properties ([#179](https://github.com/videojs/v10/issues/179)) ([a62623b](https://github.com/videojs/v10/commit/a62623ba41d294edead981a1b468f7f486c91625))
|
||||
* **skins:** slightly more idiomatic Tailwind, added custom properties ([#175](https://github.com/videojs/v10/issues/175)) ([694afb7](https://github.com/videojs/v10/commit/694afb7de992edbd667bc3d895df8bf198ccabb3))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 0.1.0-preview.7
|
||||
* @videojs/icons bumped to 0.1.0-preview.7
|
||||
* @videojs/utils bumped to 0.1.0-preview.7
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/html",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.6",
|
||||
"version": "0.1.0-preview.7",
|
||||
"description": "HTML library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/icons@0.1.0-preview.6...@videojs/icons@0.1.0-preview.7) (2025-11-11)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/icons:** Synchronize videojs versions
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/icons",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.6",
|
||||
"version": "0.1.0-preview.7",
|
||||
"description": "SVG icon library for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/react@0.1.0-preview.6...@videojs/react@0.1.0-preview.7) (2025-11-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **react:** use popover and anchor position API ([#178](https://github.com/videojs/v10/issues/178)) ([f513c74](https://github.com/videojs/v10/commit/f513c74a6cebc09ac76512bb86af10a33350f900))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **skins:** remove vjs- prefixed CSS custom properties ([#179](https://github.com/videojs/v10/issues/179)) ([a62623b](https://github.com/videojs/v10/commit/a62623ba41d294edead981a1b468f7f486c91625))
|
||||
* **skins:** slightly more idiomatic Tailwind, added custom properties ([#175](https://github.com/videojs/v10/issues/175)) ([694afb7](https://github.com/videojs/v10/commit/694afb7de992edbd667bc3d895df8bf198ccabb3))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 0.1.0-preview.7
|
||||
* @videojs/icons bumped to 0.1.0-preview.7
|
||||
* @videojs/utils bumped to 0.1.0-preview.7
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/react",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.6",
|
||||
"version": "0.1.0-preview.7",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/utils@0.1.0-preview.6...@videojs/utils@0.1.0-preview.7) (2025-11-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use anchor API for html elements ([#174](https://github.com/videojs/v10/issues/174)) ([4a2d580](https://github.com/videojs/v10/commit/4a2d580bb3db35d17d89827326617d0bd2c54499))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/utils",
|
||||
"type": "module",
|
||||
"version": "0.1.0-preview.6",
|
||||
"version": "0.1.0-preview.7",
|
||||
"description": "Utility functions and helpers for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user