Skip to content

Commit 01524b6

Browse files
Version Packages (#538)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b6f94e2 commit 01524b6

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

.changeset/honest-eels-fly.md

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

.changeset/late-rockets-argue.md

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

.changeset/odd-bikes-like.md

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

.changeset/poor-ducks-own.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.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: add `@types/node` as a dev dependency to the `drizzle` and `storybook` add-ons ([#541](https://github.com/sveltejs/cli/pull/541))
14+
15+
16+
- fix: use connection pool when using mysql2 with `drizzle` ([#537](https://github.com/sveltejs/cli/pull/537))
17+
318
## 0.8.1
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.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)