Version Packages (#11101)

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

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: applying :global for +,~ sibling combinator when slots are present

@ -1,5 +1,11 @@
# svelte
## 4.2.13
### Patch Changes
- fix: applying :global for +,~ sibling combinator when slots are present ([#9282](https://github.com/sveltejs/svelte/pull/9282))
## 4.2.12
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.2.12",
"version": "4.2.13",
"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.12';
export const VERSION = '4.2.13';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save