Skip to content

Commit 189bd47

Browse files
Version Packages (#15772)
* Version Packages * Update packages/svelte/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rich Harris <rich.harris@vercel.com>
1 parent 80f62b5 commit 189bd47

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

Diff for: .changeset/chatty-apples-flash.md

-5
This file was deleted.

Diff for: .changeset/fifty-buckets-return.md

-5
This file was deleted.

Diff for: .changeset/strong-pianos-promise.md

-5
This file was deleted.

Diff for: .changeset/sweet-adults-complain.md

-5
This file was deleted.

Diff for: packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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: correct suggested type for custom events without detail ([#15763](https://github.com/sveltejs/svelte/pull/15763))
10+
11+
- fix: Throw on unrendered snippets in `dev` ([#15766](https://github.com/sveltejs/svelte/pull/15766))
12+
13+
- fix: avoid unnecessary read version increments ([#15777](https://github.com/sveltejs/svelte/pull/15777))
14+
315
## 5.27.0
416

517
### Minor Changes

Diff for: 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": {

Diff for: 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)