From 73a6328910c40d386484f000fc02cac5f84a2e03 Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Wed, 24 Apr 2024 13:53:07 +0200 Subject: [PATCH 1/2] fix: export oui-input --- lib/basic/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/basic/index.ts b/lib/basic/index.ts index dcbd088..652b304 100644 --- a/lib/basic/index.ts +++ b/lib/basic/index.ts @@ -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' From 3a229bef2d6ff8965af66acdd54c8b8f8781868c Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Wed, 24 Apr 2024 13:53:10 +0200 Subject: [PATCH 2/2] 0.15.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2120bb9..eec172a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oui-kit", "type": "module", - "version": "0.15.1", + "version": "0.15.2", "author": { "email": "dirk.holtwick@gmail.com", "name": "Dirk Holtwick",