Skip to content

Commit

Permalink
chore: release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Mar 31, 2024
1 parent c5733f3 commit bef617e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 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.6.0",
"version": "1.6.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.6.0",
"version": "1.6.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.6.0",
"version": "1.6.1",
"description": "Nuxt module for Radix Vue",
"license": "MIT",
"keywords": [
Expand Down
14 changes: 12 additions & 2 deletions 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.6.0",
"version": "1.6.1",
"description": "Vue port for Radix UI Primitives.",
"author": "Radix Vue Contributors (https://github.com/radix-vue)",
"license": "MIT",
Expand All @@ -13,7 +13,17 @@
"bugs": {
"url": "https://github.com/radix-vue/radix-vue/issues"
},
"keywords": ["ui", "vue", "accessibility", "headless", "nuxt", "primitives", "components", "radix", "unstyled"],
"keywords": [
"ui",
"vue",
"accessibility",
"headless",
"nuxt",
"primitives",
"components",
"radix",
"unstyled"
],
"sideEffects": false,
"exports": {
".": {
Expand Down

0 comments on commit bef617e

Please sign in to comment.