10000 Version Packages by github-actions[bot] · Pull Request #538 · sveltejs/cli · GitHub
[go: up one dir, main page]

Skip to content

Version Packages #538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments. 10000
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Version Packages
  • Loading branch information
github-actions[bot] committed Apr 24, 2025
commit 17e1ce32982a3791c38edf09bde9cec8d85ddfc8
5 changes: 0 additions & 5 deletions .changeset/honest-eels-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-rockets-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-bikes-like.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-ducks-own.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# sv

## 0.8.2
### Patch Changes


- fix: rename Cloudflare adapter option from `cloudflare-pages` to `cloudflare` ([#545](https://github.com/sveltejs/cli/pull/545))


- chore: update `adapter-auto` ([#542](https://github.com/sveltejs/cli/pull/542))


- fix: add `@types/node` as a dev dependency to the `drizzle` and `storybook` add-ons ([#541](https://github.com/sveltejs/cli/pull/541))


- fix: use connection pool when using mysql2 with `drizzle` ([#537](https://github.com/sveltejs/cli/pull/537))

## 0.8.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion 2 packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sv",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"description": "A CLI for creating and updating SvelteKit projects",
"license": "MIT",
Expand Down
0