Skip to content

Commit 7cb2a6a

Browse files
Version Packages (next)
1 parent 8fef412 commit 7cb2a6a

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"large-clouds-carry",
180180
"large-turkeys-deny",
181181
"late-crabs-lay",
182+
"late-grapes-judge",
182183
"late-peaches-mate",
183184
"lazy-masks-sit",
184185
"lazy-months-knock",
@@ -252,6 +253,7 @@
252253
"polite-pumpkins-guess",
253254
"polite-ravens-study",
254255
"poor-eggs-enjoy",
256+
"poor-hats-design",
255257
"poor-seahorses-flash",
256258
"popular-ligers-perform",
257259
"popular-mangos-rest",
@@ -410,6 +412,7 @@
410412
"unlucky-steaks-warn",
411413
"unlucky-trees-lick",
412414
"violet-pigs-jam",
415+
"weak-drinks-speak",
413416
"weak-terms-destroy",
414417
"wet-games-fly",
415418
"wet-wombats-repeat",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.106
4+
5+
### Patch Changes
6+
7+
- feat: use state proxy ancestry for ownership validation ([#11184](https://github.com/sveltejs/svelte/pull/11184))
8+
9+
- fix: return ast from `compile` (like Svelte 4 does) ([#11191](https://github.com/sveltejs/svelte/pull/11191))
10+
11+
- fix: ensure bind:this unmount behavior for members is conditional ([#11193](https://github.com/sveltejs/svelte/pull/11193))
12+
313
## 5.0.0-next.105
414

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

0 commit comments

Comments
 (0)