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>
pull/15462/merge svelte@5.27.1
github-actions[bot] 5 months ago committed by GitHub
parent 80f62b5b10
commit 189bd4788e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: default params for html blocks

@ -1,5 +0,0 @@
---
'svelte': patch
---
correct the suggested type for custom events without detail

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: Throw on unrendered snippets in `dev`

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: avoid unnecessary read version increments

@ -1,5 +1,17 @@
# svelte
## 5.27.1
### Patch Changes
- chore: default params for html blocks ([#15778](https://github.com/sveltejs/svelte/pull/15778))
- fix: correct 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

@ -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": {

@ -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';

Loading…
Cancel
Save