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
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"cold-boats-wave",
"cold-buttons-sell",
"cold-cars-tan",
"cold-cherries-watch",
"cold-cycles-report",
"cold-jars-know",
"cold-llamas-brake",
Expand Down Expand Up @@ -217,6 +218,7 @@
"cuddly-ravens-carry",
"curly-ants-guess",
"curly-doors-type",
"curly-feet-join",
"curly-pets-vanish",
"curly-suits-lay",
"curvy-dots-join",
Expand Down Expand Up @@ -391,6 +393,7 @@
"four-apes-attack",
"four-cheetahs-yawn",
"four-crabs-beg",
"four-dots-compare",
"four-glasses-explain",
"four-meals-learn",
"four-news-turn",
Expand Down Expand Up @@ -785,6 +788,7 @@
"new-birds-march",
"new-comics-admire",
"new-geckos-vanish",
"new-kangaroos-double",
"new-rules-vanish",
"new-walls-prove",
"nice-bags-bathe",
Expand All @@ -808,6 +812,7 @@
"nine-tomatoes-poke",
"nine-walls-shake",
"ninety-books-jam",
"ninety-colts-protect",
"ninety-dodos-exercise",
"ninety-dolls-sniff",
"ninety-fans-cover",
Expand Down Expand Up @@ -1406,6 +1411,7 @@
"twenty-carpets-enjoy",
"twenty-dogs-shout",
"twenty-dryers-hope",
"twenty-forks-beg",
"twenty-hairs-shave",
"twenty-monkeys-glow",
"twenty-numbers-breathe",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-auto

## 1.0.0-next.89

### Patch Changes

- defer adapter installation until actually needed ([#7739](https://github.com/sveltejs/kit/pull/7739))

## 1.0.0-next.88

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

## 1.0.0-next.82

### Patch Changes

- Handle redirects inside SvelteKit ([#7719](https://github.com/sveltejs/kit/pull/7719))

## 1.0.0-next.81

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

## 1.0.0-next.554

### Patch Changes

- create stronger types for dynamically generated env modules ([#7735](https://github.com/sveltejs/kit/pull/7735))

- [breaking] Make `trailingSlash` a page option, rather than configuration ([#7719](https://github.com/sveltejs/kit/pull/7719))

- Handle hash links with non-ASCII characters when prerendering ([#7729](https://github.com/sveltejs/kit/pull/7729))

- Ignore popstate events from outside the router ([#7721](https://github.com/sveltejs/kit/pull/7721))

## 1.0.0-next.553

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