Skip to content

Commit efa5acf

Browse files
Version Packages (#14970)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8a1acac commit efa5acf

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/healthy-hairs-run.md

-5
This file was deleted.

.changeset/hot-kings-shout.md

-5
This file was deleted.

.changeset/spicy-insects-check.md

-5
This file was deleted.

.changeset/tender-apples-scream.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 5.17.4
4+
5+
### Patch Changes
6+
7+
- fix: never consider inert boundary effects ([#14999](https://github.com/sveltejs/svelte/pull/14999))
8+
9+
- fix: store access on component destroy ([#14968](https://github.com/sveltejs/svelte/pull/14968))
10+
11+
- fix: correctly transform `pre` with no content ([#14973](https://github.com/sveltejs/svelte/pull/14973))
12+
13+
- fix: wrap each block expression in derived to encapsulate effects ([#14967](https://github.com/sveltejs/svelte/pull/14967))
14+
315
## 5.17.3
416

517
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.17.3",
5+
"version": "5.17.4",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* The current version, as set in package.json.
55
* @type {string}
66
*/
7-
export const VERSION = '5.17.3';
7+
export const VERSION = '5.17.4';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)