Skip to content

Commit 3d5b560

Browse files
committed
chore: next5
1 parent 9166b84 commit 3d5b560

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.changeset/cuddly-poets-cut.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"flowbite-svelte-next": patch
3+
---
4+
5+
Typscript issue in build corrected

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"initialVersions": {
55
"flowbite-svelte-next": "1.0.0-next.0"
66
},
7-
"changesets": ["fast-candies-add", "heavy-teeth-wink", "salty-cats-doubt", "thick-breads-type"]
7+
"changesets": [
8+
"cuddly-poets-cut",
9+
"fast-candies-add",
10+
"heavy-teeth-wink",
11+
"salty-cats-doubt",
12+
"thick-breads-type"
13+
]
814
}

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.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- Typscript issue in build corrected
8+
39
## 1.0.0-next.4
410

511
### Patch Changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "flowbite-svelte-next",
3-
"version": "1.0.0-next.4",
2+
"name": "flowbite-svelte",
3+
"version": "1.0.0-next.5",
44
"description": "Flowbite components for Svelte",
55
"main": "dist/index.js",
66
"author": {
@@ -750,4 +750,4 @@
750750
},
751751
"./package.json": "./package.json"
752752
}
753-
}
753+
}

0 commit comments

Comments
 (0)