Version Packages (next) (#13486)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13495/head svelte@5.0.0-next.262
github-actions[bot] 3 months ago committed by GitHub
parent 3ce0384e9e
commit 785779ac54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -495,6 +495,7 @@
"neat-ducks-jam",
"neat-files-rescue",
"neat-jokes-beam",
"neat-ways-allow",
"nervous-adults-sell",
"nervous-berries-boil",
"nervous-chefs-exist",
@ -758,6 +759,7 @@
"sour-forks-stare",
"sour-geese-listen",
"sour-jeans-collect",
"sour-poems-trade",
"sour-rules-march",
"sour-tomatoes-knock",
"sour-weeks-fix",
@ -961,6 +963,7 @@
"yellow-taxis-double",
"yellow-trees-juggle",
"young-ads-roll",
"young-ducks-punch",
"young-feet-double",
"young-masks-refuse",
"young-peaches-agree"

@ -1,5 +1,15 @@
# svelte
## 5.0.0-next.262
### Patch Changes
- feat: enable snippets to fill slots ([#13427](https://github.com/sveltejs/svelte/pull/13427))
- fix: strip internal properties from rest props during SSR ([#13492](https://github.com/sveltejs/svelte/pull/13492))
- fix: allow combinator at start of nested CSS selector ([#13440](https://github.com/sveltejs/svelte/pull/13440))
## 5.0.0-next.261
### Patch Changes

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

Loading…
Cancel
Save