Skip to content

Commit 7dc838c

Browse files
chore: release eslint-plugin-svelte (next) (#1044)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 778427e commit 7dc838c

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
@@ -22,6 +22,7 @@
2222
"green-squids-compete",
2323
"grumpy-deers-film",
2424
"hip-avocados-call",
25+
"hot-oranges-own",
2526
"hungry-grapes-shave",
2627
"itchy-dragons-boil",
2728
"lazy-eyes-wait",

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.0.0-next.17
4+
5+
### Major Changes
6+
7+
- [#1043](https://github.com/sveltejs/eslint-plugin-svelte/pull/1043) [`778427e`](https://github.com/sveltejs/eslint-plugin-svelte/commit/778427e8bd1a015247dd7f19642e2c6ced0891a8) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add `*.svelte.{js,ts}` config to base config
8+
39
## 3.0.0-next.16
410

511
### Major Changes

packages/eslint-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "3.0.0-next.16",
3+
"version": "3.0.0-next.17",
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",

packages/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';
5-
export const version = '3.0.0-next.16';
5+
export const version = '3.0.0-next.17';

0 commit comments

Comments
 (0)