Skip to content

Commit

Permalink
Version Packages (#845)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 27, 2024
1 parent a006355 commit e04c9a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-buttons-argue.md

This file was deleted.

8 changes: 7 additions & 1 deletion packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/vite-plugin-svelte

## 3.0.2

### Patch Changes

- fix(compile): correctly determine script lang in files where a comment precedes the script tag ([#844](https://github.com/sveltejs/vite-plugin-svelte/pull/844))

## 3.0.1

### Patch Changes
Expand Down Expand Up @@ -750,7 +756,7 @@

```js
optimizeDeps: {
exclude: ['svelte'];
exclude: ["svelte"];

Check failure on line 759 in packages/vite-plugin-svelte/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / checks (18, ubuntu-latest)

Strings must use singlequote
}
```

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit e04c9a8

Please sign in to comment.