Skip to content

Commit 7da2ddc

Browse files
Version Packages (next) (#7536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8170cf6 commit 7da2ddc

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
"clean-islands-do",
169169
"clean-jars-float",
170170
"clean-schools-doubt",
171+
"clean-sheep-run",
171172
"clean-spiders-sin",
172173
"clever-dolls-poke",
173174
"clever-donuts-smile",
@@ -207,6 +208,7 @@
207208
"cuddly-months-sip",
208209
"cuddly-pens-buy",
209210
"cuddly-ravens-carry",
211+
"curly-ants-guess",
210212
"curly-doors-type",
211213
"curly-pets-vanish",
212214
"curvy-dots-join",
@@ -1187,6 +1189,7 @@
11871189
"strange-hounds-invite",
11881190
"strange-kiwis-tell",
11891191
"strange-poems-design",
1192+
"strange-walls-carry",
11901193
"strong-apples-walk",
11911194
"strong-baboons-travel",
11921195
"strong-carrots-work",
@@ -1390,6 +1393,7 @@
13901393
"unlucky-planets-battle",
13911394
"unlucky-vans-allow",
13921395
"unlucky-wasps-rest",
1396+
"violet-candles-compare",
13931397
"violet-goats-wave",
13941398
"violet-jars-give",
13951399
"violet-jars-visit",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.538
4+
5+
### Patch Changes
6+
7+
- [feat] enable caching for `__data.json` requests ([#7532](https://github.com/sveltejs/kit/pull/7532))
8+
9+
- [fix] prevent double decoding of params ([#7521](https://github.com/sveltejs/kit/pull/7521))
10+
11+
- [fix] take into account Request input when serializing fetch data ([#7531](https://github.com/sveltejs/kit/pull/7531))
12+
13+
- [fix] better cookie warning checks ([#7528](https://github.com/sveltejs/kit/pull/7528))
14+
315
## 1.0.0-next.537
416

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

0 commit comments

Comments
 (0)