📻 feat: radio component (#8692)

* 📦 feat: Add Radio component

* 📦 feat: Integrate localization for 'No options available' message in Radio component

* 📦 feat: Bump version to 0.2.0 in package.json

* 📦 feat: Update client package version to 0.2.0 in package-lock.json
This commit is contained in:
Marco Beretta 2025-07-28 18:18:59 +02:00 committed by GitHub
parent 9fddb0ff6a
commit 2ce6ac74f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 104 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/client",
"version": "0.1.9",
"version": "0.2.0",
"description": "React components for LibreChat",
"main": "dist/index.js",
"module": "dist/index.es.js",