Skip to content

Commit

Permalink
Merge branch 'release/v0.23.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Aug 28, 2024
2 parents 1f46bbd + 18b87c5 commit 291f50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/modal/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { useDialog } from './use-dialog'
export { useDialog, useDialogOpen, dialogOpen } from './use-dialog'

export { default as OuiModal } from './oui-modal.vue'
export { default as OuiDialog } from './oui-dialog.vue'
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.23.2",
"version": "0.23.3",
"author": {
"email": "dirk.holtwick@gmail.com",
"name": "Dirk Holtwick",
Expand Down

0 comments on commit 291f50f

Please sign in to comment.