Skip to content

Commit 643236f

Browse files
Version Packages (next)
1 parent 829be3d commit 643236f

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@
318318
"great-icons-retire",
319319
"great-plums-pretend",
320320
"green-baboons-sip",
321+
"green-cameras-bake",
321322
"green-eggs-approve",
322323
"green-fishes-lie",
323324
"green-hounds-play",
@@ -513,6 +514,7 @@
513514
"nervous-dolphins-allow",
514515
"nervous-ducks-repeat",
515516
"nervous-spoons-relax",
517+
"nervous-squids-drop",
516518
"nervous-turkeys-end",
517519
"new-baboons-fetch",
518520
"new-boats-wait",
@@ -709,6 +711,7 @@
709711
"silent-rocks-yell",
710712
"silly-ducks-mix",
711713
"silly-fishes-deny",
714+
"silly-houses-promise",
712715
"silly-laws-happen",
713716
"silly-lies-film",
714717
"silly-masks-exist",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.266
4+
5+
### Patch Changes
6+
7+
- fix: take snippets into account when scoping CSS ([#13589](https://github.com/sveltejs/svelte/pull/13589))
8+
9+
- breaking: scope `:not(...)` selectors ([#13568](https://github.com/sveltejs/svelte/pull/13568))
10+
11+
- breaking: scope `:has(...)` selectors ([#13567](https://github.com/sveltejs/svelte/pull/13567))
12+
313
## 5.0.0-next.265
414

515
### 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)