diff --git a/.changeset/big-chefs-return.md b/.changeset/big-chefs-return.md deleted file mode 100644 index d7b2e0d30..000000000 --- a/.changeset/big-chefs-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix: insert the `tailwindcss` vite plugin at the start of the plugin array diff --git a/.changeset/large-onions-press.md b/.changeset/large-onions-press.md deleted file mode 100644 index b84a07388..000000000 --- a/.changeset/large-onions-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -chore: add keywords to library template diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 73d3f2820..49aff8f0c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # sv +## 0.6.26 +### Patch Changes + + +- fix: insert the `tailwindcss` vite plugin at the start of the plugin array ([#478](https://github.com/sveltejs/cli/pull/478)) + + +- chore: add keywords to library template ([#473](https://github.com/sveltejs/cli/pull/473)) + ## 0.6.25 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 53a67d4c2..c571465c2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sv", - "version": "0.6.25", + "version": "0.6.26", "type": "module", "description": "A CLI for creating and updating SvelteKit projects", "license": "MIT",