Skip to content

Commit 1444409

Browse files
Version Packages (next)
1 parent fd6dd45 commit 1444409

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
@@ -326,6 +326,7 @@
326326
"mighty-files-hammer",
327327
"mighty-frogs-obey",
328328
"modern-apricots-promise",
329+
"modern-fishes-double",
329330
"moody-carrots-lay",
330331
"moody-frogs-exist",
331332
"moody-ghosts-buy",
@@ -385,6 +386,7 @@
385386
"polite-dolphins-care",
386387
"polite-pumpkins-guess",
387388
"polite-ravens-study",
389+
"polite-ways-serve",
388390
"poor-eggs-enjoy",
389391
"poor-hats-design",
390392
"poor-seahorses-flash",

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.165
4+
5+
### Patch Changes
6+
7+
- breaking: bump dts-buddy ([#12134](https://github.com/sveltejs/svelte/pull/12134))
8+
9+
- fix: throw compilation error for malformed snippets ([#12144](https://github.com/sveltejs/svelte/pull/12144))
10+
311
## 5.0.0-next.164
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.164",
5+
"version": "5.0.0-next.165",
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.164';
9+
export const VERSION = '5.0.0-next.165';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)