From f7122406a9d4f003071426e03a2e8516feaf8022 Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Sat, 5 Oct 2024 23:56:34 +0200 Subject: [PATCH 1/2] fix: missing export for useLazyData --- lib/basic/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/basic/index.ts b/lib/basic/index.ts index ebb9fe6..f2ad780 100644 --- a/lib/basic/index.ts +++ b/lib/basic/index.ts @@ -1,6 +1,7 @@ export * from './_types' export * from './directives' export * from './formatters' +export * from './lazy-data' export * from './log' export { default as OuiButton } from './oui-button.vue' export { default as OuiCard } from './oui-card.vue' From 88ea3a33b680a2da6ccefb74d094b7a18492ff39 Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Sat, 5 Oct 2024 23:56:37 +0200 Subject: [PATCH 2/2] 0.24.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc79b24..560ffd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oui-kit", "type": "module", - "version": "0.23.16", + "version": "0.24.0", "author": { "email": "dirk.holtwick@gmail.com", "name": "Dirk Holtwick",