Version Packages (next) (#9481)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9488/head svelte@5.0.0-next.4
github-actions[bot] 9 months ago committed by GitHub
parent 60c273eb76
commit c823dd2efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,7 @@
}, },
"changesets": [ "changesets": [
"brave-walls-destroy", "brave-walls-destroy",
"brown-spoons-boil",
"chilly-dolphins-lick", "chilly-dolphins-lick",
"cuddly-pianos-drop", "cuddly-pianos-drop",
"curly-lizards-dream", "curly-lizards-dream",
@ -24,7 +25,6 @@
"lazy-spiders-think", "lazy-spiders-think",
"lucky-schools-hang", "lucky-schools-hang",
"moody-owls-cry", "moody-owls-cry",
"nasty-clocks-exercise",
"poor-eggs-enjoy", "poor-eggs-enjoy",
"quiet-camels-mate", "quiet-camels-mate",
"rotten-buckets-develop", "rotten-buckets-develop",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.4
### Patch Changes
- revert: address bug in before/after update ([#9480](https://github.com/sveltejs/svelte/pull/9480))
## 5.0.0-next.3 ## 5.0.0-next.3
### 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.3", "version": "5.0.0-next.4",
"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.3'; export const VERSION = '5.0.0-next.4';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save