From 1a27159ff7139014fb202dd3a9765610533a4d36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:34:29 -0600 Subject: [PATCH] chore: release main (#626) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../.release-please-manifest.json | 14 +++--- packages/core/CHANGELOG.md | 15 ++++++ packages/core/package.json | 2 +- packages/element/CHANGELOG.md | 9 ++++ packages/element/package.json | 2 +- packages/html/CHANGELOG.md | 17 +++++++ packages/html/package.json | 2 +- packages/icons/CHANGELOG.md | 14 ++++++ packages/icons/package.json | 2 +- packages/react/CHANGELOG.md | 17 +++++++ packages/react/package.json | 2 +- packages/store/CHANGELOG.md | 50 +++++++++++++++++++ packages/store/package.json | 2 +- packages/utils/CHANGELOG.md | 7 +++ packages/utils/package.json | 2 +- 15 files changed, 143 insertions(+), 14 deletions(-) create mode 100644 packages/element/CHANGELOG.md create mode 100644 packages/store/CHANGELOG.md diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 9971d5dd..ea38dfca 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/core": "10.0.0-alpha.1", - "packages/element": "10.0.0-alpha.1", - "packages/html": "10.0.0-alpha.1", - "packages/icons": "10.0.0-alpha.1", - "packages/react": "10.0.0-alpha.1", - "packages/store": "10.0.0-alpha.1", - "packages/utils": "10.0.0-alpha.1" + "packages/core": "10.0.0-alpha.2", + "packages/element": "10.0.0-alpha.2", + "packages/html": "10.0.0-alpha.2", + "packages/icons": "10.0.0-alpha.2", + "packages/react": "10.0.0-alpha.2", + "packages/store": "10.0.0-alpha.2", + "packages/utils": "10.0.0-alpha.2" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 163ebeb4..d3259c59 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.1...@videojs/core@10.0.0-alpha.2) (2026-02-26) + + +### Miscellaneous Chores + +* **@videojs/core:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/store bumped to 10.0.0-alpha.2 + * @videojs/utils bumped to 10.0.0-alpha.2 + ## [10.0.0-alpha.1](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.0...@videojs/core@10.0.0-alpha.1) (2026-02-26) diff --git a/packages/core/package.json b/packages/core/package.json index e8ef6bf1..925a19f3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/core", "type": "module", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "description": "Core components and utilities for Video.js", "license": "Apache-2.0", "keywords": [ diff --git a/packages/element/CHANGELOG.md b/packages/element/CHANGELOG.md new file mode 100644 index 00000000..48d0d3b6 --- /dev/null +++ b/packages/element/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.1...@videojs/element@10.0.0-alpha.2) (2026-02-26) + + +### Features + +* **cd:** switch to npm trusted publishers ([1cab75c](https://github.com/videojs/v10/commit/1cab75c2ef555126949153ef3bf8fbc6276020e9)) +* **element:** add lightweight reactive element base ([#513](https://github.com/videojs/v10/issues/513)) ([33b2190](https://github.com/videojs/v10/commit/33b21906cd3b55ac059633f3cfebbb070ffa9a11)) diff --git a/packages/element/package.json b/packages/element/package.json index 8b510b50..4dd47fec 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/element", "type": "module", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "description": "Lightweight reactive custom element base for Video.js", "license": "Apache-2.0", "main": "dist/default/index.js", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 6060ef24..4c3778ee 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.1...@videojs/html@10.0.0-alpha.2) (2026-02-26) + + +### Miscellaneous Chores + +* **@videojs/html:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/core bumped to 10.0.0-alpha.2 + * @videojs/element bumped to 10.0.0-alpha.2 + * @videojs/store bumped to 10.0.0-alpha.2 + * @videojs/utils bumped to 10.0.0-alpha.2 + ## [10.0.0-alpha.1](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.0...@videojs/html@10.0.0-alpha.1) (2026-02-26) diff --git a/packages/html/package.json b/packages/html/package.json index 060ee613..f0be15e0 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/html", "type": "module", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "description": "HTML library for building media players", "license": "Apache-2.0", "main": "dist/default/index.js", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index db4b3634..76d72eec 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.1...@videojs/icons@10.0.0-alpha.2) (2026-02-26) + + +### Miscellaneous Chores + +* **@videojs/icons:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @videojs/utils bumped to 10.0.0-alpha.2 + ## [10.0.0-alpha.1](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.0...@videojs/icons@10.0.0-alpha.1) (2026-02-26) diff --git a/packages/icons/package.json b/packages/icons/package.json index 7af7781e..07e4ad4c 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-alpha.1", + "version": "10.0.0-alpha.2", "description": "SVG icon library for Video.js", "license": "Apache-2.0", "sideEffects": false, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 3d4243b9..d1566534 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.1...@videojs/react@10.0.0-alpha.2) (2026-02-26) + + +### Miscellaneous Chores + +* **@videojs/react:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/core bumped to 10.0.0-alpha.2 + * @videojs/icons bumped to 10.0.0-alpha.2 + * @videojs/store bumped to 10.0.0-alpha.2 + * @videojs/utils bumped to 10.0.0-alpha.2 + ## [10.0.0-alpha.1](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.0...@videojs/react@10.0.0-alpha.1) (2026-02-26) diff --git a/packages/react/package.json b/packages/react/package.json index 4fa41a02..3d428eb8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/react", "type": "module", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "description": "React library for building media players", "license": "Apache-2.0", "main": "dist/default/index.js", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md new file mode 100644 index 00000000..716f017a --- /dev/null +++ b/packages/store/CHANGELOG.md @@ -0,0 +1,50 @@ +# Changelog + +## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.1...@videojs/store@10.0.0-alpha.2) (2026-02-26) + + +### Features + +* **cd:** switch to npm trusted publishers ([1cab75c](https://github.com/videojs/v10/commit/1cab75c2ef555126949153ef3bf8fbc6276020e9)) +* **core:** add play button component ([#383](https://github.com/videojs/v10/issues/383)) ([9cfab26](https://github.com/videojs/v10/commit/9cfab264d85ea5b8e20fc2d020171ba5ef53b0f4)) +* **core:** dom media slices ([#292](https://github.com/videojs/v10/issues/292)) ([47659f5](https://github.com/videojs/v10/commit/47659f5352634ef094b9ab83476a59ac1f244115)) +* **element:** add lightweight reactive element base ([#513](https://github.com/videojs/v10/issues/513)) ([33b2190](https://github.com/videojs/v10/commit/33b21906cd3b55ac059633f3cfebbb070ffa9a11)) +* **html:** setup player api ([#374](https://github.com/videojs/v10/issues/374)) ([a419f5e](https://github.com/videojs/v10/commit/a419f5ef190a47575c4a7e11353a5454e6ee7fe6)) +* **react:** setup react player api ([#372](https://github.com/videojs/v10/issues/372)) ([d28dda1](https://github.com/videojs/v10/commit/d28dda114c10d99334a0ec2ffe3c1406aec9eefb)) +* **site:** add util reference pipeline ([#537](https://github.com/videojs/v10/issues/537)) ([78112fb](https://github.com/videojs/v10/commit/78112fbefdaace678a2d1335409e40533f3819fa)) +* **store:** add error codes ([#284](https://github.com/videojs/v10/issues/284)) ([8a1c674](https://github.com/videojs/v10/commit/8a1c674dad72c7902cf93c1591b0f45eea36d2be)) +* **store:** add reactive state primitives ([#311](https://github.com/videojs/v10/issues/311)) ([beb8615](https://github.com/videojs/v10/commit/beb8615c1c75a996d1e4ea2db804c49acdc10ef0)) +* **store:** align queue with native ([#312](https://github.com/videojs/v10/issues/312)) ([f25ad6c](https://github.com/videojs/v10/commit/f25ad6c9244e232e0c2cfa42123a0e0563d386d8)) +* **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:** lit bound controllers ([#297](https://github.com/videojs/v10/issues/297)) ([836c329](https://github.com/videojs/v10/commit/836c32952cd645a32ad887a2940037f9275a8142)) +* **store:** queue task refactor ([#287](https://github.com/videojs/v10/issues/287)) ([6a7acda](https://github.com/videojs/v10/commit/6a7acdabfe3a5dd806af64423a9f2eb0769a4496)) +* **store:** react bindings ([#288](https://github.com/videojs/v10/issues/288)) ([1735787](https://github.com/videojs/v10/commit/17357871102386ad69fabf8c4ae189ee1a8acbd6)) +* **store:** skin store setup ([#298](https://github.com/videojs/v10/issues/298)) ([b2e2b88](https://github.com/videojs/v10/commit/b2e2b88e19634fa67e064b898e37f954d6939e2a)) +* **store:** state subscription primitives ([#528](https://github.com/videojs/v10/issues/528)) ([839a7e4](https://github.com/videojs/v10/commit/839a7e43bff6b420de3fd53c1b7847aece1f0a1c)) +* **store:** store selector api ([#370](https://github.com/videojs/v10/issues/370)) ([ad94af2](https://github.com/videojs/v10/commit/ad94af25b5faaf003ab79482ad40be70309e39a8)) +* **store:** sync queue ([#308](https://github.com/videojs/v10/issues/308)) ([285222e](https://github.com/videojs/v10/commit/285222e660153059814951b9209ae55e1ebf9475)) +* **store:** useMutation hook for react ([#290](https://github.com/videojs/v10/issues/290)) ([ecd4940](https://github.com/videojs/v10/commit/ecd4940bc7c5fc555d789f085fa0d725265da222)) +* **store:** useOptimistic hook for react ([#291](https://github.com/videojs/v10/issues/291)) ([8da3ab1](https://github.com/videojs/v10/commit/8da3ab1b352d595468d6bdea8f911dc0e4a451ec)) + + +### Bug Fixes + +* **packages:** enable unbundle mode to avoid mangled exports ([00fdf96](https://github.com/videojs/v10/commit/00fdf966ca5148bcca303058dd798b1b880896e0)) +* **store:** guard abort on request supersession ([#313](https://github.com/videojs/v10/issues/313)) ([e643ee1](https://github.com/videojs/v10/commit/e643ee1f08ba41732acce27021da9bdc76032890)) + + +### Performance Improvements + +* **store:** optimize reactive state hot paths ([#314](https://github.com/videojs/v10/issues/314)) ([c48c626](https://github.com/videojs/v10/commit/c48c626211cd7a6a304e6e47912a240b80f73db4)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/utils bumped to 10.0.0-alpha.2 + * devDependencies + * @videojs/element bumped to 10.0.0-alpha.2 + * peerDependencies + * @videojs/element bumped to 10.0.0-alpha.2 diff --git a/packages/store/package.json b/packages/store/package.json index 41c98da2..04f9afd2 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/store", "type": "module", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "description": "Reactive state management for external systems.", "license": "Apache-2.0", "main": "dist/default/index.js", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 5923d6c9..22f0f010 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.1...@videojs/utils@10.0.0-alpha.2) (2026-02-26) + + +### Miscellaneous Chores + +* **@videojs/utils:** Synchronize videojs versions + ## [10.0.0-alpha.1](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.0...@videojs/utils@10.0.0-alpha.1) (2026-02-26) diff --git a/packages/utils/package.json b/packages/utils/package.json index f44bc444..04755667 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@videojs/utils", "type": "module", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "description": "Utility functions and helpers for Video.js", "license": "Apache-2.0", "sideEffects": false,