Version Packages

pull/11202/head
github-actions[bot] 2 years ago
parent a510c6a37f
commit 6e97e2f906

@ -1,5 +0,0 @@
---
'svelte': patch
---
support attribute selector inside :global()

@ -1,5 +1,11 @@
# svelte
## 4.2.15
### Patch Changes
- support attribute selector inside :global() ([#11135](https://github.com/sveltejs/svelte/pull/11135))
## 4.2.14
### Patch Changes

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

Loading…
Cancel
Save