We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa63447 commit 518f99eCopy full SHA for 518f99e
.changeset/polite-nails-cut.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# shadcn-svelte
2
3
+## 1.0.9
4
+
5
+### Patch Changes
6
7
+- fix: improve error message when `svelte-kit` CLI cannot be found ([#2366](https://github.com/huntabyte/shadcn-svelte/pull/2366))
8
9
## 1.0.8
10
11
### Patch Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "shadcn-svelte",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "Add components to your apps.",
"license": "MIT",
"author": {
0 commit comments