Skip to content

Commit beba79e

Browse files
Version Packages (#635)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 809bef8 commit beba79e

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

.changeset/blue-islands-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dull-items-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-bags-smoke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tangy-friends-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 0.8.19
4+
### Patch Changes
5+
6+
7+
- feat: combine next steps prompt for `create` ([#637](https://github.com/sveltejs/cli/pull/637))
8+
9+
10+
- chore: use `create-storybook` instead of `storybook init` ([#638](https://github.com/sveltejs/cli/pull/638))
11+
12+
13+
- feat: print warning if using Node.js version below 18.3 ([#625](https://github.com/sveltejs/cli/pull/625))
14+
15+
16+
- fix(tailwindcss): ensure `tailwindStylesheet` is added to `.prettierrc`, when applicable ([#636](https://github.com/sveltejs/cli/pull/636))
17+
318
## 0.8.18
419
### Patch Changes
520

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sv",
3-
"version": "0.8.18",
3+
"version": "0.8.19",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)