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 Apr 19, 2024
1 parent 669d2d7 commit 447fd42
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 @@ -204,6 +204,7 @@
"loud-cheetahs-flow",
"loud-mugs-smile",
"loud-ravens-drop",
"loud-socks-look",
"lovely-carpets-lick",
"lovely-houses-own",
"lovely-items-turn",
Expand Down Expand Up @@ -327,6 +328,7 @@
"silly-ways-wash",
"silver-points-approve",
"sixty-items-crash",
"sixty-numbers-hope",
"slimy-clouds-talk",
"slimy-laws-explode",
"slimy-walls-draw",
Expand Down Expand Up @@ -367,6 +369,7 @@
"strong-gifts-smoke",
"strong-lemons-provide",
"strong-pans-doubt",
"stupid-parents-crash",
"sweet-mangos-beg",
"sweet-pens-sniff",
"swift-donkeys-perform",
Expand All @@ -392,6 +395,7 @@
"ten-singers-cough",
"ten-ties-repair",
"ten-worms-reflect",
"tender-rocks-walk",
"thick-cycles-rule",
"thick-pans-tell",
"thick-shirts-deliver",
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.109

### Patch Changes

- fix: more accurate error message when creating orphan effects ([#11227](https://github.com/sveltejs/svelte/pull/11227))

- fix: support `$state.snapshot` as part of variable declarations ([#11235](https://github.com/sveltejs/svelte/pull/11235))

- fix: possible name clash in hoisted functions ([#11237](https://github.com/sveltejs/svelte/pull/11237))

- fix: preserve getters/setters in HMR mode ([#11231](https://github.com/sveltejs/svelte/pull/11231))

## 5.0.0-next.108

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

0 comments on commit 447fd42

Please sign in to comment.