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 @@ -148,6 +148,7 @@
"chatty-ducks-shop",
"chatty-impalas-smash",
"chatty-mangos-raise",
"chatty-mice-tan",
"chatty-moose-love",
"chatty-pumas-shake",
"chatty-steaks-yell",
Expand Down Expand Up @@ -530,8 +531,10 @@
"healthy-penguins-fail",
"healthy-pigs-fly",
"healthy-pumpkins-bathe",
"healthy-readers-camp",
"healthy-rivers-share",
"healthy-vans-build",
"healthy-walls-move",
"healthy-wasps-poke",
"heavy-donuts-grab",
"heavy-forks-search",
Expand Down Expand Up @@ -577,6 +580,7 @@
"hot-kings-confess",
"hot-lions-cough",
"hot-mayflies-visit",
"hot-news-bake",
"hot-planes-shout",
"hot-shoes-bow",
"hot-steaks-hang",
Expand Down
14 changes: 14 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sveltejs/kit

## 1.0.0-next.572

### Minor Changes

- Checks that element is not null before reading getAttribute ([#7930](https://github.com/sveltejs/kit/pull/7930))

### Patch Changes

- [chore] update `magic-string` ([#7931](https://github.com/sveltejs/kit/pull/7931))

- add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled ([#7933](https://github.com/sveltejs/kit/pull/7933))

- reload dev page on change of app.html ([#7944](https://github.com/sveltejs/kit/pull/7944))

## 1.0.0-next.571

### 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.571",
"version": "1.0.0-next.572",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down