Skip to content

Commit 53d32d4

Browse files
Version Packages (next) (#12536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73ac4fe commit 53d32d4

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,12 @@
385385
"nasty-mayflies-smoke",
386386
"nasty-yaks-peel",
387387
"neat-boats-shake",
388+
"neat-boxes-chew",
388389
"neat-dingos-clap",
389390
"neat-files-rescue",
390391
"neat-jokes-beam",
391392
"nervous-berries-boil",
393+
"nervous-dolphins-allow",
392394
"nervous-ducks-repeat",
393395
"nervous-spoons-relax",
394396
"nervous-turkeys-end",
@@ -645,6 +647,7 @@
645647
"ten-worms-reflect",
646648
"tender-lemons-judge",
647649
"tender-rocks-walk",
650+
"tender-suns-love",
648651
"thick-cycles-rule",
649652
"thick-pans-tell",
650653
"thick-shirts-deliver",
@@ -695,6 +698,7 @@
695698
"two-dogs-accept",
696699
"two-dragons-yell",
697700
"two-falcons-buy",
701+
"two-keys-watch",
698702
"unlucky-boxes-obey",
699703
"unlucky-steaks-warn",
700704
"unlucky-trees-lick",

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 5.0.0-next.194
4+
5+
### Patch Changes
6+
7+
- fix: bail-out of hydrating head if no anchor is found ([#12541](https://github.com/sveltejs/svelte/pull/12541))
8+
9+
- chore: add warning for invalid render function of createRawSnippet ([#12535](https://github.com/sveltejs/svelte/pull/12535))
10+
11+
- fix: correctly set filename on HMR wrappers ([#12543](https://github.com/sveltejs/svelte/pull/12543))
12+
13+
- fix: only emit binding_property_non_reactive warning in runes mode ([#12544](https://github.com/sveltejs/svelte/pull/12544))
14+
315
## 5.0.0-next.193
416

517
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.193",
5+
"version": "5.0.0-next.194",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.193';
9+
export const VERSION = '5.0.0-next.194';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)