Skip to content

Commit 1ec2e03

Browse files
chore: release main
1 parent 6068633 commit 1ec2e03

File tree

11 files changed

+75
-10
lines changed

11 files changed

+75
-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.10",
3-
"packages/html": "0.1.0-preview.10",
4-
"packages/react": "0.1.0-preview.10",
5-
"packages/icons": "0.1.0-preview.10",
6-
"packages/utils": "0.1.0-preview.10"
2+
"packages/core": "0.1.0-preview.11",
3+
"packages/html": "0.1.0-preview.11",
4+
"packages/react": "0.1.0-preview.11",
5+
"packages/icons": "0.1.0-preview.11",
6+
"packages/utils": "0.1.0-preview.11"
77
}

packages/core/CHANGELOG.md

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

3+
## [0.1.0-preview.11](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
9+
10+
11+
### Bug Fixes
12+
13+
* **core:** fixed fullscreen on ios safari ([#211](https://github.com/videojs/v10/issues/211)) ([6068633](https://github.com/videojs/v10/commit/6068633be0939c8024317abac0cb1cd5a262d07a))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @videojs/utils bumped to 0.1.0-preview.11
21+
322
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-06)
423

524

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.10",
4+
"version": "0.1.0-preview.11",
55
"description": "Core components and utilities for Video.js",
66
"license": "Apache-2.0",
77
"keywords": [

packages/html/CHANGELOG.md

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

3+
## [0.1.0-preview.11](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @videojs/core bumped to 0.1.0-preview.11
16+
* @videojs/icons bumped to 0.1.0-preview.11
17+
* @videojs/utils bumped to 0.1.0-preview.11
18+
319
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-06)
420

521

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.10",
4+
"version": "0.1.0-preview.11",
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.11](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
9+
310
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-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.10",
4+
"version": "0.1.0-preview.11",
55
"description": "SVG icon library for Video.js",
66
"license": "Apache-2.0",
77
"keywords": [

packages/react/CHANGELOG.md

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

3+
## [0.1.0-preview.11](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @videojs/core bumped to 0.1.0-preview.11
16+
* @videojs/icons bumped to 0.1.0-preview.11
17+
* @videojs/utils bumped to 0.1.0-preview.11
18+
319
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-06)
420

521

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.10",
4+
"version": "0.1.0-preview.11",
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.11](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
9+
310
## [0.1.0-preview.10](https://github.com/videojs/v10/compare/@videojs/[email protected]...@videojs/[email protected]) (2025-12-06)
411

512

0 commit comments

Comments
 (0)