Skip to content

Commit e48633e

Browse files
Version Packages (next)
1 parent a271878 commit e48633e

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
@@ -102,6 +102,7 @@
102102
"neat-dingos-clap",
103103
"new-boats-wait",
104104
"ninety-dingos-walk",
105+
"odd-buckets-lie",
105106
"odd-needles-joke",
106107
"odd-schools-wait",
107108
"odd-shoes-cheat",
@@ -132,6 +133,7 @@
132133
"serious-socks-cover",
133134
"serious-zebras-scream",
134135
"seven-deers-jam",
136+
"seven-jobs-sniff",
135137
"seven-ravens-check",
136138
"sharp-gorillas-impress",
137139
"sharp-kids-happen",
@@ -143,6 +145,7 @@
143145
"slimy-walls-draw",
144146
"slow-beds-shave",
145147
"slow-chefs-dream",
148+
"slow-wombats-reply",
146149
"small-papayas-laugh",
147150
"smart-parents-swim",
148151
"smart-zebras-pay",
@@ -151,6 +154,7 @@
151154
"soft-tigers-wink",
152155
"sour-forks-stare",
153156
"sour-rules-march",
157+
"sour-weeks-fix",
154158
"spicy-plums-admire",
155159
"spotty-pens-agree",
156160
"stale-books-perform",

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.34
4+
5+
### Patch Changes
6+
7+
- fix: improve code generation ([#10156](https://github.com/sveltejs/svelte/pull/10156))
8+
9+
- fix: adjust `$inspect.with` type ([`c7cb90c91`](https://github.com/sveltejs/svelte/commit/c7cb90c91cd3553ad59126267c9bfddecbb290b4))
10+
11+
- fix: improve how transitions are handled on mount ([#10157](https://github.com/sveltejs/svelte/pull/10157))
12+
13+
- fix: adjust `parse` return type ([`a271878ab`](https://github.com/sveltejs/svelte/commit/a271878abe7018923839401129b18082eb2c811a))
14+
315
## 5.0.0-next.33
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.33",
5+
"version": "5.0.0-next.34",
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.33';
9+
export const VERSION = '5.0.0-next.34';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)