Skip to content

Commit dfc55c1

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

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"happy-suits-film",
133133
"healthy-planes-vanish",
134134
"heavy-comics-move",
135+
"heavy-ducks-leave",
135136
"heavy-ears-rule",
136137
"hip-balloons-begin",
137138
"honest-buses-add",
@@ -250,6 +251,7 @@
250251
"red-feet-worry",
251252
"red-poets-study",
252253
"rich-cobras-exist",
254+
"rich-garlics-laugh",
253255
"rich-olives-yell",
254256
"rich-sheep-burn",
255257
"rich-tables-sing",
@@ -366,6 +368,7 @@
366368
"three-icons-trade",
367369
"three-lions-visit",
368370
"three-papayas-buy",
371+
"three-rice-tie",
369372
"three-suits-grin",
370373
"tidy-buses-whisper",
371374
"tidy-starfishes-allow",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.95
4+
5+
### Patch Changes
6+
7+
- breaking: robustify interop of exports and props in runes mode ([#11064](https://github.com/sveltejs/svelte/pull/11064))
8+
9+
- fix: improve handled of unowned derived signals ([#11077](https://github.com/sveltejs/svelte/pull/11077))
10+
11+
- fix: bundle CSS types ([#11067](https://github.com/sveltejs/svelte/pull/11067))
12+
313
## 5.0.0-next.94
414

515
### 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.94",
5+
"version": "5.0.0-next.95",
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.94';
9+
export const VERSION = '5.0.0-next.95';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)