Skip to content

Commit

Permalink
Version Packages (next) (#793)
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 Nov 14, 2023
1 parent 27a653f commit da0cda9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"playground-kit-demo-app": "0.0.0",
"playground-optimizedeps-include": "0.0.0",
"@sveltejs/vite-plugin-svelte": "2.4.6",
"@sveltejs/vite-plugin-svelte-inspector": "1.0.4"
"@sveltejs/vite-plugin-svelte-inspector": "1.0.4",
"e2e-test-dep-svelte-module": "1.0.0",
"playground-basic": "0.0.0"
},
"changesets": [
"big-items-shave",
Expand All @@ -58,6 +60,7 @@
"nasty-queens-beam",
"poor-wasps-worry",
"small-pears-accept",
"ten-tips-sip"
"ten-tips-sip",
"thin-comics-work"
]
}
6 changes: 6 additions & 0 deletions 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.0-next.3

### Minor Changes

- Add experimental support for svelte5 ([#787](https://github.com/sveltejs/vite-plugin-svelte/pull/787))

## 3.0.0-next.2

### Major Changes
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.0-next.2",
"version": "3.0.0-next.3",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit da0cda9

Please sign in to comment.