Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-sloths-carry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilled-melons-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-vans-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-donuts-hope.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/sv-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/sv-utils

## 0.0.5
### Patch Changes


- feat(sv-utils): all semantic colors now accept `string | string[]` ([#1024](https://github.com/sveltejs/cli/pull/1024))

## 0.0.4
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/sv-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/sv-utils",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"description": "Utility functions for sv",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/sv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# sv

## 0.13.2
### Patch Changes


- fix(sv): `nextStep` will conform to depedencies ([#1025](https://github.com/sveltejs/cli/pull/1025))


- feat(sv-utils): all semantic colors now accept `string | string[]` ([#1024](https://github.com/sveltejs/cli/pull/1024))


- fix(drizzle): add missing closing parenthesis in D1 getDb function ([#1022](https://github.com/sveltejs/cli/pull/1022))


- fix(eslint): properly handle configs that doesn't use `defineConfig` ([#994](https://github.com/sveltejs/cli/pull/994))

- Updated dependencies [[`dd9c2f8`](https://github.com/sveltejs/cli/commit/dd9c2f834000f4ccd206b55c1440617bbf9156e5)]:
- @sveltejs/sv-utils@0.0.5

## 0.13.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/sv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sv",
"version": "0.13.1",
"version": "0.13.2",
"type": "module",
"description": "A command line interface (CLI) for creating and maintaining Svelte applications",
"license": "MIT",
Expand Down