mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(packages): bump to 10.0.0-alpha.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
23528cad88
commit
578477c01e
@@ -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,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,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",
|
||||
|
||||
@@ -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,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,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,
|
||||
|
||||
Reference in New Issue
Block a user