From af478b5005c3ae6e111c668a0979d502d60473dd Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 24 Oct 2023 17:53:06 +0800 Subject: [PATCH] chore: release v1.0.0 --- package.json | 2 +- packages/plugins/package.json | 2 +- packages/radix-vue/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c3d30f17..38ccd894f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radix-vue", - "version": "1.0.0-beta.3", + "version": "1.0.0", "private": true, "packageManager": "pnpm@8.9.2", "license": "MIT", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 2212faa96..957ca28c0 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,7 +1,7 @@ { "name": "plugins", "type": "module", - "version": "1.0.0-beta.3", + "version": "1.0.0", "description": "Nuxt module for Radix Vue", "license": "MIT", "keywords": [ diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index cbce434cf..264e5bb62 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -1,7 +1,7 @@ { "name": "radix-vue", "type": "module", - "version": "1.0.0-beta.3", + "version": "1.0.0", "description": "Vue port for Radix UI Primitives.", "author": "Radix Vue Contributors (https://github.com/radix-vue)", "license": "MIT",