Skip to content

Commit acd9cb7

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

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"blue-cats-mate",
7878
"blue-glasses-compete",
7979
"blue-jobs-laugh",
80+
"blue-lizards-type",
8081
"blue-llamas-exist",
8182
"blue-pans-warn",
8283
"blue-parents-invite",
@@ -179,6 +180,7 @@
179180
"cold-sheep-yawn",
180181
"cold-shirts-lick",
181182
"cold-tables-shake",
183+
"cold-wasps-flow",
182184
"cool-bananas-share",
183185
"cool-beans-only",
184186
"cool-birds-attack",
@@ -347,6 +349,7 @@
347349
"forty-lions-give",
348350
"forty-months-prove",
349351
"forty-news-kiss",
352+
"forty-news-smell",
350353
"forty-points-try",
351354
"forty-seahorses-rest",
352355
"forty-terms-peel",
@@ -505,6 +508,7 @@
505508
"hot-taxis-jam",
506509
"hungry-coats-sort",
507510
"hungry-falcons-raise",
511+
"hungry-flowers-hope",
508512
"hungry-lemons-scream",
509513
"hungry-masks-cross",
510514
"hungry-vans-fly",
@@ -1149,6 +1153,7 @@
11491153
"swift-vans-grow",
11501154
"tall-berries-cheer",
11511155
"tall-berries-guess",
1156+
"tall-boxes-develop",
11521157
"tall-hotels-punch",
11531158
"tall-jeans-hear",
11541159
"tall-mails-burn",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.502
4+
5+
### Patch Changes
6+
7+
- [fix] prevent data types from becoming type `never`, notice moved/deleted files ([#7002](https://github.com/sveltejs/kit/pull/7002))
8+
9+
* Allow ActionData to be undefined ([#6994](https://github.com/sveltejs/kit/pull/6994))
10+
11+
- Respect `config.kit.env.dir` when running `vite preview` ([#7001](https://github.com/sveltejs/kit/pull/7001))
12+
13+
* Only run postinstall script if package.json exists ([#6998](https://github.com/sveltejs/kit/pull/6998))
14+
15+
- Use custom x-sveltekit-action header to route enhanced form submissions to +page.server.js over +server.js ([#6997](https://github.com/sveltejs/kit/pull/6997))
16+
317
## 1.0.0-next.501
418

519
### 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.501",
3+
"version": "1.0.0-next.502",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)