mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
chore: release main (#627)
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
b72358904a
commit
0a641e90e2
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"packages/core": "10.0.0-alpha.2",
|
||||
"packages/element": "10.0.0-alpha.2",
|
||||
"packages/html": "10.0.0-alpha.2",
|
||||
"packages/icons": "10.0.0-alpha.2",
|
||||
"packages/react": "10.0.0-alpha.2",
|
||||
"packages/store": "10.0.0-alpha.2",
|
||||
"packages/utils": "10.0.0-alpha.2"
|
||||
"packages/core": "10.0.0-alpha.3",
|
||||
"packages/element": "10.0.0-alpha.3",
|
||||
"packages/html": "10.0.0-alpha.3",
|
||||
"packages/icons": "10.0.0-alpha.3",
|
||||
"packages/react": "10.0.0-alpha.3",
|
||||
"packages/store": "10.0.0-alpha.3",
|
||||
"packages/utils": "10.0.0-alpha.3"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.3](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.2...@videojs/core@10.0.0-alpha.3) (2026-02-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cd:** add repository field to all packages for provenance verification ([b723589](https://github.com/videojs/v10/commit/b72358904a78a9403df16d77936d4a1f41a64bfe))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/store bumped to 10.0.0-alpha.3
|
||||
* @videojs/utils bumped to 10.0.0-alpha.3
|
||||
|
||||
## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.1...@videojs/core@10.0.0-alpha.2) (2026-02-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/core",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.2",
|
||||
"version": "10.0.0-alpha.3",
|
||||
"description": "Core components and utilities for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.3](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.2...@videojs/element@10.0.0-alpha.3) (2026-02-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cd:** add repository field to all packages for provenance verification ([b723589](https://github.com/videojs/v10/commit/b72358904a78a9403df16d77936d4a1f41a64bfe))
|
||||
|
||||
## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.1...@videojs/element@10.0.0-alpha.2) (2026-02-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/element",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.2",
|
||||
"version": "10.0.0-alpha.3",
|
||||
"description": "Lightweight reactive custom element base for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.3](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.2...@videojs/html@10.0.0-alpha.3) (2026-02-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cd:** add repository field to all packages for provenance verification ([b723589](https://github.com/videojs/v10/commit/b72358904a78a9403df16d77936d4a1f41a64bfe))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 10.0.0-alpha.3
|
||||
* @videojs/element bumped to 10.0.0-alpha.3
|
||||
* @videojs/store bumped to 10.0.0-alpha.3
|
||||
* @videojs/utils bumped to 10.0.0-alpha.3
|
||||
|
||||
## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.1...@videojs/html@10.0.0-alpha.2) (2026-02-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/html",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.2",
|
||||
"version": "10.0.0-alpha.3",
|
||||
"description": "HTML library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.3](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.2...@videojs/icons@10.0.0-alpha.3) (2026-02-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cd:** add repository field to all packages for provenance verification ([b723589](https://github.com/videojs/v10/commit/b72358904a78a9403df16d77936d4a1f41a64bfe))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* devDependencies
|
||||
* @videojs/utils bumped to 10.0.0-alpha.3
|
||||
|
||||
## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.1...@videojs/icons@10.0.0-alpha.2) (2026-02-26)
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@videojs/icons",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "10.0.0-alpha.2",
|
||||
"version": "10.0.0-alpha.3",
|
||||
"description": "SVG icon library for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.3](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.2...@videojs/react@10.0.0-alpha.3) (2026-02-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cd:** add repository field to all packages for provenance verification ([b723589](https://github.com/videojs/v10/commit/b72358904a78a9403df16d77936d4a1f41a64bfe))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 10.0.0-alpha.3
|
||||
* @videojs/icons bumped to 10.0.0-alpha.3
|
||||
* @videojs/store bumped to 10.0.0-alpha.3
|
||||
* @videojs/utils bumped to 10.0.0-alpha.3
|
||||
|
||||
## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.1...@videojs/react@10.0.0-alpha.2) (2026-02-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/react",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.2",
|
||||
"version": "10.0.0-alpha.3",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.3](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.2...@videojs/store@10.0.0-alpha.3) (2026-02-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cd:** add repository field to all packages for provenance verification ([b723589](https://github.com/videojs/v10/commit/b72358904a78a9403df16d77936d4a1f41a64bfe))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/utils bumped to 10.0.0-alpha.3
|
||||
* devDependencies
|
||||
* @videojs/element bumped to 10.0.0-alpha.3
|
||||
* peerDependencies
|
||||
* @videojs/element bumped to 10.0.0-alpha.3
|
||||
|
||||
## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.1...@videojs/store@10.0.0-alpha.2) (2026-02-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/store",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.2",
|
||||
"version": "10.0.0-alpha.3",
|
||||
"description": "Reactive state management for external systems.",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.3](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.2...@videojs/utils@10.0.0-alpha.3) (2026-02-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cd:** add repository field to all packages for provenance verification ([b723589](https://github.com/videojs/v10/commit/b72358904a78a9403df16d77936d4a1f41a64bfe))
|
||||
|
||||
## [10.0.0-alpha.2](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.1...@videojs/utils@10.0.0-alpha.2) (2026-02-26)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/utils",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.2",
|
||||
"version": "10.0.0-alpha.3",
|
||||
"description": "Utility functions and helpers for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user