Skip to content

Commit

Permalink
chore: release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Apr 19, 2024
1 parent 862a2ac commit 27a1528
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.7.0",
"version": "1.7.1",
"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.7.0",
"version": "1.7.1",
"private": true,
"packageManager": "pnpm@8.15.4",
"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.7.0",
"version": "1.7.1",
"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.7.0",
"version": "1.7.1",
"description": "Vue port for Radix UI Primitives.",
"author": "Radix Vue Contributors (https://github.com/radix-vue)",
"license": "MIT",
Expand Down

0 comments on commit 27a1528

Please sign in to comment.