Skip to content

Commit

Permalink
Version Packages (next) (#11714)
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 May 22, 2024
1 parent 4a3f7ac commit c3489eb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"chilly-snakes-scream",
"clean-eels-beg",
"clever-chefs-relate",
"clever-maps-travel",
"clever-rockets-burn",
"clever-sloths-push",
"cold-birds-own",
Expand Down Expand Up @@ -208,6 +209,7 @@
"hungry-tips-unite",
"hungry-trees-travel",
"itchy-beans-melt",
"itchy-beds-kneel",
"itchy-bulldogs-tan",
"itchy-eels-marry",
"itchy-kings-deliver",
Expand Down Expand Up @@ -268,6 +270,7 @@
"lucky-toes-begin",
"many-rockets-give",
"many-trees-fix",
"mean-jokes-exist",
"metal-clouds-raise",
"metal-lobsters-burn",
"mighty-cooks-scream",
Expand Down Expand Up @@ -435,6 +438,7 @@
"soft-tigers-wink",
"sour-bags-fail",
"sour-forks-stare",
"sour-jeans-collect",
"sour-rules-march",
"sour-weeks-fix",
"spicy-jeans-deliver",
Expand Down Expand Up @@ -469,6 +473,7 @@
"tall-shrimps-worry",
"tall-tigers-wait",
"tame-cycles-kneel",
"tame-dots-battle",
"tame-spies-drum",
"tasty-cheetahs-appear",
"tasty-numbers-perform",
Expand Down
14 changes: 14 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# svelte

## 5.0.0-next.138

### Patch Changes

- fix: allow comments after last selector in css ([#11723](https://github.com/sveltejs/svelte/pull/11723))

- fix: don't add scoping modifier to nesting selectors ([#11713](https://github.com/sveltejs/svelte/pull/11713))

- chore: speedup hydration around input and select values ([#11717](https://github.com/sveltejs/svelte/pull/11717))

- fix: update value like attributes in a separate template_effect ([#11720](https://github.com/sveltejs/svelte/pull/11720))

- fix: improve handling of unowned derived signal ([#11712](https://github.com/sveltejs/svelte/pull/11712))

## 5.0.0-next.137

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

0 comments on commit c3489eb

Please sign in to comment.