chore(packages): bump to 10.0.0-alpha.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-02-26 14:08:14 -06:00
co-authored by Claude Opus 4.6
parent 23528cad88
commit 578477c01e
6 changed files with 10 additions and 10 deletions
@@ -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": "10.0.0-alpha.0",
"packages/html": "10.0.0-alpha.0",
"packages/react": "10.0.0-alpha.0",
"packages/icons": "10.0.0-alpha.0",
"packages/utils": "10.0.0-alpha.0"
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "10.0.0-alpha.0",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"keywords": [
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "10.0.0-alpha.0",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"main": "dist/default/index.js",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@videojs/icons",
"type": "module",
"private": true,
"version": "0.1.0-alpha.1",
"version": "10.0.0-alpha.0",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"sideEffects": false,
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "10.0.0-alpha.0",
"description": "React library for building media players",
"license": "Apache-2.0",
"main": "dist/default/index.js",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "0.1.0-alpha.1",
"version": "10.0.0-alpha.0",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"sideEffects": false,