Version Packages (#11148)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11202/head svelte@4.2.14
github-actions[bot] 9 months ago committed by GitHub
parent 41eb8daab2
commit ad00cad761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix parsing camelcase container query name

@ -1,5 +1,11 @@
# svelte
## 4.2.14
### Patch Changes
- fix parsing camelcase container query name ([#11131](https://github.com/sveltejs/svelte/pull/11131))
## 4.2.13
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.2.13",
"version": "4.2.14",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",

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

Loading…
Cancel
Save