Version Packages (#14302)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14303/head svelte@5.2.0
github-actions[bot] 1 day ago committed by GitHub
parent 8a8e6f70e8
commit 312dd51acc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': minor
---
feat: better inlining of static attributes

@ -1,5 +1,11 @@
# svelte # svelte
## 5.2.0
### Minor Changes
- feat: better inlining of static attributes ([#14269](https://github.com/sveltejs/svelte/pull/14269))
## 5.1.17 ## 5.1.17
### Patch Changes ### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte", "name": "svelte",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"license": "MIT", "license": "MIT",
"version": "5.1.17", "version": "5.2.0",
"type": "module", "type": "module",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"engines": { "engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version * https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '5.1.17'; export const VERSION = '5.2.0';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save