Skip to content

Commit

Permalink
Version Packages (next) (#12536)
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] committed Jul 22, 2024
1 parent 73ac4fe commit 53d32d4
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 @@ -385,10 +385,12 @@
"nasty-mayflies-smoke",
"nasty-yaks-peel",
"neat-boats-shake",
"neat-boxes-chew",
"neat-dingos-clap",
"neat-files-rescue",
"neat-jokes-beam",
"nervous-berries-boil",
"nervous-dolphins-allow",
"nervous-ducks-repeat",
"nervous-spoons-relax",
"nervous-turkeys-end",
Expand Down Expand Up @@ -645,6 +647,7 @@
"ten-worms-reflect",
"tender-lemons-judge",
"tender-rocks-walk",
"tender-suns-love",
"thick-cycles-rule",
"thick-pans-tell",
"thick-shirts-deliver",
Expand Down Expand Up @@ -695,6 +698,7 @@
"two-dogs-accept",
"two-dragons-yell",
"two-falcons-buy",
"two-keys-watch",
"unlucky-boxes-obey",
"unlucky-steaks-warn",
"unlucky-trees-lick",
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.194

### Patch Changes

- fix: bail-out of hydrating head if no anchor is found ([#12541](https://github.com/sveltejs/svelte/pull/12541))

- chore: add warning for invalid render function of createRawSnippet ([#12535](https://github.com/sveltejs/svelte/pull/12535))

- fix: correctly set filename on HMR wrappers ([#12543](https://github.com/sveltejs/svelte/pull/12543))

- fix: only emit binding_property_non_reactive warning in runes mode ([#12544](https://github.com/sveltejs/svelte/pull/12544))

## 5.0.0-next.193

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

0 comments on commit 53d32d4

Please sign in to comment.