Skip to content

Revert "Version Packages" #406

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
Jan 16, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/friendly-lemons-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

fix: git detection inside preconditions failed
5 changes: 5 additions & 0 deletions .changeset/late-rules-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

chore: update addon dependencies
5 changes: 5 additions & 0 deletions .changeset/pretty-balloons-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

chore: utilize prepack lifecycle script
5 changes: 5 additions & 0 deletions .changeset/tiny-colts-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

fix: use modern `Spring` and `MediaQuery` implementation
5 changes: 5 additions & 0 deletions .changeset/twelve-pets-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

fix: tailwind plugins as dev dependencies
18 changes: 0 additions & 18 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
# sv

## 0.6.12
### Patch Changes


- fix: git detection inside preconditions failed ([#394](https://github.com/sveltejs/cli/pull/394))


- chore: update addon dependencies ([#357](https://github.com/sveltejs/cli/pull/357))


- chore: utilize prepack lifecycle script ([#396](https://github.com/sveltejs/cli/pull/396))


- fix: use modern `Spring` and `MediaQuery` implementation ([#361](https://github.com/sveltejs/cli/pull/361))


- fix: tailwind plugins as dev dependencies ([#400](https://github.com/sveltejs/cli/pull/400))

## 0.6.11
### 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.6.12",
"version": "0.6.11",
"type": "module",
"description": "A CLI for creating and updating SvelteKit projects",
"license": "MIT",
Expand Down
Loading