Version Packages (next) (#11396)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11404/head svelte@5.0.0-next.120
github-actions[bot] 3 months ago committed by GitHub
parent 8be6fdde54
commit 9e1e1b45e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -59,6 +59,7 @@
"clever-sloths-push",
"cold-birds-own",
"cold-masks-learn",
"cool-actors-tan",
"cool-ants-leave",
"cool-comics-marry",
"cool-peas-lick",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.120
### Patch Changes
- feat: MathML support ([#11387](https://github.com/sveltejs/svelte/pull/11387))
## 5.0.0-next.119
### Patch Changes

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

Loading…
Cancel
Save