Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2023
1 parent cb1ea1f commit 7826510
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"afraid-moose-matter",
"brave-walls-destroy",
"brown-spoons-boil",
"chatty-taxis-juggle",
"chilled-pumas-invite",
"chilly-dolphins-lick",
"clean-eels-beg",
Expand All @@ -24,21 +25,26 @@
"eight-steaks-shout",
"eighty-bikes-camp",
"fair-crabs-check",
"famous-knives-sneeze",
"few-mugs-fail",
"fifty-steaks-float",
"flat-melons-protect",
"forty-comics-invent",
"fresh-weeks-trade",
"friendly-lies-camp",
"funny-wombats-argue",
"good-pianos-jump",
"great-icons-retire",
"green-eggs-approve",
"green-hounds-play",
"honest-icons-change",
"hungry-dots-fry",
"hungry-tips-unite",
"itchy-lions-wash",
"khaki-mails-draw",
"kind-deers-lay",
"kind-eagles-join",
"large-clouds-carry",
"lazy-spiders-think",
"light-pens-watch",
"long-crews-return",
Expand All @@ -48,8 +54,10 @@
"moody-frogs-exist",
"moody-owls-cry",
"new-boats-wait",
"ninety-dingos-walk",
"odd-needles-joke",
"odd-schools-wait",
"odd-shoes-cheat",
"polite-pumpkins-guess",
"poor-eggs-enjoy",
"popular-mangos-rest",
Expand All @@ -66,6 +74,7 @@
"slimy-clouds-talk",
"small-papayas-laugh",
"soft-geese-learn",
"sour-forks-stare",
"sour-rules-march",
"stale-comics-look",
"strong-lemons-provide",
Expand Down
22 changes: 22 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# svelte

## 5.0.0-next.16

### Patch Changes

- fix: delegate events on elements with bind-this ([#9696](https://github.com/sveltejs/svelte/pull/9696))

- fix: ensure implicit children snippet renders correctly ([#9706](https://github.com/sveltejs/svelte/pull/9706))

- fix: ensure `$slots` exists in runes mode ([#9718](https://github.com/sveltejs/svelte/pull/9718))

- fix: allow `bind:this` with dynamic type on inputs ([#9713](https://github.com/sveltejs/svelte/pull/9713))

- fix: port over props that were set prior to initialization ([#9704](https://github.com/sveltejs/svelte/pull/9704))

- feat: $inspect rune ([#9705](https://github.com/sveltejs/svelte/pull/9705))

- fix: keep fallback value after spread update not setting that prop ([#9717](https://github.com/sveltejs/svelte/pull/9717))

- fix: tweak const tag parsing ([#9715](https://github.com/sveltejs/svelte/pull/9715))

- chore: remove redundant hydration code ([#9698](https://github.com/sveltejs/svelte/pull/9698))

## 5.0.0-next.15

### 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.15",
"version": "5.0.0-next.16",
"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.15';
export const VERSION = '5.0.0-next.16';
export const PUBLIC_VERSION = '5';

0 comments on commit 7826510

Please sign in to comment.