File tree 8 files changed +44
-5
lines changed
8 files changed +44
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0] ( https://github.com/vuepress/configs/compare/v4.10.1...v5.0.0 ) (2024-08-15)
7
+
8
+ ### Features
9
+
10
+ * ** eslint-config:** upgrade to eslint v9 and flat config (close [ #9 ] ( https://github.com/vuepress/configs/issues/9 ) ) ([ fe2f8b2] ( https://github.com/vuepress/configs/commit/fe2f8b2e9cb111c09db57873a0368cfdc525326e ) )
11
+ * ** tsconfig-vuepress:** remove ts 5.5 disabled compiler options ([ bcbfe34] ( https://github.com/vuepress/configs/commit/bcbfe3436c1ef7ef368b6e61cdf2e210e561174d ) )
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ * ** eslint-config:** upgrade to eslint v9 and flat config
16
+
6
17
## [ 4.10.1] ( https://github.com/vuepress/configs/compare/v4.10.0...v4.10.1 ) (2024-03-22)
7
18
8
19
** Note:** Version bump only for package @vuepress/configs
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " pnpm" ,
3
- "version" : " 4.10.1 " ,
3
+ "version" : " 5.0.0 " ,
4
4
"command" : {
5
5
"version" : {
6
6
"allowBranch" : " main" ,
7
7
"conventionalCommits" : true ,
8
8
"exact" : true ,
9
- "ignoreChanges" : [" **/*.md" ],
9
+ "ignoreChanges" : [
10
+ " **/*.md"
11
+ ],
10
12
"message" : " build: publish %s"
11
13
}
12
14
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0] ( https://github.com/vuepress/configs/compare/v4.10.1...v5.0.0 ) (2024-08-15)
7
+
8
+ ### Features
9
+
10
+ * ** eslint-config:** upgrade to eslint v9 and flat config (close [ #9 ] ( https://github.com/vuepress/configs/issues/9 ) ) ([ fe2f8b2] ( https://github.com/vuepress/configs/commit/fe2f8b2e9cb111c09db57873a0368cfdc525326e ) )
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ * ** eslint-config:** upgrade to eslint v9 and flat config
15
+
6
16
## [ 4.10.1] ( https://github.com/vuepress/configs/compare/v4.10.0...v4.10.1 ) (2024-03-22)
7
17
8
18
** Note:** Version bump only for package eslint-config-vuepress
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-vuepress" ,
3
- "version" : " 4.10.1 " ,
3
+ "version" : " 5.0.0 " ,
4
4
"description" : " ESLint config for VuePress Team" ,
5
5
"homepage" : " https://github.com/vuepress" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0] ( https://github.com/vuepress/configs/compare/v4.10.1...v5.0.0 ) (2024-08-15)
7
+
8
+ ### Features
9
+
10
+ * ** eslint-config:** upgrade to eslint v9 and flat config (close [ #9 ] ( https://github.com/vuepress/configs/issues/9 ) ) ([ fe2f8b2] ( https://github.com/vuepress/configs/commit/fe2f8b2e9cb111c09db57873a0368cfdc525326e ) )
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ * ** eslint-config:** upgrade to eslint v9 and flat config
15
+
6
16
# [ 4.4.0] ( https://github.com/vuepress/configs/compare/v4.3.0...v4.4.0 ) (2023-07-11)
7
17
8
18
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prettier-config-vuepress" ,
3
- "version" : " 4.4 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Prettier config for VuePress Team" ,
5
5
"homepage" : " https://github.com/vuepress" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0] ( https://github.com/vuepress/configs/compare/v4.10.1...v5.0.0 ) (2024-08-15)
7
+
8
+ ### Features
9
+
10
+ * ** tsconfig-vuepress:** remove ts 5.5 disabled compiler options ([ bcbfe34] ( https://github.com/vuepress/configs/commit/bcbfe3436c1ef7ef368b6e61cdf2e210e561174d ) )
11
+
6
12
# [ 4.5.0] ( https://github.com/vuepress/configs/compare/v4.4.0...v4.5.0 ) (2023-08-30)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tsconfig-vuepress" ,
3
- "version" : " 4.5 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " TSConfig for VuePress Team" ,
5
5
"homepage" : " https://github.com/vuepress" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments