Skip to content

Commit c822f9b

Browse files
Version Packages (#15649)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec91cac commit c822f9b

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/pink-lamps-leave.md

-5
This file was deleted.

.changeset/rare-falcons-admire.md

-5
This file was deleted.

.changeset/smooth-mugs-grin.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.25.5
4+
5+
### Patch Changes
6+
7+
- fix: add setters to `$derived` class properties ([#15628](https://github.com/sveltejs/svelte/pull/15628))
8+
9+
- fix: silence assignment warning on more function bindings ([#15644](https://github.com/sveltejs/svelte/pull/15644))
10+
11+
- fix: make sure CSS is preserved during SSR with bindings ([#15645](https://github.com/sveltejs/svelte/pull/15645))
12+
313
## 5.25.4
414

515
### 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.25.4",
5+
"version": "5.25.5",
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.25.4';
7+
export const VERSION = '5.25.5';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)