Skip to content

Commit 0c96f28

Browse files
Version Packages (next)
1 parent 79959b0 commit 0c96f28

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@
341341
"heavy-ways-agree",
342342
"hip-ears-reflect",
343343
"hip-elephants-judge",
344+
"hip-kangaroos-check",
344345
"hip-nails-burn",
345346
"hip-nails-taste",
346347
"hip-walls-flash",
@@ -596,12 +597,14 @@
596597
"popular-hounds-love",
597598
"popular-kids-run",
598599
"popular-masks-cheat",
600+
"popular-pets-obey",
599601
"popular-schools-guess",
600602
"pretty-actors-chew",
601603
"pretty-beans-wash",
602604
"pretty-bottles-listen",
603605
"pretty-carpets-scream",
604606
"pretty-cycles-learn",
607+
"pretty-dingos-stare",
605608
"pretty-drinks-cough",
606609
"pretty-flowers-repair",
607610
"pretty-foxes-attend",

packages/adapter-cloudflare-workers/CHANGELOG.md

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

3+
## 1.0.0-next.45
4+
5+
### Patch Changes
6+
7+
- Simplify example wrangler.toml, and fix outdated README ([#5187](https://github.com/sveltejs/kit/pull/5187))
8+
39
## 1.0.0-next.44
410

511
### Patch Changes

packages/adapter-cloudflare-workers/package.json

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

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.351
4+
5+
### Patch Changes
6+
7+
- [fix] URL instance methods now work in `load` ([#5183](https://github.com/sveltejs/kit/pull/5183))
8+
9+
* Upgrade vite-plugin-svelte ([`4e4625ea`](https://github.com/sveltejs/kit/commit/4e4625ea6d9a084bc767ae216704aacd95fe8730))
10+
311
## 1.0.0-next.350
412

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

0 commit comments

Comments
 (0)