Skip to content

Commit

Permalink
Version Packages (next) (#11201)
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] authored Apr 17, 2024
1 parent 3d49731 commit 4ef6454
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 @@ -76,6 +76,7 @@
"dry-clocks-grow",
"dry-eggs-play",
"dry-eggs-retire",
"dry-fans-march",
"dry-pillows-exist",
"dull-coins-vanish",
"dull-mangos-wave",
Expand Down Expand Up @@ -162,6 +163,7 @@
"hungry-trees-travel",
"itchy-beans-melt",
"itchy-bulldogs-tan",
"itchy-eels-marry",
"itchy-kings-deliver",
"itchy-lions-wash",
"itchy-terms-guess",
Expand Down Expand Up @@ -279,6 +281,7 @@
"rich-cobras-exist",
"rich-garlics-laugh",
"rich-olives-yell",
"rich-plums-thank",
"rich-sheep-burn",
"rich-tables-sing",
"rich-waves-mix",
Expand Down Expand Up @@ -308,6 +311,7 @@
"sharp-kids-happen",
"sharp-tomatoes-learn",
"shiny-baboons-play",
"shiny-rats-heal",
"shiny-shrimps-march",
"short-buses-camp",
"short-countries-rush",
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.107

### Patch Changes

- fix: refine css `:global()` selector checks in a compound selector ([#11142](https://github.com/sveltejs/svelte/pull/11142))

- fix: remove memory leak from bind:this ([#11194](https://github.com/sveltejs/svelte/pull/11194))

- fix: remove memory leak from retaining old DOM elements ([#11197](https://github.com/sveltejs/svelte/pull/11197))

- feat: add warning when using `$bindable` rune without calling it ([#11181](https://github.com/sveltejs/svelte/pull/11181))

## 5.0.0-next.106

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

0 comments on commit 4ef6454

Please sign in to comment.