Skip to content

Commit e63afe8

Browse files
Version Packages (next)
1 parent 94aab90 commit e63afe8

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
@@ -30,6 +30,8 @@
3030
"dirty-garlics-design",
3131
"dirty-tips-add",
3232
"dry-clocks-grow",
33+
"dry-eggs-play",
34+
"dry-eggs-retire",
3335
"dull-mangos-wave",
3436
"early-ads-tie",
3537
"eight-steaks-shout",
@@ -74,6 +76,7 @@
7476
"lazy-months-knock",
7577
"lazy-spiders-think",
7678
"lemon-geese-drum",
79+
"light-humans-hang",
7780
"light-pens-watch",
7881
"long-buckets-lay",
7982
"long-crews-return",
@@ -91,6 +94,7 @@
9194
"odd-schools-wait",
9295
"odd-shoes-cheat",
9396
"old-flies-jog",
97+
"old-houses-drum",
9498
"old-mails-sneeze",
9599
"orange-dingos-poke",
96100
"polite-dolphins-care",
@@ -114,6 +118,7 @@
114118
"seven-deers-jam",
115119
"seven-ravens-check",
116120
"sharp-gorillas-impress",
121+
"sharp-kids-happen",
117122
"sharp-tomatoes-learn",
118123
"shiny-baboons-play",
119124
"shiny-shrimps-march",

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.29
4+
5+
### Patch Changes
6+
7+
- fix: improve text node output ([#10081](https://github.com/sveltejs/svelte/pull/10081))
8+
9+
- fix: improve style parser whitespace handling ([#10077](https://github.com/sveltejs/svelte/pull/10077))
10+
11+
- fix: support TypeScript's `satisfies` operator ([#10068](https://github.com/sveltejs/svelte/pull/10068))
12+
13+
- fix: provide `unstate` in server environment ([`877ff1ee7`](https://github.com/sveltejs/svelte/commit/877ff1ee7d637e2248145d975748e1012a977396))
14+
15+
- fix: always treat spread attributes as reactive and separate them if needed ([#10071](https://github.com/sveltejs/svelte/pull/10071))
16+
317
## 5.0.0-next.28
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.28",
5+
"version": "5.0.0-next.29",
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.28';
9+
export const VERSION = '5.0.0-next.29';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)