Skip to content

Version Packages (next) #5287

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

Merged
merged 1 commit into from
Jun 27, 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
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"brave-berries-join",
"brave-clouds-protect",
"brave-falcons-approve",
"brave-jars-smile",
"brave-jobs-occur",
"brave-rabbits-provide",
"brave-seas-invent",
Expand Down Expand Up @@ -425,6 +426,7 @@
"light-olives-scream",
"light-pumas-appear",
"light-pumas-heal",
"light-rings-trade",
"light-roses-teach",
"little-boats-allow",
"little-candles-trade",
Expand All @@ -446,6 +448,7 @@
"lovely-apricots-fail",
"lovely-baboons-suffer",
"lovely-flies-care",
"lovely-foxes-visit",
"lovely-hairs-applaud",
"lovely-mice-search",
"lovely-seahorses-sell",
Expand Down Expand Up @@ -509,6 +512,7 @@
"nasty-waves-kneel",
"neat-cups-begin",
"neat-garlics-buy",
"neat-monkeys-dream",
"neat-olives-hope",
"neat-points-exercise",
"neat-walls-buy",
Expand Down Expand Up @@ -593,6 +597,7 @@
"poor-goats-cheer",
"poor-horses-return",
"poor-lizards-punch",
"poor-points-live",
"poor-snakes-explode",
"poor-terms-explain",
"poor-years-hear",
Expand All @@ -616,6 +621,7 @@
"pretty-snakes-burn",
"proud-bananas-love",
"proud-buses-hug",
"proud-chicken-unite",
"proud-cobras-swim",
"proud-cooks-relax",
"proud-goats-hide",
Expand Down Expand Up @@ -723,6 +729,7 @@
"short-buttons-mix",
"short-emus-juggle",
"short-guests-sort",
"short-lamps-sing",
"shy-bats-move",
"shy-jeans-fly",
"shy-mails-share",
Expand Down Expand Up @@ -757,6 +764,7 @@
"slow-buses-beam",
"slow-dots-know",
"slow-fans-own",
"slow-shirts-retire",
"slow-suns-reply",
"small-crabs-sparkle",
"small-ligers-wave",
Expand Down Expand Up @@ -938,6 +946,7 @@
"twelve-goats-knock",
"twelve-onions-burn",
"twelve-snakes-tan",
"twenty-ads-turn",
"twenty-dogs-shout",
"twenty-dryers-hope",
"twenty-hairs-shave",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-svelte

## 2.0.0-next.143

### Patch Changes

- Enhance docs on importing types in app.d.ts ([#5280](https://github.com/sveltejs/kit/pull/5280))

* Use ESM eslint config files ([#5263](https://github.com/sveltejs/kit/pull/5263))

- fix formatting for initial package.json ([#5271](https://github.com/sveltejs/kit/pull/5271))

## 2.0.0-next.142

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

## 1.0.0-next.355

### Patch Changes

- [chore] Prerendering URL is now a subclass instead of a proxy ([#5278](https://github.com/sveltejs/kit/pull/5278))

* [fix] support vite.config.js on Windows ([#5265](https://github.com/sveltejs/kit/pull/5265))

- Allow both string and URL as the first argument of `$app/navigation#goto` ([#5282](https://github.com/sveltejs/kit/pull/5282))

* rename `goto(href)` to `goto(url)` ([#5286](https://github.com/sveltejs/kit/pull/5286))

- Add types for @sveltejs/kit/experimental/vite ([#5266](https://github.com/sveltejs/kit/pull/5266))

* fix: port flag doesn't work in preview ([#5284](https://github.com/sveltejs/kit/pull/5284))

## 1.0.0-next.354

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