Version Packages (next) (#11130)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11134/head svelte@5.0.0-next.100
github-actions[bot] 3 months ago committed by GitHub
parent 0896543e67
commit a740b7bb43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,6 +32,7 @@
"brave-walls-destroy",
"brave-walls-flow",
"breezy-carrots-flash",
"breezy-rules-beg",
"bright-peas-juggle",
"bright-snakes-sing",
"brown-houses-obey",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.100
### Patch Changes
- fix: further improvements to hmr component key generation ([#11129](https://github.com/sveltejs/svelte/pull/11129))
## 5.0.0-next.99
### Patch Changes

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

Loading…
Cancel
Save