Skip to content

Commit 6c0a62d

Browse files
Version Packages (next)
1 parent e9b0908 commit 6c0a62d

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"dirty-garlics-design",
3131
"dirty-tips-add",
3232
"dry-clocks-grow",
33+
"dry-eggs-retire",
3334
"dull-mangos-wave",
3435
"early-ads-tie",
3536
"eight-steaks-shout",
@@ -74,6 +75,7 @@
7475
"lazy-months-knock",
7576
"lazy-spiders-think",
7677
"lemon-geese-drum",
78+
"light-humans-hang",
7779
"light-pens-watch",
7880
"long-buckets-lay",
7981
"long-crews-return",
@@ -91,6 +93,7 @@
9193
"odd-schools-wait",
9294
"odd-shoes-cheat",
9395
"old-flies-jog",
96+
"old-houses-drum",
9497
"old-mails-sneeze",
9598
"orange-dingos-poke",
9699
"polite-dolphins-care",
@@ -114,6 +117,7 @@
114117
"seven-deers-jam",
115118
"seven-ravens-check",
116119
"sharp-gorillas-impress",
120+
"sharp-kids-happen",
117121
"sharp-tomatoes-learn",
118122
"shiny-baboons-play",
119123
"shiny-shrimps-march",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.29
4+
5+
### Patch Changes
6+
7+
- fix: improve style parser whitespace handling ([#10077](https://github.com/sveltejs/svelte/pull/10077))
8+
9+
- fix: support TypeScript's `satisfies` operator ([#10068](https://github.com/sveltejs/svelte/pull/10068))
10+
11+
- fix: provide `unstate` in server environment ([`877ff1ee7`](https://github.com/sveltejs/svelte/commit/877ff1ee7d637e2248145d975748e1012a977396))
12+
13+
- fix: always treat spread attributes as reactive and separate them if needed ([#10071](https://github.com/sveltejs/svelte/pull/10071))
14+
315
## 5.0.0-next.28
416

517
### 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)