Skip to content

Commit 6832165

Browse files
Version Packages (#732)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a38b49 commit 6832165

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/nasty-towns-crash.md

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

.changeset/salty-views-drop.md

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

.changeset/solid-dragons-trade.md

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

packages/cli/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.9.8
4+
### Patch Changes
5+
6+
7+
- fix(tailwindcss): add `@tailwindcss/oxide` to approve-builds in `pnpm` ([#717](https://github.com/sveltejs/cli/pull/717))
8+
9+
10+
- feat(drizzle): user ID is now a string to ease migration to auth ([#733](https://github.com/sveltejs/cli/pull/733))
11+
12+
13+
- feat(cli): pnpm config will now be stored in `pnpm-workspace.yaml` (e.g. `onlyBuiltDependencies`) ([#717](https://github.com/sveltejs/cli/pull/717))
14+
315
## 0.9.7
416
### Patch Changes
517

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

0 commit comments

Comments
 (0)