Skip to content

Commit aa461cc

Browse files
Version Packages (next) (#7692)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d71b8b4 commit aa461cc

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

.changeset/pre.json

+8
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"calm-spiders-turn",
141141
"calm-steaks-yell",
142142
"calm-walls-happen",
143+
"calm-ways-jump",
143144
"chatty-apricots-fly",
144145
"chatty-ducks-shop",
145146
"chatty-impalas-smash",
@@ -167,6 +168,7 @@
167168
"clean-camels-pump",
168169
"clean-chicken-walk",
169170
"clean-countries-push",
171+
"clean-grapes-think",
170172
"clean-islands-do",
171173
"clean-jars-float",
172174
"clean-schools-doubt",
@@ -307,6 +309,7 @@
307309
"empty-teachers-cheat",
308310
"empty-vans-draw",
309311
"empty-worms-appear",
312+
"fair-dolls-press",
310313
"fair-panthers-notice",
311314
"fair-pets-bake",
312315
"fair-rivers-repair",
@@ -406,6 +409,7 @@
406409
"friendly-dodos-exercise",
407410
"friendly-eggs-cry",
408411
"friendly-pears-wash",
412+
"friendly-plums-notice",
409413
"friendly-rivers-argue",
410414
"friendly-starfishes-yell",
411415
"funny-ads-move",
@@ -678,11 +682,13 @@
678682
"lovely-seahorses-sell",
679683
"lovely-sloths-flow",
680684
"lucky-bottles-kick",
685+
"lucky-gifts-jump",
681686
"lucky-glasses-sell",
682687
"lucky-guests-act",
683688
"lucky-moles-count",
684689
"lucky-phones-march",
685690
"lucky-plums-listen",
691+
"lucky-rocks-marry",
686692
"many-cups-report",
687693
"many-eyes-travel",
688694
"many-forks-sniff",
@@ -857,6 +863,7 @@
857863
"perfect-ghosts-shake",
858864
"perfect-kiwis-sneeze",
859865
"perfect-mayflies-sneeze",
866+
"perfect-needles-tap",
860867
"perfect-rules-burn",
861868
"perfect-socks-sparkle",
862869
"pink-ducks-press",
@@ -1467,6 +1474,7 @@
14671474
"wicked-cars-sniff",
14681475
"wicked-humans-taste",
14691476
"wicked-items-repair",
1477+
"wicked-kiwis-burn",
14701478
"wicked-oranges-share",
14711479
"wicked-plums-count",
14721480
"wicked-rockets-roll",

packages/create-svelte/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-svelte
22

3+
## 2.0.0-next.192
4+
5+
### Patch Changes
6+
7+
- Ignore Vite timestamp files by default in `create-svelte` templates (added to `.gitignore`) ([#7660](https://github.com/sveltejs/kit/pull/7660))
8+
39
## 2.0.0-next.191
410

511
### Patch Changes

packages/create-svelte/package.json

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

packages/kit/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.552
4+
5+
### Patch Changes
6+
7+
- Don't hardcode version in client bundle ([#7694](https://github.com/sveltejs/kit/pull/7694))
8+
9+
- Allow .d.ts files to have a + prefix ([#7682](https://github.com/sveltejs/kit/pull/7682))
10+
11+
- Expose version from `$app/environment` ([#7689](https://github.com/sveltejs/kit/pull/7689))
12+
13+
- [fix] export HttpError/Redirect interface ([#7701](https://github.com/sveltejs/kit/pull/7701))
14+
15+
- [fix] don't preload fonts by default ([#7704](https://github.com/sveltejs/kit/pull/7704))
16+
17+
- Always set `Accept` and `Accept-Language` headers when making a self-request ([#7722](https://github.com/sveltejs/kit/pull/7722))
18+
19+
- [fix] adjust interfaces to fix type errors ([#7718](https://github.com/sveltejs/kit/pull/7718))
20+
321
## 1.0.0-next.551
422

523
### Patch Changes

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.551",
3+
"version": "1.0.0-next.552",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)