Version Packages (next) (#9386)

* Version Packages (next)

* Update packages/svelte/CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
pull/9438/head svelte@5.0.0-next.2
github-actions[bot] 1 year ago committed by GitHub
parent 9fc8726f13
commit 1fd77d7494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,13 @@
"svelte.dev": "1.0.0"
},
"changesets": [
"rotten-buckets-develop"
"chilly-dolphins-lick",
"eight-steaks-shout",
"khaki-mails-draw",
"moody-owls-cry",
"quiet-camels-mate",
"rotten-buckets-develop",
"small-papayas-laugh",
"tall-shrimps-worry"
]
}

@ -1,5 +1,23 @@
# svelte
## 5.0.0-next.2
### Patch Changes
- breaking: remove selector api ([#9426](https://github.com/sveltejs/svelte/pull/9426))
- fix: correct update_block index type ([#9425](https://github.com/sveltejs/svelte/pull/9425))
- fix: tighten up signals implementation ([#9417](https://github.com/sveltejs/svelte/pull/9417))
- fix: exclude internal props from spread attributes ([#9384](https://github.com/sveltejs/svelte/pull/9384))
- chore: improve keyblock treeshaking ([#9422](https://github.com/sveltejs/svelte/pull/9422))
- breaking: remove Component type, keep using SvelteComponent instead ([#9413](https://github.com/sveltejs/svelte/pull/9413))
- fix: add snippet marker symbol to children prop ([#9395](https://github.com/sveltejs/svelte/pull/9395))
## 5.0.0-next.1
### Patch Changes

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

Loading…
Cancel
Save