Skip to content

Commit 262ac80

Browse files
Version Packages (#706)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c6977bc commit 262ac80

File tree

7 files changed

+19
-26
lines changed

7 files changed

+19
-26
lines changed

.changeset/brown-comics-take.md

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

.changeset/dull-islands-lead.md

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

.changeset/eighty-deer-bake.md

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

.changeset/empty-toys-admire.md

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

.changeset/hungry-waves-like.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.9.5
4+
### Patch Changes
5+
6+
7+
- feat(cli): create projects from the svelte playground with `npx sv create --from-playground <url>` ([#662](https://github.com/sveltejs/cli/pull/662))
8+
9+
10+
- chore(cli): speedup internal tests ([#698](https://github.com/sveltejs/cli/pull/698))
11+
12+
13+
- chore(core): streamline object helpers ([#685](https://github.com/sveltejs/cli/pull/685))
14+
15+
16+
- fix(eslint): update eslint to `^9.22.0` and use `defineConfig` from `eslint/config` _(to fix a deprecation warning)_ ([#712](https://github.com/sveltejs/cli/pull/712))
17+
18+
19+
- fix(eslint): add `@types/node` in devDependencies ([#711](https://github.com/sveltejs/cli/pull/711))
20+
321
## 0.9.4
422
### Patch Changes
523

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.9.4",
3+
"version": "0.9.5",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)