Skip to content

Commit 019b26b

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

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
@@ -80,6 +80,7 @@
8080
"curvy-flies-exercise",
8181
"curvy-ties-shout",
8282
"cyan-colts-raise",
83+
"cyan-ducks-teach",
8384
"cyan-flowers-destroy",
8485
"cyan-spies-grin",
8586
"cyan-squids-drive",
@@ -213,11 +214,13 @@
213214
"khaki-cooks-develop",
214215
"khaki-ligers-sing",
215216
"khaki-mails-draw",
217+
"khaki-mails-scream",
216218
"khaki-monkeys-cry",
217219
"khaki-moose-arrive",
218220
"khaki-tomatoes-rule",
219221
"kind-baboons-approve",
220222
"kind-deers-lay",
223+
"kind-doors-grin",
221224
"kind-dots-sort",
222225
"kind-eagles-join",
223226
"kind-rings-flash",
@@ -321,6 +324,7 @@
321324
"poor-hats-design",
322325
"poor-seahorses-flash",
323326
"popular-apes-bathe",
327+
"popular-games-hug",
324328
"popular-ligers-perform",
325329
"popular-mangos-rest",
326330
"popular-walls-hunt",

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.135
4+
5+
### Patch Changes
6+
7+
- fix: make messages more consistent ([#11643](https://github.com/sveltejs/svelte/pull/11643))
8+
9+
- feat: introduce `rootDir` compiler option, make `filename` relative to it ([#11627](https://github.com/sveltejs/svelte/pull/11627))
10+
11+
- fix: rename `__svelte_meta.filename` to `__svelte_meta.file` to align with svelte 4 ([#11627](https://github.com/sveltejs/svelte/pull/11627))
12+
13+
- fix: avoid state_referenced_locally warning within type annotations ([#11638](https://github.com/sveltejs/svelte/pull/11638))
14+
315
## 5.0.0-next.134
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.134",
5+
"version": "5.0.0-next.135",
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.134';
9+
export const VERSION = '5.0.0-next.135';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)