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] 4 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", "clever-sloths-push",
"cold-birds-own", "cold-birds-own",
"cold-masks-learn", "cold-masks-learn",
"cool-actors-tan",
"cool-ants-leave", "cool-ants-leave",
"cool-comics-marry", "cool-comics-marry",
"cool-peas-lick", "cool-peas-lick",

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

@ -2,7 +2,7 @@
"name": "svelte", "name": "svelte",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"license": "MIT", "license": "MIT",
"version": "5.0.0-next.119", "version": "5.0.0-next.120",
"type": "module", "type": "module",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"engines": { "engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version * https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '5.0.0-next.119'; export const VERSION = '5.0.0-next.120';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save