Skip to content

Commit d07a3ba

Browse files
chore: release eslint-plugin-svelte (next) (#640)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 91b10a1 commit d07a3ba

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"calm-fans-refuse",
99
"cuddly-cats-beam",
1010
"hip-eels-unite",
11+
"shaggy-mirrors-join",
1112
"yellow-icons-explode"
1213
]
1314
}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-svelte
22

3+
## 2.36.0-next.3
4+
5+
### Patch Changes
6+
7+
- [#635](https://github.com/sveltejs/eslint-plugin-svelte/pull/635) [`ec3f1cf`](https://github.com/sveltejs/eslint-plugin-svelte/commit/ec3f1cf5ab1726e2a8b79225c231159333474c71) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: update svelte to v5.0.0-next.16
8+
39
## 2.36.0-next.2
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "2.36.0-next.2",
3+
"version": "2.36.0-next.3",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
66
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",

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 update"
44
export const name = 'eslint-plugin-svelte' as const;
5-
export const version = '2.36.0-next.2' as const;
5+
export const version = '2.36.0-next.3' as const;

0 commit comments

Comments
 (0)