Skip to content

Commit

Permalink
Merge branch 'release/v0.16.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Apr 25, 2024
2 parents d22a023 + 6171d45 commit be474ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/basic/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ export { default as OuiButton } from './oui-button.vue'
export { default as OuiCheckbox } from './oui-checkbox.vue'
export { default as OuiClose } from './oui-close.vue'
export { default as OuiDatetime } from './oui-datetime.vue'
export { default as OuiDraggable } from './oui-draggable.vue'
export { default as OuiFile } from './oui-file.vue'
export { default as OuiInput } from './oui-input.vue'
export { default as OuiPassword } from './oui-password.vue'
export { default as OuiPasswordMeter } from './oui-password-meter.vue'
export { default as OuiResizeable } from './oui-resizeable.vue'
export { default as OuiSelect } from './oui-select.vue'
export { default as OuiSeparator } from './oui-separator.vue'
export { default as OuiStars } from './oui-stars.vue'
export { default as OuiTable } from './oui-table.vue'
export { default as OuiTableview } from './oui-tableview.vue'
export { default as OuiDraggable } from './oui-draggable.vue'
export { default as OuiText } from './oui-text.vue'
export { default as OuiSelect } from './oui-select.vue'
export { default as OuiVirtualList } from './oui-virtual-list.vue'
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.16.0",
"version": "0.16.1",
"author": {
"email": "[email protected]",
"name": "Dirk Holtwick",
Expand Down

0 comments on commit be474ca

Please sign in to comment.