Skip to content

Commit dee7295

Browse files
chore: release svelte-eslint-parser (next)
1 parent f722d7c commit dee7295

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

Diff for: .changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
"blue-pets-play",
1010
"brown-cheetahs-greet",
1111
"eighty-books-study",
12+
"four-ears-appear",
1213
"friendly-hats-flow",
1314
"grumpy-dolphins-pay",
1415
"grumpy-pans-guess",
1516
"honest-mangos-wave",
1617
"nine-pandas-fly",
1718
"ninety-shoes-clean",
1819
"rare-months-bow",
20+
"rare-teachers-search",
1921
"sharp-kangaroos-tease",
2022
"tasty-ants-ring",
2123
"twenty-cats-shave",

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte-eslint-parser
22

3+
## 0.34.0-next.10
4+
5+
### Minor Changes
6+
7+
- [#479](https://github.com/sveltejs/svelte-eslint-parser/pull/479) [`850ad74`](https://github.com/sveltejs/svelte-eslint-parser/commit/850ad74176416978e360f6c23e4479bff81baea6) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for `$derived.by` type
8+
9+
### Patch Changes
10+
11+
- [#483](https://github.com/sveltejs/svelte-eslint-parser/pull/483) [`f722d7c`](https://github.com/sveltejs/svelte-eslint-parser/commit/f722d7c047706b4a051999b28d482d0069667da5) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: for svelte v5.0.0-next.68 & support optional `{@render}`
12+
313
## 0.34.0-next.9
414

515
### Minor Changes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-eslint-parser",
3-
"version": "0.34.0-next.9",
3+
"version": "0.34.0-next.10",
44
"description": "Svelte parser for ESLint",
55
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",
66
"homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",

Diff for: src/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run build:meta"
44
export const name = "svelte-eslint-parser" as const;
5-
export const version = "0.34.0-next.9" as const;
5+
export const version = "0.34.0-next.10" as const;

0 commit comments

Comments
 (0)