Skip to content

Commit 8b3bc8a

Browse files
Version Packages (next)
1 parent 68a2263 commit 8b3bc8a

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"clean-eels-beg",
9595
"clean-melons-wash",
9696
"clean-shirts-yawn",
97+
"clean-sloths-nail",
9798
"clever-chefs-relate",
9899
"clever-maps-travel",
99100
"clever-rockets-burn",
@@ -318,6 +319,7 @@
318319
"great-icons-retire",
319320
"great-plums-pretend",
320321
"green-baboons-sip",
322+
"green-cameras-bake",
321323
"green-eggs-approve",
322324
"green-fishes-lie",
323325
"green-hounds-play",
@@ -513,6 +515,7 @@
513515
"nervous-dolphins-allow",
514516
"nervous-ducks-repeat",
515517
"nervous-spoons-relax",
518+
"nervous-squids-drop",
516519
"nervous-turkeys-end",
517520
"new-baboons-fetch",
518521
"new-boats-wait",
@@ -709,6 +712,7 @@
709712
"silent-rocks-yell",
710713
"silly-ducks-mix",
711714
"silly-fishes-deny",
715+
"silly-houses-promise",
712716
"silly-laws-happen",
713717
"silly-lies-film",
714718
"silly-masks-exist",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.266
4+
5+
### Patch Changes
6+
7+
- fix: ensure local prop value is read during teardown ([#13611](https://github.com/sveltejs/svelte/pull/13611))
8+
9+
- fix: take snippets into account when scoping CSS ([#13589](https://github.com/sveltejs/svelte/pull/13589))
10+
11+
- breaking: scope `:not(...)` selectors ([#13568](https://github.com/sveltejs/svelte/pull/13568))
12+
13+
- breaking: scope `:has(...)` selectors ([#13567](https://github.com/sveltejs/svelte/pull/13567))
14+
315
## 5.0.0-next.265
416

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

0 commit comments

Comments
 (0)