Skip to content

Commit 6dbc0fe

Browse files
Version Packages
1 parent 4a24bc9 commit 6dbc0fe

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/blue-sloths-carry.md

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

.changeset/fifty-vans-nail.md

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

.changeset/fluffy-donuts-hope.md

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

packages/sv/CHANGELOG.md

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

3+
## 0.13.2
4+
### Patch Changes
5+
6+
7+
- fix(sv): `nextStep` will conform to depedencies ([#1025](https://github.com/sveltejs/cli/pull/1025))
8+
9+
10+
- fix(drizzle): add missing closing parenthesis in D1 getDb function ([#1022](https://github.com/sveltejs/cli/pull/1022))
11+
12+
13+
- fix(eslint): properly handle configs that doesn't use `defineConfig` ([#994](https://github.com/sveltejs/cli/pull/994))
14+
315
## 0.13.1
416
### Patch Changes
517

packages/sv/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.13.1",
3+
"version": "0.13.2",
44
"type": "module",
55
"description": "A command line interface (CLI) for creating and maintaining Svelte applications",
66
"license": "MIT",

0 commit comments

Comments
 (0)