From ceb83a13c1943c9547209195de05144dba591162 Mon Sep 17 00:00:00 2001 From: Jonathan Liebig Date: Sun, 23 Aug 2026 13:15:24 +0200 Subject: [PATCH] chore: release @nextide/ui 2.3.0 --- README.md | 2 +- packages/ui/README.md | 2 +- packages/ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b00cf1..58348f4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The package expects React 19 and Tailwind CSS 4. Install an exact release so a consumer upgrades deliberately: ```bash -pnpm add --save-exact @nextide/ui@2.2.0 +pnpm add --save-exact @nextide/ui@2.3.0 pnpm add --save-dev --save-exact tailwindcss@4.3.1 @tailwindcss/vite@4.3.1 ``` diff --git a/packages/ui/README.md b/packages/ui/README.md index 72fa738..f572e41 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -8,7 +8,7 @@ shadcn/ui, Base UI, Tailwind CSS 4, and React 19. Pin an exact release so upgrades remain deliberate: ```bash -pnpm add --save-exact @nextide/ui@2.2.0 +pnpm add --save-exact @nextide/ui@2.3.0 pnpm add --save-dev --save-exact tailwindcss@4.3.1 @tailwindcss/vite@4.3.1 ``` diff --git a/packages/ui/package.json b/packages/ui/package.json index de64f7a..a84ad46 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@nextide/ui", - "version": "2.2.0", + "version": "2.3.0", "description": "Shared Nextide React components and product interface patterns.", "type": "module", "license": "UNLICENSED",