Skip to content

Commit a17a28b

Browse files
Version Packages (next) (#13603)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 76067a5 commit a17a28b

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
@@ -58,6 +58,7 @@
5858
"bright-falcons-float",
5959
"bright-needles-pretend",
6060
"bright-peas-juggle",
61+
"bright-seas-brake",
6162
"bright-snakes-sing",
6263
"brown-geckos-fry",
6364
"brown-houses-obey",
@@ -94,6 +95,7 @@
9495
"clean-eels-beg",
9596
"clean-melons-wash",
9697
"clean-shirts-yawn",
98+
"clean-sloths-nail",
9799
"clever-chefs-relate",
98100
"clever-maps-travel",
99101
"clever-rockets-burn",
@@ -318,6 +320,7 @@
318320
"great-icons-retire",
319321
"great-plums-pretend",
320322
"green-baboons-sip",
323+
"green-cameras-bake",
321324
"green-eggs-approve",
322325
"green-fishes-lie",
323326
"green-hounds-play",
@@ -513,6 +516,7 @@
513516
"nervous-dolphins-allow",
514517
"nervous-ducks-repeat",
515518
"nervous-spoons-relax",
519+
"nervous-squids-drop",
516520
"nervous-turkeys-end",
517521
"new-baboons-fetch",
518522
"new-boats-wait",
@@ -709,6 +713,7 @@
709713
"silent-rocks-yell",
710714
"silly-ducks-mix",
711715
"silly-fishes-deny",
716+
"silly-houses-promise",
712717
"silly-laws-happen",
713718
"silly-lies-film",
714719
"silly-masks-exist",

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.266
4+
5+
### Patch Changes
6+
7+
- feat: add hidden until-found and beforematch ([#13612](https://github.com/sveltejs/svelte/pull/13612))
8+
9+
- fix: ensure local prop value is read during teardown ([#13611](https://github.com/sveltejs/svelte/pull/13611))
10+
11+
- fix: take snippets into account when scoping CSS ([#13589](https://github.com/sveltejs/svelte/pull/13589))
12+
13+
- breaking: scope `:not(...)` selectors ([#13568](https://github.com/sveltejs/svelte/pull/13568))
14+
15+
- breaking: scope `:has(...)` selectors ([#13567](https://github.com/sveltejs/svelte/pull/13567))
16+
317
## 5.0.0-next.265
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.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)