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 057316c commit 777a2af
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,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 +654,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 +787,7 @@
"wise-ties-clap",
"witty-bikes-shave",
"witty-camels-warn",
"witty-frogs-cheat",
"witty-hornets-think",
"witty-phones-retire",
"witty-readers-provide",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte

## 5.0.0-next.213

### Patch Changes

- 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 777a2af

Please sign in to comment.