Skip to content

Commit dcc7ed4

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

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
"fresh-walls-bathe",
185185
"fresh-weeks-trade",
186186
"friendly-candles-relate",
187+
"friendly-clouds-rhyme",
187188
"friendly-lies-camp",
188189
"funny-cooks-clean",
189190
"funny-dragons-double",
@@ -210,6 +211,7 @@
210211
"good-cars-visit",
211212
"good-pianos-jump",
212213
"good-plums-type",
214+
"good-rice-tap",
213215
"good-rivers-yawn",
214216
"good-roses-argue",
215217
"gorgeous-boxes-design",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.170
4+
5+
### Patch Changes
6+
7+
- fix: bump dts-buddy for better type generation ([#12262](https://github.com/sveltejs/svelte/pull/12262))
8+
9+
- breaking: expose `CompileError` interface, not class ([#12255](https://github.com/sveltejs/svelte/pull/12255))
10+
311
## 5.0.0-next.169
412

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

0 commit comments

Comments
 (0)