diff --git a/docs/package.json b/docs/package.json index 372848a9d..0d706a5d1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "1.5.0", + "version": "1.5.1", "scripts": { "docs:dev": "vitepress dev", "docs:build": "vitepress build", diff --git a/package.json b/package.json index 24f291206..f0a0e2b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radix-vue", - "version": "1.5.0", + "version": "1.5.1", "private": true, "packageManager": "pnpm@8.15.4", "license": "MIT", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index a5c5967dc..a1256bc1b 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,7 +1,7 @@ { "name": "plugins", "type": "module", - "version": "1.5.0", + "version": "1.5.1", "description": "Nuxt module for Radix Vue", "license": "MIT", "keywords": [ diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index 1bce3ed6c..b041fcefc 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -1,7 +1,7 @@ { "name": "radix-vue", "type": "module", - "version": "1.5.0", + "version": "1.5.1", "description": "Vue port for Radix UI Primitives.", "author": "Radix Vue Contributors (https://github.com/radix-vue)", "license": "MIT",