From 70bd41bf91ed27b491cb709b494a9bd277ba814e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:26:50 +0900 Subject: [PATCH] chore: release eslint-plugin-svelte (next) (#692) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/meta.ts | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index bac833fe2..fd3627767 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,7 +8,9 @@ "brown-gorillas-fly", "calm-fans-refuse", "cuddly-cats-beam", + "fifty-deers-pretend", "hip-eels-unite", + "popular-hotels-invent", "shaggy-mirrors-join", "shy-walls-laugh", "stale-crews-brush", diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a9d4eca..6073af00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-svelte +## 2.36.0-next.7 + +### Minor Changes + +- [#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. + +### Patch Changes + +- [#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 + ## 2.36.0-next.6 ### Patch Changes diff --git a/package.json b/package.json index 681355385..7f1ae2e6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-svelte", - "version": "2.36.0-next.6", + "version": "2.36.0-next.7", "description": "ESLint plugin for Svelte using AST", "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git", "homepage": "https://sveltejs.github.io/eslint-plugin-svelte", diff --git a/src/meta.ts b/src/meta.ts index 27bb4d959..73a4ddeb6 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -2,4 +2,4 @@ // This file has been automatically generated, // in order to update its content execute "pnpm run update" export const name = 'eslint-plugin-svelte' as const; -export const version = '2.36.0-next.6' as const; +export const version = '2.36.0-next.7' as const;