Skip to content

Commit

Permalink
Revert "Version Packages (#142)"
Browse files Browse the repository at this point in the history
This reverts commit 98b882e.
  • Loading branch information
benmccann committed Oct 15, 2024
1 parent 6872dd8 commit cab89b4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-bulldogs-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

fix: ensure `lang="ts"` is added in `paraglide` demo
5 changes: 5 additions & 0 deletions .changeset/nice-rockets-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

fix: rename `auth` handler to `handleAuth` for `lucia`
5 changes: 5 additions & 0 deletions .changeset/soft-bats-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

fix: always add new handlers for hooks
12 changes: 0 additions & 12 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# sv

## 0.5.3
### Patch Changes


- fix: ensure `lang="ts"` is added in `paraglide` demo ([`038937d8ef0ba83c4007dfe127a761a2f413de7b`](https://github.com/sveltejs/cli/commit/038937d8ef0ba83c4007dfe127a761a2f413de7b))


- fix: rename `auth` handler to `handleAuth` for `lucia` ([`038937d8ef0ba83c4007dfe127a761a2f413de7b`](https://github.com/sveltejs/cli/commit/038937d8ef0ba83c4007dfe127a761a2f413de7b))


- fix: always add new handlers for hooks ([#139](https://github.com/sveltejs/cli/pull/139))

## 0.5.2
### Patch Changes

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

0 comments on commit cab89b4

Please sign in to comment.