Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chatty-apples-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-buckets-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-pianos-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-adults-complain.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# svelte

## 5.27.1

### Patch Changes

- chore: default params for html blocks ([#15778](https://github.com/sveltejs/svelte/pull/15778))

- correct the suggested type for custom events without detail ([#15763](https://github.com/sveltejs/svelte/pull/15763))

- fix: Throw on unrendered snippets in `dev` ([#15766](https://github.com/sveltejs/svelte/pull/15766))

- fix: avoid unnecessary read version increments ([#15777](https://github.com/sveltejs/svelte/pull/15777))

## 5.27.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.27.0",
"version": "5.27.1",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.27.0';
export const VERSION = '5.27.1';
export const PUBLIC_VERSION = '5';