Skip to content

Commit d595cc1

Browse files
Version Packages (#14529)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2f8eda9 commit d595cc1

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/afraid-worms-clean.md

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

.changeset/neat-news-dance.md

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

.changeset/witty-turtles-bake.md

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

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.5.1
4+
5+
### Patch Changes
6+
7+
- fix: don't throw with nullish actions ([#13559](https://github.com/sveltejs/svelte/pull/13559))
8+
9+
- fix: leave update expressions untransformed unless a transformer is provided ([#14507](https://github.com/sveltejs/svelte/pull/14507))
10+
11+
- chore: turn reactive_declaration_non_reactive_property into a runtime warning ([#14192](https://github.com/sveltejs/svelte/pull/14192))
12+
313
## 5.5.0
414

515
### Minor Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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.5.0",
5+
"version": "5.5.1",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.5.0';
9+
export const VERSION = '5.5.1';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)