Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #7819

Merged
merged 1 commit into from
Nov 26, 2022
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
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"brown-pens-glow",
"brown-seas-sort",
"calm-pans-peel",
"calm-peaches-enjoy",
"calm-pens-prove",
"calm-pots-turn",
"calm-ravens-tell",
Expand All @@ -152,6 +153,7 @@
"chilled-bees-develop",
"chilled-books-dress",
"chilled-clouds-move",
"chilled-drinks-hug",
"chilled-kiwis-drop",
"chilled-laws-battle",
"chilled-moons-sniff",
Expand Down Expand Up @@ -249,6 +251,7 @@
"dirty-bikes-join",
"dirty-candles-peel",
"dirty-ligers-protect",
"dirty-teachers-hug",
"dry-baboons-turn",
"dry-cars-dance",
"dry-jokes-explain",
Expand Down Expand Up @@ -497,6 +500,7 @@
"grumpy-days-compete",
"grumpy-eyes-destroy",
"grumpy-jobs-poke",
"grumpy-maps-complain",
"grumpy-onions-applaud",
"grumpy-panthers-mate",
"grumpy-poets-try",
Expand Down Expand Up @@ -580,6 +584,7 @@
"itchy-ants-explode",
"itchy-beds-drop",
"itchy-beers-burn",
"itchy-beers-suffer",
"itchy-birds-admire",
"itchy-days-matter",
"itchy-days-wonder",
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.193

### Patch Changes

- Added the option to add Vitest to new projects ([#5708](https://github.com/sveltejs/kit/pull/5708))

## 2.0.0-next.192

### 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.192",
"version": "2.0.0-next.193",
"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.562

### Patch Changes

- [fix] handle redirects in handle hook while processing data request ([#7797](https://github.com/sveltejs/kit/pull/7797))

- Make touchstart listener passive ([#7818](https://github.com/sveltejs/kit/pull/7818))

- [breaking] remove `getStaticDirectory()` from builder API ([#7809](https://github.com/sveltejs/kit/pull/7809))

- Make console.warn wrapper named rather than anonymous ([#7811](https://github.com/sveltejs/kit/pull/7811))

## 1.0.0-next.561

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