Skip to content

Commit d4c49e7

Browse files
chore: release eslint-plugin-svelte (next) (#1004)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 12049c0 commit d4c49e7

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

Diff for: .changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"itchy-dragons-boil",
1919
"lazy-eyes-wait",
2020
"loud-zoos-kiss",
21+
"nice-clocks-buy",
2122
"olive-melons-explain",
2223
"olive-wolves-travel",
2324
"quiet-toys-burn",

Diff for: 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.12
4+
5+
### Patch Changes
6+
7+
- [#990](https://github.com/sveltejs/eslint-plugin-svelte/pull/990) [`12049c0`](https://github.com/sveltejs/eslint-plugin-svelte/commit/12049c026f529feff6056e679ba62f07de948aa5) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: ignore `css_unused_selector` compile error if `<style>` tag has `global` attribute
8+
39
## 3.0.0-next.11
410

511
### Minor Changes

Diff for: 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.11",
3+
"version": "3.0.0-next.12",
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",

Diff for: 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.11';
5+
export const version = '3.0.0-next.12';

0 commit comments

Comments
 (0)