mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
chore: release main (#864)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
40807b2e3a
commit
f4e91c9288
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"packages/core": "10.0.0-beta.1",
|
||||
"packages/element": "10.0.0-beta.1",
|
||||
"packages/html": "10.0.0-beta.1",
|
||||
"packages/icons": "10.0.0-beta.1",
|
||||
"packages/react": "10.0.0-beta.1",
|
||||
"packages/store": "10.0.0-beta.1",
|
||||
"packages/utils": "10.0.0-beta.1",
|
||||
"packages/spf": "10.0.0-beta.1"
|
||||
"packages/core": "10.0.0-beta.2",
|
||||
"packages/element": "10.0.0-beta.2",
|
||||
"packages/html": "10.0.0-beta.2",
|
||||
"packages/icons": "10.0.0-beta.2",
|
||||
"packages/react": "10.0.0-beta.2",
|
||||
"packages/store": "10.0.0-beta.2",
|
||||
"packages/utils": "10.0.0-beta.2",
|
||||
"packages/spf": "10.0.0-beta.2"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.1...@videojs/core@10.0.0-beta.2) (2026-03-10)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/core:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/spf bumped to 10.0.0-beta.2
|
||||
* @videojs/store bumped to 10.0.0-beta.2
|
||||
* @videojs/utils bumped to 10.0.0-beta.2
|
||||
|
||||
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.0...@videojs/core@10.0.0-beta.1) (2026-03-10)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/core",
|
||||
"type": "module",
|
||||
"version": "10.0.0-beta.1",
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "Core components and utilities for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.1...@videojs/element@10.0.0-beta.2) (2026-03-10)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/element:** Synchronize videojs versions
|
||||
|
||||
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.0...@videojs/element@10.0.0-beta.1) (2026-03-10)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/element",
|
||||
"type": "module",
|
||||
"version": "10.0.0-beta.1",
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "Lightweight reactive custom element base for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.1...@videojs/html@10.0.0-beta.2) (2026-03-10)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **html:** add CDN bundles and inline template minification ([#827](https://github.com/videojs/v10/issues/827)) ([40807b2](https://github.com/videojs/v10/commit/40807b2e3ace6fe81512fb899a18d901765811d4))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/spf bumped to 10.0.0-beta.2
|
||||
* @videojs/core bumped to 10.0.0-beta.2
|
||||
* @videojs/element bumped to 10.0.0-beta.2
|
||||
* @videojs/store bumped to 10.0.0-beta.2
|
||||
* @videojs/utils bumped to 10.0.0-beta.2
|
||||
* devDependencies
|
||||
* @videojs/icons bumped to 10.0.0-beta.2
|
||||
|
||||
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.0...@videojs/html@10.0.0-beta.1) (2026-03-10)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/html",
|
||||
"type": "module",
|
||||
"version": "10.0.0-beta.1",
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "HTML library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.1...@videojs/icons@10.0.0-beta.2) (2026-03-10)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/icons:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* devDependencies
|
||||
* @videojs/utils bumped to 10.0.0-beta.2
|
||||
|
||||
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.0...@videojs/icons@10.0.0-beta.1) (2026-03-10)
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@videojs/icons",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "10.0.0-beta.1",
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "SVG icon library for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.1...@videojs/react@10.0.0-beta.2) (2026-03-10)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/react:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/spf bumped to 10.0.0-beta.2
|
||||
* @videojs/core bumped to 10.0.0-beta.2
|
||||
* @videojs/store bumped to 10.0.0-beta.2
|
||||
* @videojs/utils bumped to 10.0.0-beta.2
|
||||
* devDependencies
|
||||
* @videojs/icons bumped to 10.0.0-beta.2
|
||||
|
||||
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.0...@videojs/react@10.0.0-beta.1) (2026-03-10)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/react",
|
||||
"type": "module",
|
||||
"version": "10.0.0-beta.1",
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.1...@videojs/spf@10.0.0-beta.2) (2026-03-10)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/spf:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/utils bumped to 10.0.0-beta.2
|
||||
|
||||
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.0...@videojs/spf@10.0.0-beta.1) (2026-03-10)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/spf",
|
||||
"type": "module",
|
||||
"version": "10.0.0-beta.1",
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "Stream Processing Framework for Video.js 10",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.1...@videojs/store@10.0.0-beta.2) (2026-03-10)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/store:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/utils bumped to 10.0.0-beta.2
|
||||
* devDependencies
|
||||
* @videojs/element bumped to 10.0.0-beta.2
|
||||
* peerDependencies
|
||||
* @videojs/element bumped to 10.0.0-beta.2
|
||||
|
||||
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.0...@videojs/store@10.0.0-beta.1) (2026-03-10)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/store",
|
||||
"type": "module",
|
||||
"version": "10.0.0-beta.1",
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "Reactive state management for external systems.",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-beta.2](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.1...@videojs/utils@10.0.0-beta.2) (2026-03-10)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/utils:** Synchronize videojs versions
|
||||
|
||||
## [10.0.0-beta.1](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.0...@videojs/utils@10.0.0-beta.1) (2026-03-10)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/utils",
|
||||
"type": "module",
|
||||
"version": "10.0.0-beta.1",
|
||||
"version": "10.0.0-beta.2",
|
||||
"description": "Utility functions and helpers for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user