Skip to content

Commit

Permalink
Version Packages (next) (#7819)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Nov 26, 2022
1 parent ef01a0b commit 42602aa
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
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

0 comments on commit 42602aa

Please sign in to comment.