Skip to content

Commit

Permalink
Merge branch 'release/v0.15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Apr 24, 2024
2 parents df9ef9a + 3a229be commit e7579d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/basic/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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 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 OuiStars } from './oui-stars.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.15.1",
"version": "0.15.2",
"author": {
"email": "[email protected]",
"name": "Dirk Holtwick",
Expand Down

0 comments on commit e7579d8

Please sign in to comment.