Skip to content

Commit

Permalink
Version Packages (next) (#7692)
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] authored Nov 19, 2022
1 parent d71b8b4 commit aa461cc
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"calm-spiders-turn",
"calm-steaks-yell",
"calm-walls-happen",
"calm-ways-jump",
"chatty-apricots-fly",
"chatty-ducks-shop",
"chatty-impalas-smash",
Expand Down Expand Up @@ -167,6 +168,7 @@
"clean-camels-pump",
"clean-chicken-walk",
"clean-countries-push",
"clean-grapes-think",
"clean-islands-do",
"clean-jars-float",
"clean-schools-doubt",
Expand Down Expand Up @@ -307,6 +309,7 @@
"empty-teachers-cheat",
"empty-vans-draw",
"empty-worms-appear",
"fair-dolls-press",
"fair-panthers-notice",
"fair-pets-bake",
"fair-rivers-repair",
Expand Down Expand Up @@ -406,6 +409,7 @@
"friendly-dodos-exercise",
"friendly-eggs-cry",
"friendly-pears-wash",
"friendly-plums-notice",
"friendly-rivers-argue",
"friendly-starfishes-yell",
"funny-ads-move",
Expand Down Expand Up @@ -678,11 +682,13 @@
"lovely-seahorses-sell",
"lovely-sloths-flow",
"lucky-bottles-kick",
"lucky-gifts-jump",
"lucky-glasses-sell",
"lucky-guests-act",
"lucky-moles-count",
"lucky-phones-march",
"lucky-plums-listen",
"lucky-rocks-marry",
"many-cups-report",
"many-eyes-travel",
"many-forks-sniff",
Expand Down Expand Up @@ -857,6 +863,7 @@
"perfect-ghosts-shake",
"perfect-kiwis-sneeze",
"perfect-mayflies-sneeze",
"perfect-needles-tap",
"perfect-rules-burn",
"perfect-socks-sparkle",
"pink-ducks-press",
Expand Down Expand Up @@ -1467,6 +1474,7 @@
"wicked-cars-sniff",
"wicked-humans-taste",
"wicked-items-repair",
"wicked-kiwis-burn",
"wicked-oranges-share",
"wicked-plums-count",
"wicked-rockets-roll",
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.192

### Patch Changes

- Ignore Vite timestamp files by default in `create-svelte` templates (added to `.gitignore`) ([#7660](https://github.com/sveltejs/kit/pull/7660))

## 2.0.0-next.191

### 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.191",
"version": "2.0.0-next.192",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
18 changes: 18 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sveltejs/kit

## 1.0.0-next.552

### Patch Changes

- Don't hardcode version in client bundle ([#7694](https://github.com/sveltejs/kit/pull/7694))

- Allow .d.ts files to have a + prefix ([#7682](https://github.com/sveltejs/kit/pull/7682))

- Expose version from `$app/environment` ([#7689](https://github.com/sveltejs/kit/pull/7689))

- [fix] export HttpError/Redirect interface ([#7701](https://github.com/sveltejs/kit/pull/7701))

- [fix] don't preload fonts by default ([#7704](https://github.com/sveltejs/kit/pull/7704))

- Always set `Accept` and `Accept-Language` headers when making a self-request ([#7722](https://github.com/sveltejs/kit/pull/7722))

- [fix] adjust interfaces to fix type errors ([#7718](https://github.com/sveltejs/kit/pull/7718))

## 1.0.0-next.551

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

0 comments on commit aa461cc

Please sign in to comment.