Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/core": "0.1.0-preview.10",
"packages/html": "0.1.0-preview.10",
"packages/react": "0.1.0-preview.10",
"packages/icons": "0.1.0-preview.10",
"packages/utils": "0.1.0-preview.10"
"packages/core": "0.1.0-preview.11",
"packages/html": "0.1.0-preview.11",
"packages/react": "0.1.0-preview.11",
"packages/icons": "0.1.0-preview.11",
"packages/utils": "0.1.0-preview.11"
}
22 changes: 22 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.1.0-preview.11](https://github.com/videojs/v10/compare/@videojs/core@0.1.0-preview.10...@videojs/core@0.1.0-preview.11) (2026-01-08)


### Features

* **core:** dom media slices ([#292](https://github.com/videojs/v10/issues/292)) ([47659f5](https://github.com/videojs/v10/commit/47659f5352634ef094b9ab83476a59ac1f244115))
* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
* **store:** lit bindings ([#289](https://github.com/videojs/v10/issues/289)) ([648aae7](https://github.com/videojs/v10/commit/648aae7e31db02f6d69dba138b98e7cbfd398902))


### Bug Fixes

* **core:** fixed fullscreen on ios safari ([#211](https://github.com/videojs/v10/issues/211)) ([6068633](https://github.com/videojs/v10/commit/6068633be0939c8024317abac0cb1cd5a262d07a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 0.1.0-preview.11
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "0.1.0-preview.11",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"keywords": [
Expand Down
17 changes: 17 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.1.0-preview.11](https://github.com/videojs/v10/compare/@videojs/html@0.1.0-preview.10...@videojs/html@0.1.0-preview.11) (2026-01-08)


### Features

* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
* **store:** skin store setup ([#298](https://github.com/videojs/v10/issues/298)) ([b2e2b88](https://github.com/videojs/v10/commit/b2e2b88e19634fa67e064b898e37f954d6939e2a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 0.1.0-preview.11
* @videojs/utils bumped to 0.1.0-preview.11
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "0.1.0-preview.11",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0-preview.11](https://github.com/videojs/v10/compare/@videojs/icons@0.1.0-preview.10...@videojs/icons@0.1.0-preview.11) (2026-01-08)


### Features

* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/icons",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "0.1.0-preview.11",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"files": [],
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.1.0-preview.11](https://github.com/videojs/v10/compare/@videojs/react@0.1.0-preview.10...@videojs/react@0.1.0-preview.11) (2026-01-08)


### Features

* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
* **react:** add video component and utility hooks ([#293](https://github.com/videojs/v10/issues/293)) ([a71a280](https://github.com/videojs/v10/commit/a71a280bdc0299cd78eaa200be4784f6a7720f14))
* **store:** skin store setup ([#298](https://github.com/videojs/v10/issues/298)) ([b2e2b88](https://github.com/videojs/v10/commit/b2e2b88e19634fa67e064b898e37f954d6939e2a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 0.1.0-preview.11
* @videojs/utils bumped to 0.1.0-preview.11
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "0.1.0-preview.11",
"description": "React library for building media players",
"license": "Apache-2.0",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.1.0-preview.11](https://github.com/videojs/v10/compare/@videojs/utils@0.1.0-preview.10...@videojs/utils@0.1.0-preview.11) (2026-01-08)


### Features

* **core:** dom media slices ([#292](https://github.com/videojs/v10/issues/292)) ([47659f5](https://github.com/videojs/v10/commit/47659f5352634ef094b9ab83476a59ac1f244115))
* **example/react:** improvements to react examples ([#210](https://github.com/videojs/v10/issues/210)) ([c35b012](https://github.com/videojs/v10/commit/c35b0122509ce3230dcfce4a0acf0d315ba5f0ee))
* **store:** initial release ([#279](https://github.com/videojs/v10/issues/279)) ([d74e4e6](https://github.com/videojs/v10/commit/d74e4e6701e5de2a03cf76e4ceff96d230790e3f))
* **store:** lit bindings ([#289](https://github.com/videojs/v10/issues/289)) ([648aae7](https://github.com/videojs/v10/commit/648aae7e31db02f6d69dba138b98e7cbfd398902))
* **store:** queue task refactor ([#287](https://github.com/videojs/v10/issues/287)) ([6a7acda](https://github.com/videojs/v10/commit/6a7acdabfe3a5dd806af64423a9f2eb0769a4496))
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "0.1.0-preview.11",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"keywords": [
Expand Down