mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(packages): update package READMEs for beta (#848)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
6f78644bb4
commit
9562a0ecca
@@ -2,7 +2,7 @@
|
||||
|
||||
[![package-badge]][package]
|
||||
|
||||
> **⚠️ Alpha - SUBJECT TO CHANGE** Not recommended for production use.
|
||||
> **⚠️ Beta** Close to stable. Experimental adoption in real projects.
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -23,6 +23,6 @@ members:
|
||||
[Apache-2.0](./LICENSE)
|
||||
|
||||
[package]: https://www.npmjs.com/package/@videojs/core
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/core/next?label=@videojs/core@next
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/core?label=@videojs/core
|
||||
[discord]: https://discord.gg/JBqHh485uF
|
||||
[gh-discussions]: https://github.com/videojs/v10/discussions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[![package-badge]][package]
|
||||
|
||||
> **Warning: Alpha - SUBJECT TO CHANGE** Not recommended for production use.
|
||||
> **⚠️ Beta** Close to stable. Experimental adoption in real projects.
|
||||
|
||||
A lightweight reactive custom element base class for Video.js. Type-aligned with [Lit's ReactiveElement](https://github.com/lit/lit/tree/main/packages/reactive-element) but stripped down to only what we use.
|
||||
|
||||
@@ -109,6 +109,6 @@ members:
|
||||
[Apache-2.0](./LICENSE)
|
||||
|
||||
[package]: https://www.npmjs.com/package/@videojs/element
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/element/next?label=@videojs/element@next
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/element?label=@videojs/element
|
||||
[discord]: https://discord.gg/JBqHh485uF
|
||||
[gh-discussions]: https://github.com/videojs/v10/discussions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[![package-badge]][package]
|
||||
|
||||
> **⚠️ Alpha - SUBJECT TO CHANGE** Not recommended for production use.
|
||||
> **⚠️ Beta** Close to stable. Experimental adoption in real projects.
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -23,6 +23,6 @@ members:
|
||||
[Apache-2.0](./LICENSE)
|
||||
|
||||
[package]: https://www.npmjs.com/package/@videojs/html
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/html/next?label=@videojs/html@next
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/html?label=@videojs/html
|
||||
[discord]: https://discord.gg/JBqHh485uF
|
||||
[gh-discussions]: https://github.com/videojs/v10/discussions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[![package-badge]][package]
|
||||
|
||||
> **⚠️ Alpha - SUBJECT TO CHANGE** Not recommended for production use.
|
||||
> **⚠️ Beta** Close to stable. Experimental adoption in real projects.
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -23,6 +23,6 @@ members:
|
||||
[Apache-2.0](./LICENSE)
|
||||
|
||||
[package]: https://www.npmjs.com/package/@videojs/react
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/react/next?label=@videojs/react@next
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/react?label=@videojs/react
|
||||
[discord]: https://discord.gg/JBqHh485uF
|
||||
[gh-discussions]: https://github.com/videojs/v10/discussions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[![package-badge]][package]
|
||||
|
||||
> **⚠️ Alpha - SUBJECT TO CHANGE** Not recommended for production use.
|
||||
> **⚠️ Beta** Close to stable. Experimental adoption in real projects.
|
||||
|
||||
A reactive store for managing state owned by external systems. Built for media players, streaming libraries, and real-time systems where you don't own the state.
|
||||
|
||||
@@ -377,6 +377,6 @@ members:
|
||||
[Apache-2.0](./LICENSE)
|
||||
|
||||
[package]: https://www.npmjs.com/package/@videojs/store
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/store/next?label=@videojs/store@next
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/store?label=@videojs/store
|
||||
[discord]: https://discord.gg/JBqHh485uF
|
||||
[gh-discussions]: https://github.com/videojs/v10/discussions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[![package-badge]][package]
|
||||
|
||||
> **⚠️ Alpha - SUBJECT TO CHANGE** Not recommended for production use.
|
||||
> **⚠️ Beta** Close to stable. Experimental adoption in real projects.
|
||||
|
||||
## Community
|
||||
|
||||
@@ -17,6 +17,6 @@ members:
|
||||
[Apache-2.0](./LICENSE)
|
||||
|
||||
[package]: https://www.npmjs.com/package/@videojs/utils
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/utils?label=@videojs/utils@next
|
||||
[package-badge]: https://img.shields.io/npm/v/@videojs/utils?label=@videojs/utils
|
||||
[discord]: https://discord.gg/JBqHh485uF
|
||||
[gh-discussions]: https://github.com/videojs/v10/discussions
|
||||
|
||||
Reference in New Issue
Block a user