Skip to content

Commit 66ba57f

Browse files
Version Packages (next) (#307)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c902fff commit 66ba57f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,12 @@
120120
"strange-brooms-crash",
121121
"stupid-crews-worry",
122122
"tame-weeks-glow",
123+
"thin-swans-talk",
123124
"tricky-clouds-grab",
124125
"two-queens-roll",
125126
"wicked-hairs-share",
126127
"wise-impalas-glow",
127-
"yellow-panthers-beg"
128+
"yellow-panthers-beg",
129+
"young-chicken-agree"
128130
]
129131
}

packages/vite-plugin-svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 1.0.0-next.41
4+
5+
### Major Changes
6+
7+
- Update vite peerDependency to ^2.9.0 and handle edge cases for `experimental.prebundleSvelteLibraries` ([#294](https://github.com/sveltejs/vite-plugin-svelte/pull/294))
8+
9+
### Patch Changes
10+
11+
- Improved CSS Source Maps when using vite's `css: { devSourcemap: true }` ([#305](https://github.com/sveltejs/vite-plugin-svelte/pull/305))
12+
313
## 1.0.0-next.40
414

515
### Patch Changes

packages/vite-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "1.0.0-next.40",
3+
"version": "1.0.0-next.41",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)