Skip to content

Commit 6fbd5f9

Browse files
Version Packages (next)
1 parent c8e9822 commit 6fbd5f9

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
"cool-spoons-dress",
131131
"cool-swans-sleep",
132132
"cuddly-files-decide",
133+
"cuddly-knives-learn",
133134
"cuddly-pens-buy",
134135
"cuddly-ravens-carry",
135136
"curly-pets-vanish",
@@ -399,6 +400,7 @@
399400
"long-guests-trade",
400401
"long-hotels-hunt",
401402
"long-moles-fold",
403+
"long-turkeys-boil",
402404
"loud-dancers-cough",
403405
"loud-fishes-drum",
404406
"loud-seals-remember",

packages/kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.329
4+
5+
### Patch Changes
6+
7+
- [fix] stop flash of unstyled content when using CSS flavours ([#4882](https://github.com/sveltejs/kit/pull/4882))
8+
9+
* [feat] more specific types for `kit.prerender.entries` config ([#4880](https://github.com/sveltejs/kit/pull/4880))
10+
311
## 1.0.0-next.328
412

513
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.328",
3+
"version": "1.0.0-next.329",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)