From 4c7d0c3e6a73c3f9c85ab96d1552e430e54ecdd9 Mon Sep 17 00:00:00 2001 From: zernonia Date: Sat, 20 Jul 2024 11:26:43 +0800 Subject: [PATCH] chore: release v1.9.2 --- 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 91ca79c1e..a3f948279 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "1.9.1", + "version": "1.9.2", "scripts": { "docs:dev": "vitepress dev", "docs:build": "vitepress build", diff --git a/package.json b/package.json index 5b41191b1..19b81413c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radix-vue", - "version": "1.9.1", + "version": "1.9.2", "private": true, "packageManager": "pnpm@9.4.0", "license": "MIT", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 8791debdf..ee8a6c9bf 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,7 +1,7 @@ { "name": "plugins", "type": "module", - "version": "1.9.1", + "version": "1.9.2", "description": "Nuxt module for Radix Vue", "license": "MIT", "keywords": [ diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index 2af0e0bb4..4bda0e196 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -1,7 +1,7 @@ { "name": "radix-vue", "type": "module", - "version": "1.9.1", + "version": "1.9.2", "description": "Vue port for Radix UI Primitives.", "author": "Radix Vue Contributors (https://github.com/radix-vue)", "license": "MIT",