Skip to content

Commit c2cb16b

Browse files
chore: release main (#1336)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 58b882c commit c2cb16b

23 files changed

Lines changed: 284 additions & 20 deletions
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"packages/cli": "10.0.0-beta.18",
3-
"packages/core": "10.0.0-beta.18",
4-
"packages/element": "10.0.0-beta.18",
5-
"packages/html": "10.0.0-beta.18",
6-
"packages/icons": "10.0.0-beta.18",
7-
"packages/react": "10.0.0-beta.18",
8-
"packages/skins": "10.0.0-beta.18",
9-
"packages/store": "10.0.0-beta.18",
10-
"packages/utils": "10.0.0-beta.18",
11-
"packages/spf": "10.0.0-beta.18"
2+
"packages/cli": "10.0.0-beta.19",
3+
"packages/core": "10.0.0-beta.19",
4+
"packages/element": "10.0.0-beta.19",
5+
"packages/html": "10.0.0-beta.19",
6+
"packages/icons": "10.0.0-beta.19",
7+
"packages/react": "10.0.0-beta.19",
8+
"packages/skins": "10.0.0-beta.19",
9+
"packages/store": "10.0.0-beta.19",
10+
"packages/utils": "10.0.0-beta.19",
11+
"packages/spf": "10.0.0-beta.19"
1212
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [@videojs/core@10.0.0-beta.19] - 2026-04-14
6+
7+
### 🐛 Bug Fixes
8+
- *(cli)* Correct bin path to match tsdown output ([#1337](https://github.com/videojs/v10/pull/1337)) by [@decepulis](https://github.com/decepulis)
9+
510
## [@videojs/core@10.0.0-beta.18] - 2026-04-14
611

712
### 🚀 Features
@@ -1215,6 +1220,7 @@ All notable changes to this project will be documented in this file.
12151220
* @decepulis made their first contribution in [#118](https://github.com/videojs/v10/pull/118)
12161221
* @heff made their first contribution
12171222

1223+
[@videojs/core@10.0.0-beta.19]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.18...@videojs/core@10.0.0-beta.19
12181224
[@videojs/core@10.0.0-beta.18]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.17...@videojs/core@10.0.0-beta.18
12191225
[@videojs/core@10.0.0-beta.17]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.16...@videojs/core@10.0.0-beta.17
12201226
[@videojs/core@10.0.0-beta.16]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.15...@videojs/core@10.0.0-beta.16

packages/cli/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-beta.19](https://github.com/videojs/v10/compare/@videojs/cli@10.0.0-beta.18...@videojs/cli@10.0.0-beta.19) (2026-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** correct bin path to match tsdown output ([#1337](https://github.com/videojs/v10/issues/1337)) ([58b882c](https://github.com/videojs/v10/commit/58b882c49afd74daf605459b472ea055e6aa7a59))
9+
310
## [10.0.0-beta.18](https://github.com/videojs/v10/compare/@videojs/cli@10.0.0-beta.17...@videojs/cli@10.0.0-beta.18) (2026-04-14)
411

512

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@videojs/cli",
33
"type": "module",
4-
"version": "10.0.0-beta.18",
4+
"version": "10.0.0-beta.19",
55
"description": "Video.js documentation CLI",
66
"license": "Apache-2.0",
77
"repository": {

packages/core/CHANGELOG.md

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

3+
## [10.0.0-beta.19](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.18...@videojs/core@10.0.0-beta.19) (2026-04-14)
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/spf bumped to 10.0.0-beta.19
16+
* @videojs/store bumped to 10.0.0-beta.19
17+
* @videojs/utils bumped to 10.0.0-beta.19
18+
319
## [10.0.0-beta.18](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.17...@videojs/core@10.0.0-beta.18) (2026-04-14)
420

521

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-beta.18",
4+
"version": "10.0.0-beta.19",
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-beta.19](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.18...@videojs/element@10.0.0-beta.19) (2026-04-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@videojs/element:** Synchronize videojs versions
9+
310
## [10.0.0-beta.18](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.17...@videojs/element@10.0.0-beta.18) (2026-04-14)
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-beta.18",
4+
"version": "10.0.0-beta.19",
55
"description": "Lightweight reactive custom element base for Video.js",
66
"license": "Apache-2.0",
77
"repository": {

packages/html/CHANGELOG.md

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

3+
## [10.0.0-beta.19](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.18...@videojs/html@10.0.0-beta.19) (2026-04-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@videojs/html:** Synchronize videojs versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @videojs/core bumped to 10.0.0-beta.19
16+
* @videojs/element bumped to 10.0.0-beta.19
17+
* @videojs/spf bumped to 10.0.0-beta.19
18+
* @videojs/store bumped to 10.0.0-beta.19
19+
* @videojs/utils bumped to 10.0.0-beta.19
20+
* devDependencies
21+
* @videojs/icons bumped to 10.0.0-beta.19
22+
* @videojs/skins bumped to 10.0.0-beta.19
23+
324
## [10.0.0-beta.18](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.17...@videojs/html@10.0.0-beta.18) (2026-04-14)
425

526

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

0 commit comments

Comments
 (0)