Skip to content

Commit d39dbc4

Browse files
chore: release main (#176)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b27d3d commit d39dbc4

File tree

11 files changed

+83
-10
lines changed

11 files changed

+83
-10
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/core": "0.1.0-preview.6",
3-
"packages/html": "0.1.0-preview.6",
4-
"packages/react": "0.1.0-preview.6",
5-
"packages/icons": "0.1.0-preview.6",
6-
"packages/utils": "0.1.0-preview.6"
2+
"packages/core": "0.1.0-preview.7",
3+
"packages/html": "0.1.0-preview.7",
4+
"packages/react": "0.1.0-preview.7",
5+
"packages/icons": "0.1.0-preview.7",
6+
"packages/utils": "0.1.0-preview.7"
77
}

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@videojs/core:** Synchronize videojs versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @videojs/utils bumped to 0.1.0-preview.7
16+
317
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-06)
418

519

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@videojs/core",
33
"type": "module",
4-
"version": "0.1.0-preview.6",
4+
"version": "0.1.0-preview.7",
55
"description": "Core components and utilities for Video.js",
66
"license": "Apache-2.0",
77
"keywords": [

packages/html/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-11)
4+
5+
6+
### Features
7+
8+
* **react:** use popover and anchor position API ([#178](https://github.com/videojs/v10/issues/178)) ([f513c74](https://github.com/videojs/v10/commit/f513c74a6cebc09ac76512bb86af10a33350f900))
9+
* use anchor API for html elements ([#174](https://github.com/videojs/v10/issues/174)) ([4a2d580](https://github.com/videojs/v10/commit/4a2d580bb3db35d17d89827326617d0bd2c54499))
10+
11+
12+
### Bug Fixes
13+
14+
* **skins:** remove vjs- prefixed CSS custom properties ([#179](https://github.com/videojs/v10/issues/179)) ([a62623b](https://github.com/videojs/v10/commit/a62623ba41d294edead981a1b468f7f486c91625))
15+
* **skins:** slightly more idiomatic Tailwind, added custom properties ([#175](https://github.com/videojs/v10/issues/175)) ([694afb7](https://github.com/videojs/v10/commit/694afb7de992edbd667bc3d895df8bf198ccabb3))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @videojs/core bumped to 0.1.0-preview.7
23+
* @videojs/icons bumped to 0.1.0-preview.7
24+
* @videojs/utils bumped to 0.1.0-preview.7
25+
326
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-06)
427

528

packages/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@videojs/html",
33
"type": "module",
4-
"version": "0.1.0-preview.6",
4+
"version": "0.1.0-preview.7",
55
"description": "HTML library for building media players",
66
"license": "Apache-2.0",
77
"keywords": [

packages/icons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@videojs/icons:** Synchronize videojs versions
9+
310
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-06)
411

512

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@videojs/icons",
33
"type": "module",
4-
"version": "0.1.0-preview.6",
4+
"version": "0.1.0-preview.7",
55
"description": "SVG icon library for Video.js",
66
"license": "Apache-2.0",
77
"keywords": [

packages/react/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-11)
4+
5+
6+
### Features
7+
8+
* **react:** use popover and anchor position API ([#178](https://github.com/videojs/v10/issues/178)) ([f513c74](https://github.com/videojs/v10/commit/f513c74a6cebc09ac76512bb86af10a33350f900))
9+
10+
11+
### Bug Fixes
12+
13+
* **skins:** remove vjs- prefixed CSS custom properties ([#179](https://github.com/videojs/v10/issues/179)) ([a62623b](https://github.com/videojs/v10/commit/a62623ba41d294edead981a1b468f7f486c91625))
14+
* **skins:** slightly more idiomatic Tailwind, added custom properties ([#175](https://github.com/videojs/v10/issues/175)) ([694afb7](https://github.com/videojs/v10/commit/694afb7de992edbd667bc3d895df8bf198ccabb3))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @videojs/core bumped to 0.1.0-preview.7
22+
* @videojs/icons bumped to 0.1.0-preview.7
23+
* @videojs/utils bumped to 0.1.0-preview.7
24+
325
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-06)
426

527

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@videojs/react",
33
"type": "module",
4-
"version": "0.1.0-preview.6",
4+
"version": "0.1.0-preview.7",
55
"description": "React library for building media players",
66
"license": "Apache-2.0",
77
"keywords": [

packages/utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.0-preview.7](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-11)
4+
5+
6+
### Features
7+
8+
* use anchor API for html elements ([#174](https://github.com/videojs/v10/issues/174)) ([4a2d580](https://github.com/videojs/v10/commit/4a2d580bb3db35d17d89827326617d0bd2c54499))
9+
310
## [0.1.0-preview.6](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-11-06)
411

512

0 commit comments

Comments
 (0)