Version Packages (next)

changeset-release/main
github-actions[bot] 1 day ago
parent b665425e5d
commit fe277beed8

@ -295,6 +295,7 @@
"good-rice-tap",
"good-rivers-yawn",
"good-roses-argue",
"good-vans-bake",
"good-zebras-turn",
"gorgeous-boxes-design",
"gorgeous-coats-jog",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.261
### Patch Changes
- feat: support migration of `svelte:component` ([#13437](https://github.com/sveltejs/svelte/pull/13437))
## 5.0.0-next.260
### Patch Changes

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

Loading…
Cancel
Save