Skip to content

Commit

Permalink
chore: new release
Browse files Browse the repository at this point in the history
  • Loading branch information
k11q committed Jul 16, 2023
1 parent 79e5928 commit 850e423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For changelog, visit [radix-vue.com/overview/releases](https://radix-vue.com/ove
| [Hover Card](https://radix-vue.com/components/hover-card) || | |
| [Label](https://radix-vue.com/components/label) ||||
| [Menubar](https://radix-vue.com/components/menubar) || | |
| [Navigation Menu](https://radix-vue.com/components/navigation-menu) | | | |
| [Navigation Menu](https://radix-vue.com/components/navigation-menu) | | | |
| [Popover](https://radix-vue.com/components/popover) || | |
| [Progress](https://radix-vue.com/components/progress) ||| |
| [Radio Group](https://radix-vue.com/components/radio-group) ||| |
Expand Down
2 changes: 1 addition & 1 deletion packages/radix-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radix-vue",
"version": "0.1.3",
"version": "0.1.4",
"description": "Vue port for Radix UI Primitives.",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/radix-vue/src/Avatar/AvatarImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ function setImageLoad() {
</script>

<template>
<PrimitiveImg :asChild="asChild" @load="setImageLoad"/>
<PrimitiveImg :asChild="asChild" @load="setImageLoad" />
</template>
2 changes: 1 addition & 1 deletion packages/radix-vue/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
exclude: ["**/node_modules/**"],
include: ["./**/*.test.{ts,js}"],
coverage: {
provider: 'istanbul' // or 'v8'
provider: "istanbul", // or 'v8'
},
},
});

0 comments on commit 850e423

Please sign in to comment.