Skip to content

Commit 6307a33

Browse files
Version Packages (next) (#10005)
* Version Packages (next) * Apply suggestions from code review --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rich Harris <[email protected]>
1 parent 69f2840 commit 6307a33

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"beige-flies-wash",
1414
"beige-rabbits-shave",
1515
"brave-walls-destroy",
16+
"bright-peas-juggle",
1617
"brown-spoons-boil",
1718
"chatty-cups-drop",
1819
"chatty-taxis-juggle",
@@ -26,6 +27,7 @@
2627
"curly-lizards-dream",
2728
"dirty-garlics-design",
2829
"dirty-tips-add",
30+
"dry-clocks-grow",
2931
"dull-mangos-wave",
3032
"early-ads-tie",
3133
"eight-steaks-shout",
@@ -56,6 +58,7 @@
5658
"hungry-dots-fry",
5759
"hungry-tips-unite",
5860
"itchy-beans-melt",
61+
"itchy-kings-deliver",
5962
"itchy-lions-wash",
6063
"khaki-mails-draw",
6164
"khaki-moose-arrive",
@@ -69,6 +72,7 @@
6972
"lazy-spiders-think",
7073
"lemon-geese-drum",
7174
"light-pens-watch",
75+
"long-buckets-lay",
7276
"long-crews-return",
7377
"lovely-carpets-lick",
7478
"lovely-items-turn",
@@ -111,6 +115,7 @@
111115
"slow-chefs-dream",
112116
"small-papayas-laugh",
113117
"smart-parents-swim",
118+
"smart-zebras-pay",
114119
"soft-clocks-remember",
115120
"soft-geese-learn",
116121
"sour-forks-stare",

packages/svelte/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 5.0.0-next.27
4+
5+
### Patch Changes
6+
7+
- fix: evaluate transition parameters when the transition runs ([#9836](https://github.com/sveltejs/svelte/pull/9836))
8+
9+
- feat: add `$state.frozen` rune ([#9851](https://github.com/sveltejs/svelte/pull/9851))
10+
11+
- fix: correctly transform prop fallback values that use other props ([#9985](https://github.com/sveltejs/svelte/pull/9985))
12+
13+
- fix: escape template literal characters in text sequences ([#9973](https://github.com/sveltejs/svelte/pull/9973))
14+
15+
- fix: inject comment in place of `<noscript>` in client output ([#9953](https://github.com/sveltejs/svelte/pull/9953))
16+
317
## 5.0.0-next.26
418

519
### Patch Changes

packages/svelte/package.json

+1-1
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.26",
5+
"version": "5.0.0-next.27",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.26';
9+
export const VERSION = '5.0.0-next.27';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)