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 Aug 10, 2024
1 parent d8954d7 commit 8d86402
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"cool-poems-watch",
"cool-rabbits-tickle",
"cool-roses-trade",
"cool-turtles-travel",
"cuddly-pianos-drop",
"cuddly-points-tickle",
"curly-cooks-cheer",
Expand Down Expand Up @@ -618,6 +619,7 @@
"smooth-pens-exist",
"smooth-pens-protect",
"smooth-rings-rush",
"smooth-windows-explain",
"soft-clocks-remember",
"soft-geese-learn",
"soft-months-grab",
Expand Down Expand Up @@ -653,6 +655,7 @@
"strong-pans-doubt",
"stupid-bottles-lay",
"stupid-parents-crash",
"stupid-rivers-stare",
"sweet-bottles-check",
"sweet-mangos-beg",
"sweet-pens-sniff",
Expand Down Expand Up @@ -785,6 +788,7 @@
"wise-ties-clap",
"witty-bikes-shave",
"witty-camels-warn",
"witty-frogs-cheat",
"witty-hornets-think",
"witty-phones-retire",
"witty-readers-provide",
Expand Down
12 changes: 12 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# svelte

## 5.0.0-next.213

### Patch Changes

- fix: ensure custom elements do not sync flush on mount ([#12787](https://github.com/sveltejs/svelte/pull/12787))

- fix: ensure event handlers referencing $host are not hoisted ([#12775](https://github.com/sveltejs/svelte/pull/12775))

- fix: provide more hydration mismatch coverage ([#12755](https://github.com/sveltejs/svelte/pull/12755))

- chore: simpler fallback values ([#12788](https://github.com/sveltejs/svelte/pull/12788))

## 5.0.0-next.212

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

0 comments on commit 8d86402

Please sign in to comment.