From 7f6ed9011e6a8226002ce582e3abcd92ed310741 Mon Sep 17 00:00:00 2001 From: zernonia Date: Thu, 15 Feb 2024 14:52:01 +0100 Subject: [PATCH] chore: release v1.4.6 --- 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 05344876c..97a569b16 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "1.4.5", + "version": "1.4.6", "scripts": { "docs:dev": "vitepress dev", "docs:build": "vitepress build", diff --git a/package.json b/package.json index e1c1dfb9b..a86da1420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radix-vue", - "version": "1.4.5", + "version": "1.4.6", "private": true, "packageManager": "pnpm@8.9.2", "license": "MIT", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index c19b5b140..c45f78db0 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,7 +1,7 @@ { "name": "plugins", "type": "module", - "version": "1.4.5", + "version": "1.4.6", "description": "Nuxt module for Radix Vue", "license": "MIT", "keywords": [ diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index 9198d7d1b..9578db21e 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -1,7 +1,7 @@ { "name": "radix-vue", "type": "module", - "version": "1.4.5", + "version": "1.4.6", "description": "Vue port for Radix UI Primitives.", "author": "Radix Vue Contributors (https://github.com/radix-vue)", "license": "MIT",