Skip to content

Commit eda584b

Browse files
committed
build: publish v5.0.0
1 parent 04f1f73 commit eda584b

File tree

8 files changed

+44
-5
lines changed

8 files changed

+44
-5
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
## [4.10.1](https://github.com/vuepress/configs/compare/v4.10.0...v4.10.1) (2024-03-22)
718

819
**Note:** Version bump only for package @vuepress/configs

Diff for: lerna.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "4.10.1",
3+
"version": "5.0.0",
44
"command": {
55
"version": {
66
"allowBranch": "main",
77
"conventionalCommits": true,
88
"exact": true,
9-
"ignoreChanges": ["**/*.md"],
9+
"ignoreChanges": [
10+
"**/*.md"
11+
],
1012
"message": "build: publish %s"
1113
}
1214
}

Diff for: packages/eslint-config-vuepress/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
616
## [4.10.1](https://github.com/vuepress/configs/compare/v4.10.0...v4.10.1) (2024-03-22)
717

818
**Note:** Version bump only for package eslint-config-vuepress

Diff for: packages/eslint-config-vuepress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-vuepress",
3-
"version": "4.10.1",
3+
"version": "5.0.0",
44
"description": "ESLint config for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"repository": {

Diff for: packages/prettier-config-vuepress/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
616
# [4.4.0](https://github.com/vuepress/configs/compare/v4.3.0...v4.4.0) (2023-07-11)
717

818
### Features

Diff for: packages/prettier-config-vuepress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-config-vuepress",
3-
"version": "4.4.0",
3+
"version": "5.0.0",
44
"description": "Prettier config for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"repository": {

Diff for: packages/tsconfig-vuepress/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
# [4.5.0](https://github.com/vuepress/configs/compare/v4.4.0...v4.5.0) (2023-08-30)
713

814
### Features

Diff for: packages/tsconfig-vuepress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsconfig-vuepress",
3-
"version": "4.5.0",
3+
"version": "5.0.0",
44
"description": "TSConfig for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"repository": {

0 commit comments

Comments
 (0)