Version Packages (#14698)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14703/head svelte@5.12.0
github-actions[bot] 1 month ago committed by GitHub
parent 887ce6ab4b
commit af9b071622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: don't add parenthesis to media query if already present

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure if block paths retain correct template namespacing

@ -1,5 +0,0 @@
---
'svelte': minor
---
feat: expose more AST types from `"svelte/compiler"`

@ -1,5 +1,17 @@
# svelte
## 5.12.0
### Minor Changes
- feat: expose more AST types from `"svelte/compiler"` ([#14601](https://github.com/sveltejs/svelte/pull/14601))
### Patch Changes
- fix: don't add parenthesis to media query if already present ([#14699](https://github.com/sveltejs/svelte/pull/14699))
- fix: ensure if block paths retain correct template namespacing ([#14685](https://github.com/sveltejs/svelte/pull/14685))
## 5.11.3
### Patch Changes

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

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

Loading…
Cancel
Save