File tree 4 files changed +14
-2
lines changed
packages/eslint-plugin-svelte
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"changesets" : [
9
9
" blue-panthers-run" ,
10
+ " cold-starfishes-doubt" ,
10
11
" cool-rockets-allow" ,
11
12
" fast-coins-fly" ,
12
13
" green-squids-compete" ,
13
14
" hungry-grapes-shave" ,
14
15
" lazy-eyes-wait" ,
16
+ " olive-melons-explain" ,
15
17
" olive-wolves-travel" ,
16
18
" quiet-toys-burn" ,
17
19
" sixty-news-look" ,
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-svelte
2
2
3
+ ## 3.0.0-next.7
4
+
5
+ ### Major Changes
6
+
7
+ - [ #900 ] ( https://github.com/sveltejs/eslint-plugin-svelte/pull/900 ) [ ` 4759b47 ` ] ( https://github.com/sveltejs/eslint-plugin-svelte/commit/4759b47b195abee605a0597360fc9fc4c6d95f68 ) Thanks [ @marekdedic ] ( https://github.com/marekdedic ) ! - breaking: deprecated the no-goto-without-base rule
8
+
9
+ ### Minor Changes
10
+
11
+ - [ #900 ] ( https://github.com/sveltejs/eslint-plugin-svelte/pull/900 ) [ ` 4759b47 ` ] ( https://github.com/sveltejs/eslint-plugin-svelte/commit/4759b47b195abee605a0597360fc9fc4c6d95f68 ) Thanks [ @marekdedic ] ( https://github.com/marekdedic ) ! - feat: added the no-navigation-without-base rule
12
+
3
13
## 3.0.0-next.6
4
14
5
15
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-svelte" ,
3
- "version" : " 3.0.0-next.6 " ,
3
+ "version" : " 3.0.0-next.7 " ,
4
4
"description" : " ESLint plugin for Svelte using AST" ,
5
5
"repository" : " git+https://github.com/sveltejs/eslint-plugin-svelte.git" ,
6
6
"homepage" : " https://sveltejs.github.io/eslint-plugin-svelte" ,
Original file line number Diff line number Diff line change 2
2
// This file has been automatically generated,
3
3
// in order to update its content execute "pnpm run update"
4
4
export const name = 'eslint-plugin-svelte' ;
5
- export const version = '3.0.0-next.6 ' ;
5
+ export const version = '3.0.0-next.7 ' ;
You can’t perform that action at this time.
0 commit comments