Skip to content

Commit 2eedb2f

Browse files
Version Packages (next)
1 parent 713157a commit 2eedb2f

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"brave-berries-join",
6060
"brave-clouds-protect",
6161
"brave-falcons-approve",
62+
"brave-jars-smile",
6263
"brave-jobs-occur",
6364
"brave-rabbits-provide",
6465
"brave-seas-invent",
@@ -425,6 +426,7 @@
425426
"light-olives-scream",
426427
"light-pumas-appear",
427428
"light-pumas-heal",
429+
"light-rings-trade",
428430
"light-roses-teach",
429431
"little-boats-allow",
430432
"little-candles-trade",
@@ -509,6 +511,7 @@
509511
"nasty-waves-kneel",
510512
"neat-cups-begin",
511513
"neat-garlics-buy",
514+
"neat-monkeys-dream",
512515
"neat-olives-hope",
513516
"neat-points-exercise",
514517
"neat-walls-buy",
@@ -593,6 +596,7 @@
593596
"poor-goats-cheer",
594597
"poor-horses-return",
595598
"poor-lizards-punch",
599+
"poor-points-live",
596600
"poor-snakes-explode",
597601
"poor-terms-explain",
598602
"poor-years-hear",
@@ -616,6 +620,7 @@
616620
"pretty-snakes-burn",
617621
"proud-bananas-love",
618622
"proud-buses-hug",
623+
"proud-chicken-unite",
619624
"proud-cobras-swim",
620625
"proud-cooks-relax",
621626
"proud-goats-hide",
@@ -723,6 +728,7 @@
723728
"short-buttons-mix",
724729
"short-emus-juggle",
725730
"short-guests-sort",
731+
"short-lamps-sing",
726732
"shy-bats-move",
727733
"shy-jeans-fly",
728734
"shy-mails-share",
@@ -757,6 +763,7 @@
757763
"slow-buses-beam",
758764
"slow-dots-know",
759765
"slow-fans-own",
766+
"slow-shirts-retire",
760767
"slow-suns-reply",
761768
"small-crabs-sparkle",
762769
"small-ligers-wave",
@@ -938,6 +945,7 @@
938945
"twelve-goats-knock",
939946
"twelve-onions-burn",
940947
"twelve-snakes-tan",
948+
"twenty-ads-turn",
941949
"twenty-dogs-shout",
942950
"twenty-dryers-hope",
943951
"twenty-hairs-shave",

packages/create-svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# create-svelte
22

3+
## 2.0.0-next.143
4+
5+
### Patch Changes
6+
7+
- Enhance docs on importing types in app.d.ts ([#5280](https://github.com/sveltejs/kit/pull/5280))
8+
9+
* fix formatting for initial package.json ([#5271](https://github.com/sveltejs/kit/pull/5271))
10+
311
## 2.0.0-next.142
412

513
### Patch Changes

packages/create-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-svelte",
3-
"version": "2.0.0-next.142",
3+
"version": "2.0.0-next.143",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.355
4+
5+
### Patch Changes
6+
7+
- [chore] Prerendering URL is now a subclass instead of a proxy ([#5278](https://github.com/sveltejs/kit/pull/5278))
8+
9+
* [fix] support vite.config.js on Windows ([#5265](https://github.com/sveltejs/kit/pull/5265))
10+
11+
- Allow both string and URL as the first argument of `$app/navigation#goto` ([#5282](https://github.com/sveltejs/kit/pull/5282))
12+
13+
* rename `goto(href)` to `goto(url)` ([#5286](https://github.com/sveltejs/kit/pull/5286))
14+
15+
- Add types for @sveltejs/kit/experimental/vite ([#5266](https://github.com/sveltejs/kit/pull/5266))
16+
17+
* fix: port flag doesn't work in preview ([#5284](https://github.com/sveltejs/kit/pull/5284))
18+
319
## 1.0.0-next.354
420

521
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.354",
3+
"version": "1.0.0-next.355",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)