Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"chilled-moons-sniff",
"chilled-rivers-talk",
"chilled-starfishes-jog",
"chilled-students-unite",
"chilled-suns-travel",
"chilled-years-smash",
"chilled-zebras-check",
Expand Down Expand Up @@ -730,6 +731,7 @@
"nervous-items-kiss",
"nervous-laws-rule",
"nervous-steaks-add",
"nervous-students-march",
"nervous-trees-listen",
"nervous-wolves-end",
"new-birds-march",
Expand Down Expand Up @@ -883,6 +885,7 @@
"proud-needles-shake",
"proud-numbers-promise",
"proud-parrots-reflect",
"proud-peas-matter",
"proud-phones-hear",
"proud-sloths-exercise",
"proud-sloths-talk",
Expand Down Expand Up @@ -1327,6 +1330,7 @@
"twenty-dogs-shout",
"twenty-dryers-hope",
"twenty-hairs-shave",
"twenty-monkeys-glow",
"twenty-numbers-breathe",
"twenty-numbers-destroy",
"twenty-papayas-compare",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-static/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-static

## 1.0.0-next.46

### Patch Changes

- Make options object optional ([#7341](https://github.com/sveltejs/kit/pull/7341))

## 1.0.0-next.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.45",
"version": "1.0.0-next.46",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.186

### Patch Changes

- [feat] add reset option to update method of enhance ([#7326](https://github.com/sveltejs/kit/pull/7326))

## 2.0.0-next.185

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "2.0.0-next.185",
"version": "2.0.0-next.186",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.521

### Patch Changes

- [feat] add reset option to update method of enhance ([#7326](https://github.com/sveltejs/kit/pull/7326))

* [breaking] remove global fetch override when prerendering ([#7318](https://github.com/sveltejs/kit/pull/7318))

- Improve error message when prefetching fails ([#7314](https://github.com/sveltejs/kit/pull/7314))

## 1.0.0-next.520

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.520",
"version": "1.0.0-next.521",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down