diff --git a/docs/package.json b/docs/package.json index a3f948279..e1d3f727d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "1.9.2", + "version": "1.9.3", "scripts": { "docs:dev": "vitepress dev", "docs:build": "vitepress build", diff --git a/package.json b/package.json index c3c5aec65..b8ad8c1c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "radix-vue", - "version": "1.9.2", + "version": "1.9.3", "private": true, "packageManager": "pnpm@9.4.0", "license": "MIT", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index ee8a6c9bf..33e59614f 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,7 +1,7 @@ { "name": "plugins", "type": "module", - "version": "1.9.2", + "version": "1.9.3", "description": "Nuxt module for Radix Vue", "license": "MIT", "keywords": [ diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index 68eff55af..48eb95809 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.2", + "version": "1.9.3", "description": "Vue port for Radix UI Primitives.", "author": "Radix Vue Contributors (https://github.com/radix-vue)", "license": "MIT",