Version Packages (next) (#11072)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11078/head svelte@5.0.0-next.95
github-actions[bot] 1 year ago committed by GitHub
parent a9e15bdf2d
commit dfc55c18f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,6 +132,7 @@
"happy-suits-film",
"healthy-planes-vanish",
"heavy-comics-move",
"heavy-ducks-leave",
"heavy-ears-rule",
"hip-balloons-begin",
"honest-buses-add",
@ -250,6 +251,7 @@
"red-feet-worry",
"red-poets-study",
"rich-cobras-exist",
"rich-garlics-laugh",
"rich-olives-yell",
"rich-sheep-burn",
"rich-tables-sing",
@ -366,6 +368,7 @@
"three-icons-trade",
"three-lions-visit",
"three-papayas-buy",
"three-rice-tie",
"three-suits-grin",
"tidy-buses-whisper",
"tidy-starfishes-allow",

@ -1,5 +1,15 @@
# svelte
## 5.0.0-next.95
### Patch Changes
- breaking: robustify interop of exports and props in runes mode ([#11064](https://github.com/sveltejs/svelte/pull/11064))
- fix: improve handled of unowned derived signals ([#11077](https://github.com/sveltejs/svelte/pull/11077))
- fix: bundle CSS types ([#11067](https://github.com/sveltejs/svelte/pull/11067))
## 5.0.0-next.94
### Patch Changes

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

Loading…
Cancel
Save