Skip to content

Commit 0c58524

Browse files
Version Packages (next) (#10070)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ddd7926 commit 0c58524

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 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,7 +95,9 @@
9195
"odd-schools-wait",
9296
"odd-shoes-cheat",
9397
"old-flies-jog",
98+
"old-houses-drum",
9499
"old-mails-sneeze",
100+
"old-oranges-compete",
95101
"orange-dingos-poke",
96102
"polite-dolphins-care",
97103
"polite-pumpkins-guess",
@@ -114,6 +120,7 @@
114120
"seven-deers-jam",
115121
"seven-ravens-check",
116122
"sharp-gorillas-impress",
123+
"sharp-kids-happen",
117124
"sharp-tomatoes-learn",
118125
"shiny-baboons-play",
119126
"shiny-shrimps-march",

packages/svelte/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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: improve key block reactivity detection ([#10092](https://github.com/sveltejs/svelte/pull/10092))
18+
19+
- fix: always treat spread attributes as reactive and separate them if needed ([#10071](https://github.com/sveltejs/svelte/pull/10071))
20+
321
## 5.0.0-next.28
422

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