Version Packages (next) (#9519)

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

@ -33,6 +33,7 @@
"rich-sheep-burn",
"rotten-buckets-develop",
"sharp-gorillas-impress",
"shiny-shrimps-march",
"small-papayas-laugh",
"soft-geese-learn",
"sour-rules-march",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.6
### Patch Changes
- fix: do not propagate global intro transitions ([#9515](https://github.com/sveltejs/svelte/pull/9515))
## 5.0.0-next.5
### Patch Changes

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

Loading…
Cancel
Save