Skip to content

Commit 03bb137

Browse files
chore: release eslint-plugin-svelte (next)
1 parent b11ff34 commit 03bb137

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"brown-gorillas-fly",
99
"calm-fans-refuse",
1010
"cuddly-cats-beam",
11+
"fifty-deers-pretend",
1112
"hip-eels-unite",
13+
"popular-hotels-invent",
1214
"shaggy-mirrors-join",
1315
"shy-walls-laugh",
1416
"stale-crews-brush",

CHANGELOG.md

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

3+
## 2.36.0-next.7
4+
5+
### Minor Changes
6+
7+
- [#690](https://github.com/sveltejs/eslint-plugin-svelte/pull/690) [`e84397d`](https://github.com/sveltejs/eslint-plugin-svelte/commit/e84397dd71300fc5e4200e9e6c807a3e5f901e23) Thanks [@sdarnell](https://github.com/sdarnell)! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule.
8+
9+
### Patch Changes
10+
11+
- [#693](https://github.com/sveltejs/eslint-plugin-svelte/pull/693) [`b11ff34`](https://github.com/sveltejs/eslint-plugin-svelte/commit/b11ff34de949f778d9344ec1143d1a636864d95b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update dependencies & some fixes
12+
313
## 2.36.0-next.6
414

515
### 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.6",
3+
"version": "2.36.0-next.7",
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.6' as const;
5+
export const version = '2.36.0-next.7' as const;

0 commit comments

Comments
 (0)