Skip to content

Commit 4629f86

Browse files
chore: release main
1 parent 158378a commit 4629f86

15 files changed

Lines changed: 135 additions & 14 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/core": "10.0.0-alpha.4",
3-
"packages/element": "10.0.0-alpha.4",
4-
"packages/html": "10.0.0-alpha.4",
5-
"packages/icons": "10.0.0-alpha.4",
6-
"packages/react": "10.0.0-alpha.4",
7-
"packages/store": "10.0.0-alpha.4",
8-
"packages/utils": "10.0.0-alpha.4"
2+
"packages/core": "10.0.0-alpha.5",
3+
"packages/element": "10.0.0-alpha.5",
4+
"packages/html": "10.0.0-alpha.5",
5+
"packages/icons": "10.0.0-alpha.5",
6+
"packages/react": "10.0.0-alpha.5",
7+
"packages/store": "10.0.0-alpha.5",
8+
"packages/utils": "10.0.0-alpha.5"
99
}

packages/core/CHANGELOG.md

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

3+
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.4...@videojs/core@10.0.0-alpha.5) (2026-02-28)
4+
5+
6+
### Features
7+
8+
* **core:** add popover component ([#615](https://github.com/videojs/v10/issues/615)) ([44188d4](https://github.com/videojs/v10/commit/44188d4823d687bae2806f38e199e9719ff05083))
9+
* **core:** add thumbnail component and text track store feature ([#643](https://github.com/videojs/v10/issues/643)) ([7bae887](https://github.com/videojs/v10/commit/7bae887920a71665fdd24a2f0aca0718de062084))
10+
* **packages:** add PlaybackRateButton to core, html, and react ([#642](https://github.com/videojs/v10/issues/642)) ([0180828](https://github.com/videojs/v10/commit/0180828df91ad74f885906223fa7d359f1a2641a))
11+
* **react:** add slider component ([#644](https://github.com/videojs/v10/issues/644)) ([2f8ca09](https://github.com/videojs/v10/commit/2f8ca094ad5bc5bafc5435c2e97bca58c6d29b5d))
12+
13+
14+
### Bug Fixes
15+
16+
* add SSR stubs for HLS media ([#641](https://github.com/videojs/v10/issues/641)) ([2b50825](https://github.com/videojs/v10/commit/2b508255736e0d9083a1a0baa90850de85f29b92))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @videojs/store bumped to 10.0.0-alpha.5
24+
* @videojs/utils bumped to 10.0.0-alpha.5
25+
326
## [10.0.0-alpha.4](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.3...@videojs/core@10.0.0-alpha.4) (2026-02-26)
427

528

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": "10.0.0-alpha.4",
4+
"version": "10.0.0-alpha.5",
55
"description": "Core components and utilities for Video.js",
66
"license": "Apache-2.0",
77
"repository": {

packages/element/CHANGELOG.md

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

3+
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.4...@videojs/element@10.0.0-alpha.5) (2026-02-28)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@videojs/element:** Synchronize videojs versions
9+
310
## [10.0.0-alpha.4](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.3...@videojs/element@10.0.0-alpha.4) (2026-02-26)
411

512

packages/element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@videojs/element",
33
"type": "module",
4-
"version": "10.0.0-alpha.4",
4+
"version": "10.0.0-alpha.5",
55
"description": "Lightweight reactive custom element base for Video.js",
66
"license": "Apache-2.0",
77
"repository": {

packages/html/CHANGELOG.md

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

3+
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.4...@videojs/html@10.0.0-alpha.5) (2026-02-28)
4+
5+
6+
### Features
7+
8+
* **html:** add popover element ([#652](https://github.com/videojs/v10/issues/652)) ([bebd03f](https://github.com/videojs/v10/commit/bebd03ff2b533c590c679088a16ae1898b575919))
9+
* **html:** add thumbnail element ([#646](https://github.com/videojs/v10/issues/646)) ([8457b12](https://github.com/videojs/v10/commit/8457b1241c0c382abb6efd70f125081413df8a93))
10+
* **packages:** add PlaybackRateButton to core, html, and react ([#642](https://github.com/videojs/v10/issues/642)) ([0180828](https://github.com/videojs/v10/commit/0180828df91ad74f885906223fa7d359f1a2641a))
11+
* **react:** add popover component ([#653](https://github.com/videojs/v10/issues/653)) ([ed43d52](https://github.com/videojs/v10/commit/ed43d52f8fa347acb9dd62f8458a8324e3506fd1))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @videojs/core bumped to 10.0.0-alpha.5
19+
* @videojs/element bumped to 10.0.0-alpha.5
20+
* @videojs/store bumped to 10.0.0-alpha.5
21+
* @videojs/utils bumped to 10.0.0-alpha.5
22+
323
## [10.0.0-alpha.4](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.3...@videojs/html@10.0.0-alpha.4) (2026-02-26)
424

525

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": "10.0.0-alpha.4",
4+
"version": "10.0.0-alpha.5",
55
"description": "HTML library for building media players",
66
"license": "Apache-2.0",
77
"repository": {

packages/icons/CHANGELOG.md

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

3+
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.4...@videojs/icons@10.0.0-alpha.5) (2026-02-28)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@videojs/icons:** Synchronize videojs versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @videojs/utils bumped to 10.0.0-alpha.5
16+
317
## [10.0.0-alpha.4](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.3...@videojs/icons@10.0.0-alpha.4) (2026-02-26)
418

519

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@videojs/icons",
33
"type": "module",
44
"private": true,
5-
"version": "10.0.0-alpha.4",
5+
"version": "10.0.0-alpha.5",
66
"description": "SVG icon library for Video.js",
77
"license": "Apache-2.0",
88
"repository": {

packages/react/CHANGELOG.md

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

3+
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.4...@videojs/react@10.0.0-alpha.5) (2026-02-28)
4+
5+
6+
### Features
7+
8+
* **packages:** add PlaybackRateButton to core, html, and react ([#642](https://github.com/videojs/v10/issues/642)) ([0180828](https://github.com/videojs/v10/commit/0180828df91ad74f885906223fa7d359f1a2641a))
9+
* **react:** add playback rate button component ([#639](https://github.com/videojs/v10/issues/639)) ([3305fb3](https://github.com/videojs/v10/commit/3305fb3db6f3c89a2ff4fcc3f657e54ddfcbc700))
10+
* **react:** add popover component ([#653](https://github.com/videojs/v10/issues/653)) ([ed43d52](https://github.com/videojs/v10/commit/ed43d52f8fa347acb9dd62f8458a8324e3506fd1))
11+
* **react:** add slider component ([#644](https://github.com/videojs/v10/issues/644)) ([2f8ca09](https://github.com/videojs/v10/commit/2f8ca094ad5bc5bafc5435c2e97bca58c6d29b5d))
12+
* **react:** add thumbnail component ([#648](https://github.com/videojs/v10/issues/648)) ([40606ff](https://github.com/videojs/v10/commit/40606ff1885f44138fe7f70abcda6ef3bee32413))
13+
* **react:** add time slider component ([#647](https://github.com/videojs/v10/issues/647)) ([158378a](https://github.com/videojs/v10/commit/158378ac731db302b3d1f309de9d93f0f8fc92f2))
14+
* **react:** support native caption track shifting in video skins ([#636](https://github.com/videojs/v10/issues/636)) ([ac346db](https://github.com/videojs/v10/commit/ac346dbbd68443558ae16e4c81a28c8c605ae687))
15+
16+
17+
### Bug Fixes
18+
19+
* revert preset provider ([#631](https://github.com/videojs/v10/issues/631)) ([5f1cafa](https://github.com/videojs/v10/commit/5f1cafaa25b8a58e06aae00f2ea1495c2aae2916))
20+
* **skin:** temporarily hide the caption button ([#629](https://github.com/videojs/v10/issues/629)) ([0666d52](https://github.com/videojs/v10/commit/0666d526b1eb4de6af12a7710e119c588019c19f))
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @videojs/core bumped to 10.0.0-alpha.5
28+
* @videojs/store bumped to 10.0.0-alpha.5
29+
* @videojs/utils bumped to 10.0.0-alpha.5
30+
* devDependencies
31+
* @videojs/icons bumped to 10.0.0-alpha.5
32+
333
## [10.0.0-alpha.4](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.3...@videojs/react@10.0.0-alpha.4) (2026-02-26)
434

535

0 commit comments

Comments
 (0)