Version Packages (next) (#12797)

* Version Packages (next)

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/12804/head svelte@5.0.0-next.216
github-actions[bot] 5 months ago committed by GitHub
parent 7ae21ea97d
commit 09db33979d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -205,6 +205,7 @@
"forty-suns-smile",
"four-balloons-beam",
"four-flies-hammer",
"four-kids-flow",
"four-mice-hammer",
"four-papayas-turn",
"four-peas-tickle",
@ -703,6 +704,7 @@
"thick-swans-type",
"thin-colts-yawn",
"thin-foxes-lick",
"thin-papayas-tap",
"thin-spoons-float",
"thin-years-rhyme",
"thirty-dogs-whisper",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.216
### Patch Changes
- feat: make custom element `tag` property optional ([#12754](https://github.com/sveltejs/svelte/pull/12754))
- fix: improved memory profile for transitions/animations ([#12796](https://github.com/sveltejs/svelte/pull/12796))
## 5.0.0-next.215
### Patch Changes

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

Loading…
Cancel
Save