mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: release main (#709)
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
391cf5e42b
commit
5605e6079a
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"packages/core": "10.0.0-alpha.5",
|
||||
"packages/element": "10.0.0-alpha.5",
|
||||
"packages/html": "10.0.0-alpha.5",
|
||||
"packages/icons": "10.0.0-alpha.5",
|
||||
"packages/react": "10.0.0-alpha.5",
|
||||
"packages/store": "10.0.0-alpha.5",
|
||||
"packages/utils": "10.0.0-alpha.5"
|
||||
"packages/core": "10.0.0-alpha.6",
|
||||
"packages/element": "10.0.0-alpha.6",
|
||||
"packages/html": "10.0.0-alpha.6",
|
||||
"packages/icons": "10.0.0-alpha.6",
|
||||
"packages/react": "10.0.0-alpha.6",
|
||||
"packages/store": "10.0.0-alpha.6",
|
||||
"packages/utils": "10.0.0-alpha.6"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.6](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.5...@videojs/core@10.0.0-alpha.6) (2026-03-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** use camelCase attribute names in slider for react ([#708](https://github.com/videojs/v10/issues/708)) ([4e1f3af](https://github.com/videojs/v10/commit/4e1f3af2d71bfdacbd35e1363ecb8221e24558a3))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/store bumped to 10.0.0-alpha.6
|
||||
* @videojs/utils bumped to 10.0.0-alpha.6
|
||||
|
||||
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.4...@videojs/core@10.0.0-alpha.5) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/core",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.5",
|
||||
"version": "10.0.0-alpha.6",
|
||||
"description": "Core components and utilities for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.6](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.5...@videojs/element@10.0.0-alpha.6) (2026-03-04)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/element:** Synchronize videojs versions
|
||||
|
||||
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.4...@videojs/element@10.0.0-alpha.5) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/element",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.5",
|
||||
"version": "10.0.0-alpha.6",
|
||||
"description": "Lightweight reactive custom element base for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.6](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.5...@videojs/html@10.0.0-alpha.6) (2026-03-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **html:** move @videojs/icons to devDependencies ([#712](https://github.com/videojs/v10/issues/712)) ([391cf5e](https://github.com/videojs/v10/commit/391cf5e42b93e46386169a010b250704e4d23117))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 10.0.0-alpha.6
|
||||
* @videojs/element bumped to 10.0.0-alpha.6
|
||||
* @videojs/store bumped to 10.0.0-alpha.6
|
||||
* @videojs/utils bumped to 10.0.0-alpha.6
|
||||
* devDependencies
|
||||
* @videojs/icons bumped to 10.0.0-alpha.6
|
||||
|
||||
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.4...@videojs/html@10.0.0-alpha.5) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/html",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.5",
|
||||
"version": "10.0.0-alpha.6",
|
||||
"description": "HTML library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.6](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.5...@videojs/icons@10.0.0-alpha.6) (2026-03-04)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/icons:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* devDependencies
|
||||
* @videojs/utils bumped to 10.0.0-alpha.6
|
||||
|
||||
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.4...@videojs/icons@10.0.0-alpha.5) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@videojs/icons",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "10.0.0-alpha.5",
|
||||
"version": "10.0.0-alpha.6",
|
||||
"description": "SVG icon library for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.6](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.5...@videojs/react@10.0.0-alpha.6) (2026-03-04)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/react:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 10.0.0-alpha.6
|
||||
* @videojs/store bumped to 10.0.0-alpha.6
|
||||
* @videojs/utils bumped to 10.0.0-alpha.6
|
||||
* devDependencies
|
||||
* @videojs/icons bumped to 10.0.0-alpha.6
|
||||
|
||||
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.4...@videojs/react@10.0.0-alpha.5) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/react",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.5",
|
||||
"version": "10.0.0-alpha.6",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.6](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.5...@videojs/store@10.0.0-alpha.6) (2026-03-04)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/store:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/utils bumped to 10.0.0-alpha.6
|
||||
* devDependencies
|
||||
* @videojs/element bumped to 10.0.0-alpha.6
|
||||
* peerDependencies
|
||||
* @videojs/element bumped to 10.0.0-alpha.6
|
||||
|
||||
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.4...@videojs/store@10.0.0-alpha.5) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/store",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.5",
|
||||
"version": "10.0.0-alpha.6",
|
||||
"description": "Reactive state management for external systems.",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.6](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.5...@videojs/utils@10.0.0-alpha.6) (2026-03-04)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/utils:** Synchronize videojs versions
|
||||
|
||||
## [10.0.0-alpha.5](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.4...@videojs/utils@10.0.0-alpha.5) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/utils",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.5",
|
||||
"version": "10.0.0-alpha.6",
|
||||
"description": "Utility functions and helpers for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user