Skip to content

Commit ae9b581

Browse files
Version Packages (next)
1 parent 948c980 commit ae9b581

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
"fast-coats-attack",
208208
"fast-crabs-applaud",
209209
"fast-goats-argue",
210+
"fast-islands-lick",
210211
"fast-pans-enjoy",
211212
"fast-poems-notice",
212213
"few-apes-listen",
@@ -991,6 +992,7 @@
991992
"young-hairs-cough",
992993
"young-horses-kick",
993994
"young-penguins-camp",
995+
"young-scissors-collect",
994996
"young-students-chew",
995997
"young-swans-burn",
996998
"young-ways-fail"

packages/create-svelte/CHANGELOG.md

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

3+
## 2.0.0-next.140
4+
5+
### Patch Changes
6+
7+
- Use crypto.randomUUID() instead of @lukeed/uuid ([#5042](https://github.com/sveltejs/kit/pull/5042))
8+
39
## 2.0.0-next.139
410

511
### 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.139",
3+
"version": "2.0.0-next.140",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.342
4+
5+
### Patch Changes
6+
7+
- don't warn about window.fetch during hydration ([#5041](https://github.com/sveltejs/kit/pull/5041))
8+
39
## 1.0.0-next.341
410

511
### 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.341",
3+
"version": "1.0.0-next.342",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)