Skip to content

Commit c035994

Browse files
chore: release eslint-plugin-svelte (next)
1 parent ebfdcf9 commit c035994

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.changeset/pre.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"blue-swans-give",
1111
"cold-starfishes-doubt",
1212
"cool-rockets-allow",
13+
"cool-steaks-happen",
1314
"eighty-trainers-push",
1415
"fast-coins-fly",
1516
"fifty-parents-itch",
@@ -26,6 +27,8 @@
2627
"small-days-agree",
2728
"small-donuts-end",
2829
"thick-items-retire",
29-
"twenty-nails-end"
30+
"thin-dryers-know",
31+
"twenty-nails-end",
32+
"two-students-pump"
3033
]
3134
}

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.0.0-next.13
4+
5+
### Minor Changes
6+
7+
- [#1015](https://github.com/sveltejs/eslint-plugin-svelte/pull/1015) [`8369eaf`](https://github.com/sveltejs/eslint-plugin-svelte/commit/8369eaf5d2e77fccf0ac9fb3f663d94a2b323a4f) Thanks [@mikededo](https://github.com/mikededo)! - fix!: rename `no-deprecated-raw-special-elements` to `no-raw-special-elements`
8+
9+
### Patch Changes
10+
11+
- [#1009](https://github.com/sveltejs/eslint-plugin-svelte/pull/1009) [`a003664`](https://github.com/sveltejs/eslint-plugin-svelte/commit/a0036643b5451f0423cd61dafd092c39bd6f4bcb) Thanks [@baseballyama](https://github.com/baseballyama)! - chore: upgrade `svelte-eslint-parser` to `1.0.0-next.8`
12+
13+
- [#1007](https://github.com/sveltejs/eslint-plugin-svelte/pull/1007) [`8e9199a`](https://github.com/sveltejs/eslint-plugin-svelte/commit/8e9199ae326110778e4b0557616d394c6ac5e847) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: update method for extracting major version
14+
315
## 3.0.0-next.12
416

517
### Patch 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.12",
3+
"version": "3.0.0-next.13",
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.12';
5+
export const version = '3.0.0-next.13';

0 commit comments

Comments
 (0)