Skip to content

Commit 87c358d

Browse files
committed
v1.14.2
1 parent bd7d3e2 commit 87c358d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.14.2
4+
5+
### Patch Changes
6+
7+
- fix: Converted ThemeConfig to a type-only import (import type { ThemeConfig } from "$lib";). No changes to exports or runtime logic.
8+
39
## 1.14.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-svelte",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"description": "Flowbite components for Svelte",
55
"main": "dist/index.js",
66
"author": {

static/llm/context-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# undefined Documentation - Full Context
2-
# Generated on 2025-09-25T08:01:25.575Z
2+
# Generated on 2025-09-25T09:39:05.890Z
33
# This file contains all documentation concatenated in logical order
44

55

0 commit comments

Comments
 (0)