Skip to content

Commit 9aebae8

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

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
@@ -179,7 +179,9 @@
179179
"large-clouds-carry",
180180
"large-turkeys-deny",
181181
"late-crabs-lay",
182+
"late-grapes-judge",
182183
"late-peaches-mate",
184+
"lazy-knives-happen",
183185
"lazy-masks-sit",
184186
"lazy-months-knock",
185187
"lazy-spiders-think",
@@ -252,6 +254,7 @@
252254
"polite-pumpkins-guess",
253255
"polite-ravens-study",
254256
"poor-eggs-enjoy",
257+
"poor-hats-design",
255258
"poor-seahorses-flash",
256259
"popular-ligers-perform",
257260
"popular-mangos-rest",
@@ -410,6 +413,7 @@
410413
"unlucky-steaks-warn",
411414
"unlucky-trees-lick",
412415
"violet-pigs-jam",
416+
"weak-drinks-speak",
413417
"weak-terms-destroy",
414418
"wet-games-fly",
415419
"wet-wombats-repeat",

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.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: make snippet effects transparent for transitions ([#11195](https://github.com/sveltejs/svelte/pull/11195))
10+
11+
- fix: return ast from `compile` (like Svelte 4 does) ([#11191](https://github.com/sveltejs/svelte/pull/11191))
12+
13+
- fix: ensure bind:this unmount behavior for members is conditional ([#11193](https://github.com/sveltejs/svelte/pull/11193))
14+
315
## 5.0.0-next.105
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.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)