Skip to content

Commit 2e9e8e8

Browse files
Version Packages (next) (#10158)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c3e30ef commit 2e9e8e8

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
@@ -15,6 +15,7 @@
1515
"brave-walls-destroy",
1616
"breezy-carrots-flash",
1717
"bright-peas-juggle",
18+
"bright-snakes-sing",
1819
"brown-spoons-boil",
1920
"chatty-cups-drop",
2021
"chatty-taxis-juggle",
@@ -76,6 +77,7 @@
7677
"itchy-terms-guess",
7778
"khaki-mails-draw",
7879
"khaki-moose-arrive",
80+
"kind-baboons-approve",
7981
"kind-deers-lay",
8082
"kind-eagles-join",
8183
"large-clouds-carry",
@@ -102,6 +104,7 @@
102104
"neat-dingos-clap",
103105
"new-boats-wait",
104106
"ninety-dingos-walk",
107+
"odd-buckets-lie",
105108
"odd-needles-joke",
106109
"odd-schools-wait",
107110
"odd-shoes-cheat",
@@ -132,6 +135,7 @@
132135
"serious-socks-cover",
133136
"serious-zebras-scream",
134137
"seven-deers-jam",
138+
"seven-jobs-sniff",
135139
"seven-ravens-check",
136140
"sharp-gorillas-impress",
137141
"sharp-kids-happen",
@@ -143,6 +147,7 @@
143147
"slimy-walls-draw",
144148
"slow-beds-shave",
145149
"slow-chefs-dream",
150+
"slow-wombats-reply",
146151
"small-papayas-laugh",
147152
"smart-parents-swim",
148153
"smart-zebras-pay",
@@ -151,6 +156,7 @@
151156
"soft-tigers-wink",
152157
"sour-forks-stare",
153158
"sour-rules-march",
159+
"sour-weeks-fix",
154160
"spicy-plums-admire",
155161
"spotty-pens-agree",
156162
"stale-books-perform",

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.34
4+
5+
### Patch Changes
6+
7+
- fix: make `@types/estree` a dependency ([#10150](https://github.com/sveltejs/svelte/pull/10150))
8+
9+
- fix: improve intro transitions on dynamic mount ([#10162](https://github.com/sveltejs/svelte/pull/10162))
10+
11+
- fix: improve code generation ([#10156](https://github.com/sveltejs/svelte/pull/10156))
12+
13+
- fix: adjust `$inspect.with` type ([`c7cb90c91`](https://github.com/sveltejs/svelte/commit/c7cb90c91cd3553ad59126267c9bfddecbb290b4))
14+
15+
- fix: improve how transitions are handled on mount ([#10157](https://github.com/sveltejs/svelte/pull/10157))
16+
17+
- fix: adjust `parse` return type ([`a271878ab`](https://github.com/sveltejs/svelte/commit/a271878abe7018923839401129b18082eb2c811a))
18+
319
## 5.0.0-next.33
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.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)