You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/create-svelte/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# create-svelte
2
2
3
+
## 2.0.0-next.192
4
+
5
+
### Patch Changes
6
+
7
+
- Ignore Vite timestamp files by default in `create-svelte` templates (added to `.gitignore`) ([#7660](https://github.com./sveltejs/kit/pull/7660))
-[fix] don't preload fonts by default ([#7704](https://github.com./sveltejs/kit/pull/7704))
16
+
17
+
- Always set `Accept` and `Accept-Language` headers when making a self-request ([#7722](https://github.com./sveltejs/kit/pull/7722))
18
+
19
+
-[fix] adjust interfaces to fix type errors ([#7718](https://github.com./sveltejs/kit/pull/7718))
0 commit comments