Skip to content

Commit ec25208

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

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"brave-walls-flow",
3939
"breezy-carrots-flash",
4040
"breezy-rules-beg",
41+
"bright-falcons-float",
4142
"bright-peas-juggle",
4243
"bright-snakes-sing",
4344
"brown-geckos-fry",
@@ -61,6 +62,7 @@
6162
"clever-rockets-burn",
6263
"clever-sloths-push",
6364
"cold-birds-own",
65+
"cold-cheetahs-judge",
6466
"cold-masks-learn",
6567
"cool-actors-tan",
6668
"cool-ants-leave",
@@ -97,6 +99,8 @@
9799
"dull-roses-relate",
98100
"early-ads-tie",
99101
"early-months-whisper",
102+
"eight-carrots-hunt",
103+
"eight-cougars-watch",
100104
"eight-hornets-punch",
101105
"eight-pianos-raise",
102106
"eight-steaks-shout",
@@ -209,6 +213,7 @@
209213
"khaki-cooks-develop",
210214
"khaki-ligers-sing",
211215
"khaki-mails-draw",
216+
"khaki-monkeys-cry",
212217
"khaki-moose-arrive",
213218
"khaki-tomatoes-rule",
214219
"kind-baboons-approve",
@@ -234,6 +239,7 @@
234239
"light-humans-hang",
235240
"light-penguins-invent",
236241
"light-pens-watch",
242+
"little-ligers-exist",
237243
"little-pans-jog",
238244
"long-buckets-lay",
239245
"long-crews-return",
@@ -501,6 +507,7 @@
501507
"unlucky-trees-lick",
502508
"violet-mugs-behave",
503509
"violet-pigs-jam",
510+
"warm-cherries-shake",
504511
"weak-drinks-speak",
505512
"weak-frogs-bow",
506513
"weak-terms-destroy",
@@ -527,6 +534,7 @@
527534
"witty-years-crash",
528535
"yellow-pugs-raise",
529536
"yellow-taxis-double",
537+
"yellow-trees-juggle",
530538
"young-ads-roll",
531539
"young-masks-refuse"
532540
]

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.134
4+
5+
### Patch Changes
6+
7+
- chore: improve SSR invalid element error message ([#11585](https://github.com/sveltejs/svelte/pull/11585))
8+
9+
- fix: deduplicate children prop and default slot ([#10800](https://github.com/sveltejs/svelte/pull/10800))
10+
11+
- feat: error on imports to `svelte/internal/*` ([#11632](https://github.com/sveltejs/svelte/pull/11632))
12+
13+
- fix: better handle img loading attribute ([#11635](https://github.com/sveltejs/svelte/pull/11635))
14+
15+
- feat: add $state.is rune ([#11613](https://github.com/sveltejs/svelte/pull/11613))
16+
17+
- feat: provide $state warnings for accidental equality ([#11610](https://github.com/sveltejs/svelte/pull/11610))
18+
19+
- feat: error when snippet shadow a prop ([#11631](https://github.com/sveltejs/svelte/pull/11631))
20+
21+
- chore: use `new CustomEvent` instead of deprecated `initCustomEvent` ([#11629](https://github.com/sveltejs/svelte/pull/11629))
22+
323
## 5.0.0-next.133
424

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

0 commit comments

Comments
 (0)