diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 29e2839a..00c9584b 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,12 +1,12 @@ { - "packages/cli": "10.0.0-beta.21", - "packages/core": "10.0.0-beta.21", - "packages/element": "10.0.0-beta.21", - "packages/html": "10.0.0-beta.21", - "packages/icons": "10.0.0-beta.21", - "packages/react": "10.0.0-beta.21", - "packages/skins": "10.0.0-beta.21", - "packages/store": "10.0.0-beta.21", - "packages/utils": "10.0.0-beta.21", - "packages/spf": "10.0.0-beta.21" + "packages/cli": "10.0.0-beta.22", + "packages/core": "10.0.0-beta.22", + "packages/element": "10.0.0-beta.22", + "packages/html": "10.0.0-beta.22", + "packages/icons": "10.0.0-beta.22", + "packages/react": "10.0.0-beta.22", + "packages/skins": "10.0.0-beta.22", + "packages/store": "10.0.0-beta.22", + "packages/utils": "10.0.0-beta.22", + "packages/spf": "10.0.0-beta.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0048f57f..523a7ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,30 @@ All notable changes to this project will be documented in this file. -## [@videojs/core@10.0.0-beta.19] - 2026-04-14 +## [@videojs/core@10.0.0-beta.22] - 2026-04-18 + +### 🚀 Features +- *(site)* Serve branded OG images dynamically ([#1345](https://github.com/videojs/v10/pull/1345)) by [@decepulis](https://github.com/decepulis) +- Add e2e test harness ([#1237](https://github.com/videojs/v10/pull/1237)) by [@mihar-22](https://github.com/mihar-22) +- *(packages)* Add chromecast support via remote playback API ([#1348](https://github.com/videojs/v10/pull/1348)) by [@luwes](https://github.com/luwes) + +### 🐛 Bug Fixes +- *(site)* Preserve casing for code identifiers in doc titles and OG images ([#1347](https://github.com/videojs/v10/pull/1347)) by [@decepulis](https://github.com/decepulis) +- *(packages)* Add server-only bundles ([#1349](https://github.com/videojs/v10/pull/1349)) by [@mihar-22](https://github.com/mihar-22) +- *(react)* Prevent gesture tap from firing on slider interactions ([#1361](https://github.com/videojs/v10/pull/1361)) by [@mihar-22](https://github.com/mihar-22) + +### ◀️ Revert +- *(packages)* Add server-only bundles ([#1349](https://github.com/videojs/v10/pull/1349)) ([#1354](https://github.com/videojs/v10/pull/1354)) by [@luwes](https://github.com/luwes) + +## [@videojs/core@10.0.0-beta.21] - 2026-04-14 + +### 🚀 Features +- *(site)* Feature and preset reference UI + docs integration ([#1258](https://github.com/videojs/v10/pull/1258)) by [@decepulis](https://github.com/decepulis) + +### 🐛 Bug Fixes +- *(cli)* Normalize repository URL to match npm convention ([#1340](https://github.com/videojs/v10/pull/1340)) by [@decepulis](https://github.com/decepulis) + +## [@videojs/core@10.0.0-beta.20] - 2026-04-14 ### 🐛 Bug Fixes - *(cli)* Replace deprecated noExternal with deps.alwaysBundle ([#1338](https://github.com/videojs/v10/pull/1338)) by [@decepulis](https://github.com/decepulis) @@ -1225,7 +1248,9 @@ All notable changes to this project will be documented in this file. * @decepulis made their first contribution in [#118](https://github.com/videojs/v10/pull/118) * @heff made their first contribution -[@videojs/core@10.0.0-beta.19]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.19...@videojs/core@10.0.0-beta.19 +[@videojs/core@10.0.0-beta.22]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.21...@videojs/core@10.0.0-beta.22 +[@videojs/core@10.0.0-beta.21]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.20...@videojs/core@10.0.0-beta.21 +[@videojs/core@10.0.0-beta.20]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.19...@videojs/core@10.0.0-beta.20 [@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 [@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 [@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 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 05c376b5..f48c424c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/cli@10.0.0-beta.21...@videojs/cli@10.0.0-beta.22) (2026-04-18) + + +### Miscellaneous Chores + +* **@videojs/cli:** Synchronize videojs versions + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/cli@10.0.0-beta.20...@videojs/cli@10.0.0-beta.21) (2026-04-14) diff --git a/packages/cli/package.json b/packages/cli/package.json index 7fd876b7..d4e376e3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/cli", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "Video.js documentation CLI", "license": "Apache-2.0", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 406df7e4..3cd23855 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.21...@videojs/core@10.0.0-beta.22) (2026-04-18) + + +### Features + +* **packages:** add chromecast support via remote playback API ([#1348](https://github.com/videojs/v10/issues/1348)) ([31a005e](https://github.com/videojs/v10/commit/31a005eeef4cee496c15f6f6be0129ef0006a5a8)) + + +### Bug Fixes + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([3331fda](https://github.com/videojs/v10/commit/3331fdaf25c8a89ea6d36c2972631df589fc0ad3)) +* **react:** prevent gesture tap from firing on slider interactions ([#1361](https://github.com/videojs/v10/issues/1361)) ([769d436](https://github.com/videojs/v10/commit/769d436f4ec78b71d18e0028a606114af48b7afb)) + + +### Reverts + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([#1354](https://github.com/videojs/v10/issues/1354)) ([8530316](https://github.com/videojs/v10/commit/8530316987b5122a2e455b0db3bad6fd3ffa8186)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/spf bumped to 10.0.0-beta.22 + * @videojs/store bumped to 10.0.0-beta.22 + * @videojs/utils bumped to 10.0.0-beta.22 + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.20...@videojs/core@10.0.0-beta.21) (2026-04-14) diff --git a/packages/core/package.json b/packages/core/package.json index 16300bd9..5c12e4ba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/core", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "Core components and utilities for Video.js", "license": "Apache-2.0", "repository": { diff --git a/packages/element/CHANGELOG.md b/packages/element/CHANGELOG.md index ae5f3f9c..9f379ac5 100644 --- a/packages/element/CHANGELOG.md +++ b/packages/element/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.21...@videojs/element@10.0.0-beta.22) (2026-04-18) + + +### Bug Fixes + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([3331fda](https://github.com/videojs/v10/commit/3331fdaf25c8a89ea6d36c2972631df589fc0ad3)) + + +### Reverts + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([#1354](https://github.com/videojs/v10/issues/1354)) ([8530316](https://github.com/videojs/v10/commit/8530316987b5122a2e455b0db3bad6fd3ffa8186)) + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.20...@videojs/element@10.0.0-beta.21) (2026-04-14) diff --git a/packages/element/package.json b/packages/element/package.json index 240a5b50..7862c939 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/element", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "Lightweight reactive custom element base for Video.js", "license": "Apache-2.0", "repository": { diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 800a9e64..75a87049 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.21...@videojs/html@10.0.0-beta.22) (2026-04-18) + + +### Features + +* **packages:** add chromecast support via remote playback API ([#1348](https://github.com/videojs/v10/issues/1348)) ([31a005e](https://github.com/videojs/v10/commit/31a005eeef4cee496c15f6f6be0129ef0006a5a8)) + + +### Bug Fixes + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([3331fda](https://github.com/videojs/v10/commit/3331fdaf25c8a89ea6d36c2972631df589fc0ad3)) + + +### Reverts + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([#1354](https://github.com/videojs/v10/issues/1354)) ([8530316](https://github.com/videojs/v10/commit/8530316987b5122a2e455b0db3bad6fd3ffa8186)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/core bumped to 10.0.0-beta.22 + * @videojs/element bumped to 10.0.0-beta.22 + * @videojs/spf bumped to 10.0.0-beta.22 + * @videojs/store bumped to 10.0.0-beta.22 + * @videojs/utils bumped to 10.0.0-beta.22 + * devDependencies + * @videojs/icons bumped to 10.0.0-beta.22 + * @videojs/skins bumped to 10.0.0-beta.22 + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.20...@videojs/html@10.0.0-beta.21) (2026-04-14) diff --git a/packages/html/package.json b/packages/html/package.json index 5e60fced..19373e3f 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/html", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "HTML library for building media players", "license": "Apache-2.0", "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 107dd91a..f2ffde99 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.21...@videojs/icons@10.0.0-beta.22) (2026-04-18) + + +### Features + +* **packages:** add chromecast support via remote playback API ([#1348](https://github.com/videojs/v10/issues/1348)) ([31a005e](https://github.com/videojs/v10/commit/31a005eeef4cee496c15f6f6be0129ef0006a5a8)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @videojs/utils bumped to 10.0.0-beta.22 + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.20...@videojs/icons@10.0.0-beta.21) (2026-04-14) diff --git a/packages/icons/package.json b/packages/icons/package.json index 2636b2dd..e7ed2890 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -2,7 +2,7 @@ "name": "@videojs/icons", "type": "module", "private": true, - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "SVG icon library for Video.js", "license": "Apache-2.0", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fa6b7c17..216609e4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.21...@videojs/react@10.0.0-beta.22) (2026-04-18) + + +### Features + +* **packages:** add chromecast support via remote playback API ([#1348](https://github.com/videojs/v10/issues/1348)) ([31a005e](https://github.com/videojs/v10/commit/31a005eeef4cee496c15f6f6be0129ef0006a5a8)) + + +### Bug Fixes + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([3331fda](https://github.com/videojs/v10/commit/3331fdaf25c8a89ea6d36c2972631df589fc0ad3)) + + +### Reverts + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([#1354](https://github.com/videojs/v10/issues/1354)) ([8530316](https://github.com/videojs/v10/commit/8530316987b5122a2e455b0db3bad6fd3ffa8186)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/core bumped to 10.0.0-beta.22 + * @videojs/spf bumped to 10.0.0-beta.22 + * @videojs/store bumped to 10.0.0-beta.22 + * @videojs/utils bumped to 10.0.0-beta.22 + * devDependencies + * @videojs/icons bumped to 10.0.0-beta.22 + * @videojs/skins bumped to 10.0.0-beta.22 + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.20...@videojs/react@10.0.0-beta.21) (2026-04-14) diff --git a/packages/react/package.json b/packages/react/package.json index 172a4448..24cdc37e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/react", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "React library for building media players", "license": "Apache-2.0", "repository": { diff --git a/packages/skins/CHANGELOG.md b/packages/skins/CHANGELOG.md index 0bc53c46..4114c886 100644 --- a/packages/skins/CHANGELOG.md +++ b/packages/skins/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.21...@videojs/skins@10.0.0-beta.22) (2026-04-18) + + +### Features + +* **packages:** add chromecast support via remote playback API ([#1348](https://github.com/videojs/v10/issues/1348)) ([31a005e](https://github.com/videojs/v10/commit/31a005eeef4cee496c15f6f6be0129ef0006a5a8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/utils bumped to 10.0.0-beta.22 + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.20...@videojs/skins@10.0.0-beta.21) (2026-04-14) diff --git a/packages/skins/package.json b/packages/skins/package.json index bf8cf84e..f160fa15 100644 --- a/packages/skins/package.json +++ b/packages/skins/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/skins", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "private": true, "description": "Shared skin CSS and Tailwind classname tokens for Video.js", "license": "Apache-2.0", diff --git a/packages/spf/CHANGELOG.md b/packages/spf/CHANGELOG.md index 637d2fbf..1816e575 100644 --- a/packages/spf/CHANGELOG.md +++ b/packages/spf/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.21...@videojs/spf@10.0.0-beta.22) (2026-04-18) + + +### Bug Fixes + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([3331fda](https://github.com/videojs/v10/commit/3331fdaf25c8a89ea6d36c2972631df589fc0ad3)) + + +### Reverts + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([#1354](https://github.com/videojs/v10/issues/1354)) ([8530316](https://github.com/videojs/v10/commit/8530316987b5122a2e455b0db3bad6fd3ffa8186)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/utils bumped to 10.0.0-beta.22 + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.20...@videojs/spf@10.0.0-beta.21) (2026-04-14) diff --git a/packages/spf/package.json b/packages/spf/package.json index 1a1a4053..edf093eb 100644 --- a/packages/spf/package.json +++ b/packages/spf/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/spf", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "Stream Processing Framework for Video.js 10", "license": "Apache-2.0", "repository": { diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index 1821394b..d2857bdf 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.21...@videojs/store@10.0.0-beta.22) (2026-04-18) + + +### Bug Fixes + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([3331fda](https://github.com/videojs/v10/commit/3331fdaf25c8a89ea6d36c2972631df589fc0ad3)) + + +### Reverts + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([#1354](https://github.com/videojs/v10/issues/1354)) ([8530316](https://github.com/videojs/v10/commit/8530316987b5122a2e455b0db3bad6fd3ffa8186)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/utils bumped to 10.0.0-beta.22 + * devDependencies + * @videojs/element bumped to 10.0.0-beta.22 + * peerDependencies + * @videojs/element bumped to 10.0.0-beta.22 + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.20...@videojs/store@10.0.0-beta.21) (2026-04-14) diff --git a/packages/store/package.json b/packages/store/package.json index 321e3aca..6cfcb271 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/store", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "Reactive state management for external systems.", "license": "Apache-2.0", "repository": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 85d92aaf..60adaaa2 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [10.0.0-beta.22](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.21...@videojs/utils@10.0.0-beta.22) (2026-04-18) + + +### Bug Fixes + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([3331fda](https://github.com/videojs/v10/commit/3331fdaf25c8a89ea6d36c2972631df589fc0ad3)) +* **react:** prevent gesture tap from firing on slider interactions ([#1361](https://github.com/videojs/v10/issues/1361)) ([769d436](https://github.com/videojs/v10/commit/769d436f4ec78b71d18e0028a606114af48b7afb)) + + +### Reverts + +* **packages:** add server-only bundles ([#1349](https://github.com/videojs/v10/issues/1349)) ([#1354](https://github.com/videojs/v10/issues/1354)) ([8530316](https://github.com/videojs/v10/commit/8530316987b5122a2e455b0db3bad6fd3ffa8186)) + ## [10.0.0-beta.21](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.20...@videojs/utils@10.0.0-beta.21) (2026-04-14) diff --git a/packages/utils/package.json b/packages/utils/package.json index c221c13d..e6f0068a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/utils", "type": "module", - "version": "10.0.0-beta.21", + "version": "10.0.0-beta.22", "description": "Utility functions and helpers for Video.js", "license": "Apache-2.0", "repository": { diff --git a/site/src/content/changelog/10.0.0-beta.22.md b/site/src/content/changelog/10.0.0-beta.22.md new file mode 100644 index 00000000..faeaf813 --- /dev/null +++ b/site/src/content/changelog/10.0.0-beta.22.md @@ -0,0 +1,22 @@ +--- +description: "" +date: 2026-04-18 +version: "10.0.0-beta.22" +prerelease: true +breaking: false +compareUrl: "https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.21...@videojs/core@10.0.0-beta.22" +--- + + +### 🚀 Features +- *(site)* Serve branded OG images dynamically ([#1345](https://github.com/videojs/v10/pull/1345)) by [@decepulis](https://github.com/decepulis) +- Add e2e test harness ([#1237](https://github.com/videojs/v10/pull/1237)) by [@mihar-22](https://github.com/mihar-22) +- *(packages)* Add chromecast support via remote playback API ([#1348](https://github.com/videojs/v10/pull/1348)) by [@luwes](https://github.com/luwes) + +### 🐛 Bug Fixes +- *(site)* Preserve casing for code identifiers in doc titles and OG images ([#1347](https://github.com/videojs/v10/pull/1347)) by [@decepulis](https://github.com/decepulis) +- *(packages)* Add server-only bundles ([#1349](https://github.com/videojs/v10/pull/1349)) by [@mihar-22](https://github.com/mihar-22) +- *(react)* Prevent gesture tap from firing on slider interactions ([#1361](https://github.com/videojs/v10/pull/1361)) by [@mihar-22](https://github.com/mihar-22) + +### ◀️ Revert +- *(packages)* Add server-only bundles ([#1349](https://github.com/videojs/v10/pull/1349)) ([#1354](https://github.com/videojs/v10/pull/1354)) by [@luwes](https://github.com/luwes)