chore: release main

This commit is contained in:
Wesley Luyten
2026-07-15 12:49:40 -07:00
parent 0a8933c425
commit 45b82843c4
21 changed files with 175 additions and 20 deletions
+23
View File
@@ -1,5 +1,28 @@
# Changelog
## [10.0.0-beta.26](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.25...@videojs/core@10.0.0-beta.26) (2026-07-15)
### Features
* **packages:** i18n ([#1708](https://github.com/videojs/v10/issues/1708)) ([028dadb](https://github.com/videojs/v10/commit/028dadb385eb4f879f80932a4002676dc11d5300))
### Bug Fixes
* **core:** add missing i18n translations ([#1817](https://github.com/videojs/v10/issues/1817)) ([c1348ea](https://github.com/videojs/v10/commit/c1348eaac894680313f8df6cf513eb0a938b84c8))
* **i18n:** error text updates ([#1822](https://github.com/videojs/v10/issues/1822)) ([82b9e43](https://github.com/videojs/v10/commit/82b9e43bb5fee613031f653b575df015d6187d6f))
* **site:** surface native media properties on element reference pages ([#1722](https://github.com/videojs/v10/issues/1722)) ([0dd84b8](https://github.com/videojs/v10/commit/0dd84b819ea18932e5acca1da484b9586f812834))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.26
* @videojs/store bumped to 10.0.0-beta.26
* @videojs/utils bumped to 10.0.0-beta.26
## [10.0.0-beta.25](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.24...@videojs/core@10.0.0-beta.25) (2026-07-07)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "10.0.0-beta.25",
"version": "10.0.0-beta.26",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"repository": {