chore: release main (#626)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-26 15:34:29 -06:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 1cab75c2ef
commit 1a27159ff7
15 changed files with 143 additions and 14 deletions
@@ -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"
}
+15
View File
@@ -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)
+1 -1
View File
@@ -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": [
+9
View File
@@ -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))
+1 -1
View File
@@ -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",
+17
View File
@@ -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)
+1 -1
View File
@@ -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",
+14
View File
@@ -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)
+1 -1
View File
@@ -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,
+17
View File
@@ -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)
+1 -1
View File
@@ -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",
+50
View File
@@ -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
+1 -1
View File
@@ -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",
+7
View File
@@ -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)
+1 -1
View File
@@ -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,