Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0000f67

Browse files
committedApr 16, 2025·
Version Packages
1 parent 2db5bcc commit 0000f67

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed
 

‎.changeset/chatty-apples-flash.md

-5
This file was deleted.

‎.changeset/strong-pianos-promise.md

-5
This file was deleted.

‎.changeset/sweet-adults-complain.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.27.1
4+
5+
### Patch Changes
6+
7+
- chore: default params for html blocks ([#15778](https://github.com/sveltejs/svelte/pull/15778))
8+
9+
- fix: Throw on unrendered snippets in `dev` ([#15766](https://github.com/sveltejs/svelte/pull/15766))
10+
11+
- fix: avoid unnecessary read version increments ([#15777](https://github.com/sveltejs/svelte/pull/15777))
12+
313
## 5.27.0
414

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

0 commit comments

Comments
 (0)
Please sign in to comment.