Skip to content

Commit

Permalink
Version Packages (next) (sveltejs#12015)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 14, 2024
1 parent ccb3c90 commit 95d07de
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
"chilly-pans-raise",
"chilly-rocks-hug",
"chilly-snakes-scream",
"clean-cats-wave",
"clean-eels-beg",
"clean-melons-wash",
"clever-chefs-relate",
"clever-maps-travel",
"clever-rockets-burn",
Expand Down Expand Up @@ -91,6 +93,7 @@
"cyan-colts-raise",
"cyan-ducks-teach",
"cyan-flowers-destroy",
"cyan-news-grow",
"cyan-spies-grin",
"cyan-squids-drive",
"cyan-toes-share",
Expand All @@ -107,6 +110,7 @@
"dull-coins-vanish",
"dull-donkeys-smell",
"dull-mangos-wave",
"dull-pens-pay",
"dull-pots-add",
"dull-roses-relate",
"dull-worms-relax",
Expand All @@ -123,6 +127,7 @@
"eighty-lizards-notice",
"eleven-beers-yell",
"eleven-cycles-applaud",
"eleven-hounds-pump",
"empty-bags-heal",
"empty-bulldogs-exercise",
"empty-coins-build",
Expand Down Expand Up @@ -244,6 +249,7 @@
"itchy-panthers-shave",
"itchy-peaches-compare",
"itchy-terms-guess",
"khaki-cheetahs-refuse",
"khaki-cooks-develop",
"khaki-ligers-sing",
"khaki-mails-draw",
Expand Down
16 changes: 16 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# svelte

## 5.0.0-next.155

### Patch Changes

- fix: robustify migration script ([#12019](https://github.com/sveltejs/svelte/pull/12019))

- fix: relax constraint for `ComponentProps` ([#12026](https://github.com/sveltejs/svelte/pull/12026))

- fix: address event delegation duplication behaviour ([#12014](https://github.com/sveltejs/svelte/pull/12014))

- chore: remove `createRoot` references ([#12018](https://github.com/sveltejs/svelte/pull/12018))

- chore: clear `Map`/`Set` before triggering `$inspect` callbacks ([#12013](https://github.com/sveltejs/svelte/pull/12013))

- breaking: rename `$effect.active` to `$effect.tracking` ([#12022](https://github.com/sveltejs/svelte/pull/12022))

## 5.0.0-next.154

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.154",
"version": "5.0.0-next.155",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.154';
export const VERSION = '5.0.0-next.155';
export const PUBLIC_VERSION = '5';

0 comments on commit 95d07de

Please sign in to comment.