Skip to content

Commit

Permalink
Revert "Version Packages" (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 authored Oct 15, 2024
1 parent 442d85a commit 31e3eef
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 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/red-brooms-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

chore: log the external command being executed
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
15 changes: 0 additions & 15 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
# sv

## 0.5.3
### Patch Changes


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


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


- chore: log the external command being executed ([#140](https://github.com/sveltejs/cli/pull/140))


- fix: always add new handlers for hooks ([`cab89b4c9ea864acf77ddaccfb0235add076a154`](https://github.com/sveltejs/cli/commit/cab89b4c9ea864acf77ddaccfb0235add076a154))

## 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 31e3eef

Please sign in to comment.