Skip to content

Commit

Permalink
Version Packages (next) (#11192)
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 Apr 16, 2024
1 parent 1cc6a32 commit 9aebae8
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 @@ -179,7 +179,9 @@
"large-clouds-carry",
"large-turkeys-deny",
"late-crabs-lay",
"late-grapes-judge",
"late-peaches-mate",
"lazy-knives-happen",
"lazy-masks-sit",
"lazy-months-knock",
"lazy-spiders-think",
Expand Down Expand Up @@ -252,6 +254,7 @@
"polite-pumpkins-guess",
"polite-ravens-study",
"poor-eggs-enjoy",
"poor-hats-design",
"poor-seahorses-flash",
"popular-ligers-perform",
"popular-mangos-rest",
Expand Down Expand Up @@ -410,6 +413,7 @@
"unlucky-steaks-warn",
"unlucky-trees-lick",
"violet-pigs-jam",
"weak-drinks-speak",
"weak-terms-destroy",
"wet-games-fly",
"wet-wombats-repeat",
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.106

### Patch Changes

- feat: use state proxy ancestry for ownership validation ([#11184](https://github.com/sveltejs/svelte/pull/11184))

- fix: make snippet effects transparent for transitions ([#11195](https://github.com/sveltejs/svelte/pull/11195))

- fix: return ast from `compile` (like Svelte 4 does) ([#11191](https://github.com/sveltejs/svelte/pull/11191))

- fix: ensure bind:this unmount behavior for members is conditional ([#11193](https://github.com/sveltejs/svelte/pull/11193))

## 5.0.0-next.105

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

0 comments on commit 9aebae8

Please sign in to comment.