Skip to content

Commit 4631fa6

Browse files
Version Packages (next) (#6511)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 363d071 commit 4631fa6

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@
10201020
"stale-humans-cough",
10211021
"stale-mirrors-attend",
10221022
"stale-plums-heal",
1023+
"strange-apples-vanish",
10231024
"strange-hounds-invite",
10241025
"strange-kiwis-tell",
10251026
"strange-poems-design",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.462
4+
5+
### Patch Changes
6+
7+
- [breaking] block cross-site form POSTs by default. disable with config.kit.csrf.checkOrigin ([#6510](https://github.com/sveltejs/kit/pull/6510))
8+
39
## 1.0.0-next.461
410

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

0 commit comments

Comments
 (0)