mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(packages): set release-please manifest and package versions to beta.0 (#850)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
9562a0ecca
commit
e085a0d73a
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"packages/core": "10.0.0-alpha.11",
|
||||
"packages/element": "10.0.0-alpha.11",
|
||||
"packages/html": "10.0.0-alpha.11",
|
||||
"packages/icons": "10.0.0-alpha.11",
|
||||
"packages/react": "10.0.0-alpha.11",
|
||||
"packages/store": "10.0.0-alpha.11",
|
||||
"packages/utils": "10.0.0-alpha.11",
|
||||
"packages/spf": "10.0.0-alpha.11"
|
||||
"packages/core": "10.0.0-beta.0",
|
||||
"packages/element": "10.0.0-beta.0",
|
||||
"packages/html": "10.0.0-beta.0",
|
||||
"packages/icons": "10.0.0-beta.0",
|
||||
"packages/react": "10.0.0-beta.0",
|
||||
"packages/store": "10.0.0-beta.0",
|
||||
"packages/utils": "10.0.0-beta.0",
|
||||
"packages/spf": "10.0.0-beta.0"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/core",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.11",
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "Core components and utilities for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/element",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.11",
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "Lightweight reactive custom element base for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/html",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.11",
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "HTML library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@videojs/icons",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "10.0.0-alpha.11",
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "SVG icon library for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/react",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.11",
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/spf",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.11",
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "Stream Processing Framework for Video.js 10",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/store",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.11",
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "Reactive state management for external systems.",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/utils",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.11",
|
||||
"version": "10.0.0-beta.0",
|
||||
"description": "Utility functions and helpers for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user