Skip to content

Commit b428917

Browse files
Version Packages (next)
1 parent 47e8a9f commit b428917

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
},
4343
"changesets": [
4444
"better-moles-brake",
45+
"cuddly-bars-clap",
46+
"easy-dancers-smile",
4547
"fair-pets-crash",
4648
"heavy-dots-repeat",
4749
"huge-lamps-greet",

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 6.0.0-next.3
4+
### Patch Changes
5+
6+
7+
- reduce deprecation logging to info and allow disabling it with a flag ([#1158](https://github.com/sveltejs/vite-plugin-svelte/pull/1158))
8+
9+
10+
- refactor internal caching to reduce code, memory use and avoid perEnvironmentCache ([#1154](https://github.com/sveltejs/vite-plugin-svelte/pull/1154))
11+
312
## 6.0.0-next.2
413
### Major Changes
514

packages/vite-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "6.0.0-next.2",
3+
"version": "6.0.0-next.3",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)