Skip to content

Commit aeffd34

Browse files
Version Packages
1 parent 985dec6 commit aeffd34

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/honest-eels-fly.md

-5
This file was deleted.

.changeset/late-rockets-argue.md

-5
This file was deleted.

.changeset/poor-ducks-own.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# sv
22

3+
## 0.8.2
4+
### Patch Changes
5+
6+
7+
- fix: rename Cloudflare adapter option from `cloudflare-pages` to `cloudflare` ([#545](https://github.com/sveltejs/cli/pull/545))
8+
9+
10+
- chore: update `adapter-auto` ([#542](https://github.com/sveltejs/cli/pull/542))
11+
12+
13+
- fix: use connection pool when using mysql2 with `drizzle` ([#537](https://github.com/sveltejs/cli/pull/537))
14+
315
## 0.8.1
416
### Patch Changes
517

packages/cli/package.json

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

0 commit comments

Comments
 (0)