Skip to content

Commit 03253b3

Browse files
chore: release svelte-eslint-parser (next) (#484)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aafeb17 commit 03253b3

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
"grumpy-dolphins-pay",
1515
"grumpy-pans-guess",
1616
"honest-mangos-wave",
17+
"loud-geese-trade",
1718
"nine-pandas-fly",
1819
"ninety-shoes-clean",
1920
"rare-months-bow",
2021
"rare-teachers-search",
2122
"sharp-kangaroos-tease",
2223
"tasty-ants-ring",
24+
"twelve-bulldogs-peel",
2325
"twenty-cats-shave",
2426
"yellow-cooks-end",
2527
"yellow-hornets-bow"

CHANGELOG.md

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

3+
## 0.34.0-next.11
4+
5+
### Minor Changes
6+
7+
- [#437](https://github.com/sveltejs/svelte-eslint-parser/pull/437) [`a27697a`](https://github.com/sveltejs/svelte-eslint-parser/commit/a27697a715072ae6adddf228976f23bab6d48fb8) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: change it to use modern AST, if svelte v5 is installed
8+
9+
- [#477](https://github.com/sveltejs/svelte-eslint-parser/pull/477) [`5f2b111`](https://github.com/sveltejs/svelte-eslint-parser/commit/5f2b1112e1ceacfabb292e51d33492fba878bc6c) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add experimental support for generics directive
10+
311
## 0.34.0-next.10
412

513
### Minor Changes

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.10",
3+
"version": "0.34.0-next.11",
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",

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.10" as const;
5+
export const version = "0.34.0-next.11" as const;

0 commit comments

Comments
 (0)