Skip to content

Commit

Permalink
chore: release v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Aug 6, 2024
1 parent 3724bf3 commit 9c665d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radix-vue",
"version": "1.9.2",
"version": "1.9.3",
"private": true,
"packageManager": "pnpm@9.4.0",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/radix-vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9c665d6

Please sign in to comment.