Skip to content

Commit ce66998

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

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
@@ -339,6 +339,7 @@
339339
"many-rockets-give",
340340
"many-trees-fix",
341341
"mean-jokes-exist",
342+
"mean-numbers-cry",
342343
"metal-clouds-raise",
343344
"metal-lobsters-burn",
344345
"metal-pans-trade",
@@ -452,6 +453,7 @@
452453
"rich-plums-thank",
453454
"rich-sheep-burn",
454455
"rich-tables-sing",
456+
"rich-taxis-hear",
455457
"rich-waves-mix",
456458
"rotten-bags-type",
457459
"rotten-buckets-develop",
@@ -526,6 +528,7 @@
526528
"slow-plums-chew",
527529
"slow-wombats-reply",
528530
"small-apples-eat",
531+
"small-chefs-sing",
529532
"small-owls-remain",
530533
"small-papayas-laugh",
531534
"small-sheep-type",
@@ -550,6 +553,7 @@
550553
"sour-geese-listen",
551554
"sour-jeans-collect",
552555
"sour-rules-march",
556+
"sour-tomatoes-knock",
553557
"sour-weeks-fix",
554558
"spicy-jeans-deliver",
555559
"spicy-peas-vanish",
@@ -691,6 +695,7 @@
691695
"witty-hornets-think",
692696
"witty-phones-retire",
693697
"witty-readers-provide",
698+
"witty-sloths-impress",
694699
"witty-steaks-dream",
695700
"witty-tomatoes-care",
696701
"witty-years-crash",

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.180
4+
5+
### Patch Changes
6+
7+
- fix: handle nested `:global(...)` selectors ([#12365](https://github.com/sveltejs/svelte/pull/12365))
8+
9+
- feat: include CSS in `<head>` when `css: 'injected'` ([#12374](https://github.com/sveltejs/svelte/pull/12374))
10+
11+
- fix: destroy effects that error on creation ([#12376](https://github.com/sveltejs/svelte/pull/12376))
12+
13+
- breaking: rename `legacy.componentApi` to `compatibility.componentApi` ([#12370](https://github.com/sveltejs/svelte/pull/12370))
14+
15+
- fix: correctly validate `<svelte:component>` with `bind:this` ([#12368](https://github.com/sveltejs/svelte/pull/12368))
16+
317
## 5.0.0-next.179
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.179",
5+
"version": "5.0.0-next.180",
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.179';
9+
export const VERSION = '5.0.0-next.180';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)