Skip to content

Commit

Permalink
Merge branch 'release/v0.23.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Aug 28, 2024
2 parents c1ec1d5 + dfe2769 commit 04a928c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/modal/oui-dialog-edit.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts" setup>
import { OuiButton, OuiModal, OuiText, OuiWait } from 'oui-kit'
import { nextTick, ref } from 'vue'
import { OuiButton, OuiText, OuiWait } from '../basic'
import OuiModal from './oui-modal.vue'
defineProps<{
title: string
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.0",
"version": "0.23.1",
"author": {
"email": "dirk.holtwick@gmail.com",
"name": "Dirk Holtwick",
Expand Down

0 comments on commit 04a928c

Please sign in to comment.