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

@ -1,5 +1,11 @@
# 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
### Patch Changes

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

Loading…
Cancel
Save