mirror of
https://github.com/zoriya/v10.git
synced 2026-08-15 18:34:22 +00:00
chore: release main (#720)
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
a80cf4e06a
commit
b65d537878
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"packages/core": "10.0.0-alpha.7",
|
||||
"packages/element": "10.0.0-alpha.7",
|
||||
"packages/html": "10.0.0-alpha.7",
|
||||
"packages/icons": "10.0.0-alpha.7",
|
||||
"packages/react": "10.0.0-alpha.7",
|
||||
"packages/store": "10.0.0-alpha.7",
|
||||
"packages/utils": "10.0.0-alpha.7"
|
||||
"packages/core": "10.0.0-alpha.8",
|
||||
"packages/element": "10.0.0-alpha.8",
|
||||
"packages/html": "10.0.0-alpha.8",
|
||||
"packages/icons": "10.0.0-alpha.8",
|
||||
"packages/react": "10.0.0-alpha.8",
|
||||
"packages/store": "10.0.0-alpha.8",
|
||||
"packages/utils": "10.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,31 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.8](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.7...@videojs/core@10.0.0-alpha.8) (2026-03-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **core:** add alert dialog with dismiss layer and transitions ([#743](https://github.com/videojs/v10/issues/743)) ([a80cf4e](https://github.com/videojs/v10/commit/a80cf4e06aaa6adfd5e916b4789cb40ac15ef9cf))
|
||||
* **core:** add AlertDialog data attributes ([#738](https://github.com/videojs/v10/issues/738)) ([e2334a3](https://github.com/videojs/v10/commit/e2334a3767c8f9474d44c8baa25512041392e363))
|
||||
* **core:** add error feature ([#713](https://github.com/videojs/v10/issues/713)) ([879d55d](https://github.com/videojs/v10/commit/879d55d1d216aac9f31f3fb22e2e31fde55a002b))
|
||||
* **core:** add tooltip ([#734](https://github.com/videojs/v10/issues/734)) ([b69a2f9](https://github.com/videojs/v10/commit/b69a2f9994eaf14f4f2bf64643d8fc18e901b365))
|
||||
* **html:** add tooltip element ([#735](https://github.com/videojs/v10/issues/735)) ([e9fbaec](https://github.com/videojs/v10/commit/e9fbaece87c39c0adc41070159fd7e6f75f0e1da))
|
||||
* **react:** add slider preview component ([#710](https://github.com/videojs/v10/issues/710)) ([db75697](https://github.com/videojs/v10/commit/db7569711e5a571f6af421987c8490c3de37ed78))
|
||||
* small state and naming fixes ([#719](https://github.com/videojs/v10/issues/719)) ([5c42245](https://github.com/videojs/v10/commit/5c422452e4b547dc00f13082b755ea12d1860f21))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **html:** slider interaction and edge alignment broken ([#721](https://github.com/videojs/v10/issues/721)) ([ff12296](https://github.com/videojs/v10/commit/ff122963553e23a58614c9c808763208fd893df1))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/store bumped to 10.0.0-alpha.8
|
||||
* @videojs/utils bumped to 10.0.0-alpha.8
|
||||
|
||||
## [10.0.0-alpha.7](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-alpha.6...@videojs/core@10.0.0-alpha.7) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/core",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.7",
|
||||
"version": "10.0.0-alpha.8",
|
||||
"description": "Core components and utilities for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.8](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.7...@videojs/element@10.0.0-alpha.8) (2026-03-05)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/element:** Synchronize videojs versions
|
||||
|
||||
## [10.0.0-alpha.7](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-alpha.6...@videojs/element@10.0.0-alpha.7) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/element",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.7",
|
||||
"version": "10.0.0-alpha.8",
|
||||
"description": "Lightweight reactive custom element base for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,32 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.8](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.7...@videojs/html@10.0.0-alpha.8) (2026-03-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **html:** add slider preview element ([#733](https://github.com/videojs/v10/issues/733)) ([7548a8e](https://github.com/videojs/v10/commit/7548a8e4a1cc87e1a702ef24d5559427f26e91ef))
|
||||
* **html:** add slider thumbnail element ([#714](https://github.com/videojs/v10/issues/714)) ([32ee304](https://github.com/videojs/v10/commit/32ee304da4893f0c9271a25cf3fc81b84fccc399))
|
||||
* **html:** add tooltip element ([#735](https://github.com/videojs/v10/issues/735)) ([e9fbaec](https://github.com/videojs/v10/commit/e9fbaece87c39c0adc41070159fd7e6f75f0e1da))
|
||||
* small state and naming fixes ([#719](https://github.com/videojs/v10/issues/719)) ([5c42245](https://github.com/videojs/v10/commit/5c422452e4b547dc00f13082b755ea12d1860f21))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **html:** slider interaction and edge alignment broken ([#721](https://github.com/videojs/v10/issues/721)) ([ff12296](https://github.com/videojs/v10/commit/ff122963553e23a58614c9c808763208fd893df1))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 10.0.0-alpha.8
|
||||
* @videojs/element bumped to 10.0.0-alpha.8
|
||||
* @videojs/store bumped to 10.0.0-alpha.8
|
||||
* @videojs/utils bumped to 10.0.0-alpha.8
|
||||
* devDependencies
|
||||
* @videojs/icons bumped to 10.0.0-alpha.8
|
||||
|
||||
## [10.0.0-alpha.7](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-alpha.6...@videojs/html@10.0.0-alpha.7) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/html",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.7",
|
||||
"version": "10.0.0-alpha.8",
|
||||
"description": "HTML library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.8](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.7...@videojs/icons@10.0.0-alpha.8) (2026-03-05)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/icons:** Synchronize videojs versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* devDependencies
|
||||
* @videojs/utils bumped to 10.0.0-alpha.8
|
||||
|
||||
## [10.0.0-alpha.7](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-alpha.6...@videojs/icons@10.0.0-alpha.7) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@videojs/icons",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "10.0.0-alpha.7",
|
||||
"version": "10.0.0-alpha.8",
|
||||
"description": "SVG icon library for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,33 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.8](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.7...@videojs/react@10.0.0-alpha.8) (2026-03-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **react:** add slider preview component ([#710](https://github.com/videojs/v10/issues/710)) ([db75697](https://github.com/videojs/v10/commit/db7569711e5a571f6af421987c8490c3de37ed78))
|
||||
* **react:** add slider thumbnail component ([#722](https://github.com/videojs/v10/issues/722)) ([a6405e9](https://github.com/videojs/v10/commit/a6405e9278bc6e627cc1186f2af227941a1e55c0))
|
||||
* **react:** add tooltip component ([#736](https://github.com/videojs/v10/issues/736)) ([ae754ee](https://github.com/videojs/v10/commit/ae754eec8f3136be08026e08fbf404b4f0f7126e))
|
||||
* small state and naming fixes ([#719](https://github.com/videojs/v10/issues/719)) ([5c42245](https://github.com/videojs/v10/commit/5c422452e4b547dc00f13082b755ea12d1860f21))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **html:** slider interaction and edge alignment broken ([#721](https://github.com/videojs/v10/issues/721)) ([ff12296](https://github.com/videojs/v10/commit/ff122963553e23a58614c9c808763208fd893df1))
|
||||
* **react:** set anchor-name and position-anchor imperatively in popover ([#715](https://github.com/videojs/v10/issues/715)) ([070d094](https://github.com/videojs/v10/commit/070d0944448fae4fd8ec140a13c5c073c31ccdc4))
|
||||
* **react:** strict mode support ([#742](https://github.com/videojs/v10/issues/742)) ([44d874d](https://github.com/videojs/v10/commit/44d874ddc225b9b8aaf6d8689bdb48ef0ac729fb))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/core bumped to 10.0.0-alpha.8
|
||||
* @videojs/store bumped to 10.0.0-alpha.8
|
||||
* @videojs/utils bumped to 10.0.0-alpha.8
|
||||
* devDependencies
|
||||
* @videojs/icons bumped to 10.0.0-alpha.8
|
||||
|
||||
## [10.0.0-alpha.7](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-alpha.6...@videojs/react@10.0.0-alpha.7) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/react",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.7",
|
||||
"version": "10.0.0-alpha.8",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.8](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.7...@videojs/store@10.0.0-alpha.8) (2026-03-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **core:** add error feature ([#713](https://github.com/videojs/v10/issues/713)) ([879d55d](https://github.com/videojs/v10/commit/879d55d1d216aac9f31f3fb22e2e31fde55a002b))
|
||||
* small state and naming fixes ([#719](https://github.com/videojs/v10/issues/719)) ([5c42245](https://github.com/videojs/v10/commit/5c422452e4b547dc00f13082b755ea12d1860f21))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/utils bumped to 10.0.0-alpha.8
|
||||
* devDependencies
|
||||
* @videojs/element bumped to 10.0.0-alpha.8
|
||||
* peerDependencies
|
||||
* @videojs/element bumped to 10.0.0-alpha.8
|
||||
|
||||
## [10.0.0-alpha.7](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-alpha.6...@videojs/store@10.0.0-alpha.7) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/store",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.7",
|
||||
"version": "10.0.0-alpha.8",
|
||||
"description": "Reactive state management for external systems.",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [10.0.0-alpha.8](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.7...@videojs/utils@10.0.0-alpha.8) (2026-03-05)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **@videojs/utils:** Synchronize videojs versions
|
||||
|
||||
## [10.0.0-alpha.7](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-alpha.6...@videojs/utils@10.0.0-alpha.7) (2026-03-04)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/utils",
|
||||
"type": "module",
|
||||
"version": "10.0.0-alpha.7",
|
||||
"version": "10.0.0-alpha.8",
|
||||
"description": "Utility functions and helpers for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user