Skip to content

Commit c3489eb

Browse files
Version Packages (next) (#11714)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a3f7ac commit c3489eb

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"chilly-snakes-scream",
6161
"clean-eels-beg",
6262
"clever-chefs-relate",
63+
"clever-maps-travel",
6364
"clever-rockets-burn",
6465
"clever-sloths-push",
6566
"cold-birds-own",
@@ -208,6 +209,7 @@
208209
"hungry-tips-unite",
209210
"hungry-trees-travel",
210211
"itchy-beans-melt",
212+
"itchy-beds-kneel",
211213
"itchy-bulldogs-tan",
212214
"itchy-eels-marry",
213215
"itchy-kings-deliver",
@@ -268,6 +270,7 @@
268270
"lucky-toes-begin",
269271
"many-rockets-give",
270272
"many-trees-fix",
273+
"mean-jokes-exist",
271274
"metal-clouds-raise",
272275
"metal-lobsters-burn",
273276
"mighty-cooks-scream",
@@ -435,6 +438,7 @@
435438
"soft-tigers-wink",
436439
"sour-bags-fail",
437440
"sour-forks-stare",
441+
"sour-jeans-collect",
438442
"sour-rules-march",
439443
"sour-weeks-fix",
440444
"spicy-jeans-deliver",
@@ -469,6 +473,7 @@
469473
"tall-shrimps-worry",
470474
"tall-tigers-wait",
471475
"tame-cycles-kneel",
476+
"tame-dots-battle",
472477
"tame-spies-drum",
473478
"tasty-cheetahs-appear",
474479
"tasty-numbers-perform",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.138
4+
5+
### Patch Changes
6+
7+
- fix: allow comments after last selector in css ([#11723](https://github.com/sveltejs/svelte/pull/11723))
8+
9+
- fix: don't add scoping modifier to nesting selectors ([#11713](https://github.com/sveltejs/svelte/pull/11713))
10+
11+
- chore: speedup hydration around input and select values ([#11717](https://github.com/sveltejs/svelte/pull/11717))
12+
13+
- fix: update value like attributes in a separate template_effect ([#11720](https://github.com/sveltejs/svelte/pull/11720))
14+
15+
- fix: improve handling of unowned derived signal ([#11712](https://github.com/sveltejs/svelte/pull/11712))
16+
317
## 5.0.0-next.137
418

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

0 commit comments

Comments
 (0)