Skip to content

Commit f902099

Browse files
Version Packages (next) (#12972)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cadc0dc commit f902099

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@
375375
"light-humans-hang",
376376
"light-penguins-invent",
377377
"light-pens-watch",
378+
"light-tigers-smoke",
378379
"little-ligers-exist",
379380
"little-pans-jog",
380381
"little-seals-reflect",
@@ -528,6 +529,7 @@
528529
"proud-queens-sniff",
529530
"purple-dragons-peel",
530531
"quick-eagles-sit",
532+
"quick-paws-wash",
531533
"quick-pumpkins-study",
532534
"quiet-apricots-dream",
533535
"quiet-berries-end",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.234
4+
5+
### Patch Changes
6+
7+
- fix: allow deleting non-existent `$restProps` properties ([#12971](https://github.com/sveltejs/svelte/pull/12971))
8+
9+
- feat: only traverse trailing static nodes during hydration ([#12935](https://github.com/sveltejs/svelte/pull/12935))
10+
311
## 5.0.0-next.233
412

513
### 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.233",
5+
"version": "5.0.0-next.234",
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.233';
9+
export const VERSION = '5.0.0-next.234';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)