Skip to content

Commit 650dd66

Browse files
committed
build: publish v8.0.0
1 parent cab527a commit 650dd66

10 files changed

Lines changed: 36 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
# [8.0.0](https://github.com/vuepress/configs/compare/v7.1.0...v8.0.0) (2026-03-16)
7+
8+
### Features
9+
10+
* **oxfmt-config:** add oxfmt-config package ([be62ec0](https://github.com/vuepress/configs/commit/be62ec0a6e8884871c3cae02b9e78a42ebb1c1a8))
11+
612
# [7.1.0](https://github.com/vuepress/configs/compare/v7.0.4...v7.1.0) (2026-02-09)
713

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

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "7.1.0",
3+
"version": "8.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
}

packages/eslint-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [8.0.0](https://github.com/vuepress/configs/compare/v7.1.0...v8.0.0) (2026-03-16)
7+
8+
**Note:** Version bump only for package @vuepress/eslint-config
9+
610
# [7.1.0](https://github.com/vuepress/configs/compare/v7.0.4...v7.1.0) (2026-02-09)
711

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

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/eslint-config",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "ESLint config for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"license": "MIT",

packages/oxfmt-config/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.0.0](https://github.com/vuepress/configs/compare/v7.1.0...v8.0.0) (2026-03-16)
7+
8+
### Features
9+
10+
* **oxfmt-config:** add oxfmt-config package ([be62ec0](https://github.com/vuepress/configs/commit/be62ec0a6e8884871c3cae02b9e78a42ebb1c1a8))

packages/oxfmt-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/oxfmt-config",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Oxfmt config for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"license": "MIT",

packages/prettier-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [8.0.0](https://github.com/vuepress/configs/compare/v7.1.0...v8.0.0) (2026-03-16)
7+
8+
**Note:** Version bump only for package @vuepress/prettier-config
9+
610
# [7.1.0](https://github.com/vuepress/configs/compare/v7.0.4...v7.1.0) (2026-02-09)
711

812
**Note:** Version bump only for package prettier-config-vuepress

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/prettier-config",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Prettier config for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"license": "MIT",

packages/tsconfig/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [8.0.0](https://github.com/vuepress/configs/compare/v7.1.0...v8.0.0) (2026-03-16)
7+
8+
**Note:** Version bump only for package @vuepress/tsconfig
9+
610
# [7.0.0](https://github.com/vuepress/configs/compare/v6.0.0...v7.0.0) (2025-05-08)
711

812
**Note:** Version bump only for package tsconfig-vuepress

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/tsconfig",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "TSConfig for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"license": "MIT",

0 commit comments

Comments
 (0)