Skip to content

Commit ffd918f

Browse files
Version Packages (#9601)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ba436c6 commit ffd918f

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/happy-pots-move.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-pandas-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- feat: ignore test files in library skeleton package.json ([#9584](https://github.com/sveltejs/kit/pull/9584))
8+
39
## 3.2.0
410

511
### Minor 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": "3.2.0",
3+
"version": "3.3.0",
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.15.2
4+
5+
### Patch Changes
6+
7+
- fix: address security advisory CVE-2023-29008 by doing a case-insensitive comparison when checking header value ([`ba436c66`](https://github.com/sveltejs/kit/commit/ba436c6685e751d968a960fbda65f24cf7a82e9f))
8+
39
## 1.15.1
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.15.1",
3+
"version": "1.15.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)