Version Packages (next) (#12463)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12469/head svelte@5.0.0-next.188
github-actions[bot] 5 months ago committed by GitHub
parent 9c507a0a57
commit 9666215e6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,6 +36,7 @@
"blue-waves-sneeze",
"brave-carrots-draw",
"brave-gorillas-end",
"brave-gorillas-fold",
"brave-pigs-obey",
"brave-points-sleep",
"brave-shrimps-kiss",
@ -176,6 +177,7 @@
"flat-ghosts-fly",
"flat-melons-protect",
"flat-olives-live",
"fluffy-colts-grin",
"fluffy-dolls-share",
"fluffy-humans-worry",
"fluffy-ravens-juggle",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.188
### Patch Changes
- fix: ensure `$state.snapshot` never errors ([#12445](https://github.com/sveltejs/svelte/pull/12445))
- feat: move dev-time component properties to private symbols' ([#12461](https://github.com/sveltejs/svelte/pull/12461))
## 5.0.0-next.187
### Patch Changes

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

Loading…
Cancel
Save