Skip to content

Commit

Permalink
Version Packages (next) (#12897)
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] authored Aug 18, 2024
1 parent aa5c442 commit 4c006d1
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 @@ -295,6 +295,7 @@
"hip-balloons-begin",
"hip-garlics-tap",
"hip-goats-smoke",
"hip-jeans-provide",
"hip-months-breathe",
"hip-pumpkins-boil",
"hip-stingrays-teach",
Expand Down Expand Up @@ -426,6 +427,7 @@
"nasty-glasses-begin",
"nasty-lions-double",
"nasty-mayflies-smoke",
"nasty-penguins-pump",
"nasty-yaks-peel",
"neat-boats-shake",
"neat-boxes-chew",
Expand Down Expand Up @@ -474,6 +476,7 @@
"orange-comics-prove",
"orange-crews-rescue",
"orange-dingos-poke",
"orange-laws-drop",
"orange-masks-exercise",
"orange-yaks-protect",
"orange-zoos-heal",
Expand Down Expand Up @@ -781,6 +784,7 @@
"two-falcons-buy",
"two-keys-watch",
"unlucky-boxes-obey",
"unlucky-points-clap",
"unlucky-steaks-warn",
"unlucky-trees-lick",
"violet-mails-trade",
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.225

### Patch Changes

- chore: improve the performance of set_text for single expressions ([#12893](https://github.com/sveltejs/svelte/pull/12893))

- fix: add cleanup function signature to `createRawSnippet` ([#12894](https://github.com/sveltejs/svelte/pull/12894))

- feat: more efficient checking for missing SSR text node ([#12891](https://github.com/sveltejs/svelte/pull/12891))

- fix: ensure nullish expressions render empty text ([#12898](https://github.com/sveltejs/svelte/pull/12898))

## 5.0.0-next.224

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

0 comments on commit 4c006d1

Please sign in to comment.