Skip to content

Commit

Permalink
Merge branch 'release/v0.25.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Jan 2, 2025
2 parents 6d49c31 + 8623f41 commit c523af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/basic/oui-textarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const props = withDefaults(defineProps<{
autosize: false,
})
const model = defineModel<string>({ required: true })
const model = defineModel<string | undefined>({ required: true })
const { textarea } = props.autosize === true ? useTextareaAutosize({ input: model }) : {}
</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oui-kit",
"type": "module",
"version": "0.25.6",
"version": "0.25.7",
"author": {
"email": "dirk.holtwick@gmail.com",
"name": "Dirk Holtwick",
Expand Down

0 comments on commit c523af7

Please sign in to comment.