Skip to content

Commit 6cd17b8

Browse files
Version Packages (next)
1 parent 2ad5e53 commit 6cd17b8

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
@@ -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

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.27
4+
5+
### Patch Changes
6+
7+
- A transition's parameters are now evaluated when the transition is initialized. ([#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 issue with assigning prop values as defaults of other props ([#9985](https://github.com/sveltejs/svelte/pull/9985))
12+
13+
- Fix interopability between backticks and templates ([#9973](https://github.com/sveltejs/svelte/pull/9973))
14+
15+
- fix: support hydrating around `<noscript>` ([#9953](https://github.com/sveltejs/svelte/pull/9953))
16+
317
## 5.0.0-next.26
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.26",
5+
"version": "5.0.0-next.27",
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.26';
9+
export const VERSION = '5.0.0-next.27';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)