Version Packages (next) (#12232)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12245/head svelte@5.0.0-next.168
github-actions[bot] 4 days ago committed by GitHub
parent 0d8330703d
commit 20bb4f7ff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -613,6 +613,7 @@
"tiny-meals-deliver",
"tiny-moose-kiss",
"tiny-taxis-whisper",
"tough-buckets-thank",
"tough-radios-punch",
"tough-tomatoes-explain",
"tricky-laws-bathe",
@ -658,6 +659,7 @@
"wise-ties-clap",
"witty-bikes-shave",
"witty-camels-warn",
"witty-hornets-think",
"witty-readers-provide",
"witty-steaks-dream",
"witty-tomatoes-care",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.168
### Patch Changes
- fix: ensure HMR doesn't mess with anchor nodes ([#12242](https://github.com/sveltejs/svelte/pull/12242))
- fix: deconflict multiple snippets of the same name ([#12221](https://github.com/sveltejs/svelte/pull/12221))
## 5.0.0-next.167
### Patch Changes

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

Loading…
Cancel
Save