Skip to content

Commit 0ff0b02

Browse files
Version Packages (next)
1 parent 86eae7e commit 0ff0b02

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -49,6 +51,7 @@
4951
"funny-wombats-argue",
5052
"gentle-sheep-hug",
5153
"giant-roses-press",
54+
"good-cars-visit",
5255
"good-pianos-jump",
5356
"great-icons-retire",
5457
"green-eggs-approve",
@@ -74,6 +77,7 @@
7477
"lazy-months-knock",
7578
"lazy-spiders-think",
7679
"lemon-geese-drum",
80+
"light-humans-hang",
7781
"light-pens-watch",
7882
"long-buckets-lay",
7983
"long-crews-return",
@@ -91,6 +95,7 @@
9195
"odd-schools-wait",
9296
"odd-shoes-cheat",
9397
"old-flies-jog",
98+
"old-houses-drum",
9499
"old-mails-sneeze",
95100
"orange-dingos-poke",
96101
"polite-dolphins-care",
@@ -114,6 +119,7 @@
114119
"seven-deers-jam",
115120
"seven-ravens-check",
116121
"sharp-gorillas-impress",
122+
"sharp-kids-happen",
117123
"sharp-tomatoes-learn",
118124
"shiny-baboons-play",
119125
"shiny-shrimps-march",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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: allow input elements within button elements ([#10083](https://github.com/sveltejs/svelte/pull/10083))
12+
13+
- fix: support TypeScript's `satisfies` operator ([#10068](https://github.com/sveltejs/svelte/pull/10068))
14+
15+
- fix: provide `unstate` in server environment ([`877ff1ee7`](https://github.com/sveltejs/svelte/commit/877ff1ee7d637e2248145d975748e1012a977396))
16+
17+
- fix: always treat spread attributes as reactive and separate them if needed ([#10071](https://github.com/sveltejs/svelte/pull/10071))
18+
319
## 5.0.0-next.28
420

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