From 973520c373566efcfb0eae1911925e842ea7cbf4 Mon Sep 17 00:00:00 2001 From: zernonia Date: Mon, 24 Jun 2024 14:07:30 +0800 Subject: [PATCH] chore: release v1.8.5 --- docs/package.json | 2 +- package.json | 2 +- packages/plugins/package.json | 2 +- packages/radix-vue/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package.json b/docs/package.json index 994cc9faf..12808beba 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "1.8.4", + "version": "1.8.5", "scripts": { "docs:dev": "vitepress dev", "docs:build": "vitepress build", diff --git a/package.json b/package.json index 80b21c287..a6b70e87e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radix-vue", - "version": "1.8.4", + "version": "1.8.5", "private": true, "packageManager": "pnpm@8.15.4", "license": "MIT", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index bbb602ed5..ca8a9f4a2 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,7 +1,7 @@ { "name": "plugins", "type": "module", - "version": "1.8.4", + "version": "1.8.5", "description": "Nuxt module for Radix Vue", "license": "MIT", "keywords": [ diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index 7dd2e259b..6aeb41585 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -1,7 +1,7 @@ { "name": "radix-vue", "type": "module", - "version": "1.8.4", + "version": "1.8.5", "description": "Vue port for Radix UI Primitives.", "author": "Radix Vue Contributors (https://github.com/radix-vue)", "license": "MIT",