Version Packages (next) (#12707)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12735/head svelte@5.0.0-next.208
github-actions[bot] 3 months ago committed by GitHub
parent 3286617e3c
commit 8e04a91c67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -135,6 +135,7 @@
"early-ads-tie",
"early-months-whisper",
"eight-carrots-hunt",
"eight-comics-tell",
"eight-cougars-watch",
"eight-hornets-punch",
"eight-jeans-compare",
@ -521,6 +522,7 @@
"serious-gorillas-eat",
"serious-kids-deliver",
"serious-needles-joke",
"serious-owls-think",
"serious-poems-brake",
"serious-socks-cover",
"serious-zebras-scream",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.208
### Patch Changes
- feat: add support for `<svelte:options css="injected" />` ([#12660](https://github.com/sveltejs/svelte/pull/12660))
- feat: function called as tagged template literal is reactively called ([#12692](https://github.com/sveltejs/svelte/pull/12692))
## 5.0.0-next.207
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.207",
"version": "5.0.0-next.208",
"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.0.0-next.207';
export const VERSION = '5.0.0-next.208';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save