Skip to content

Commit faba594

Browse files
committed
build: publish v8.2.1
1 parent 13ed4f6 commit faba594

10 files changed

Lines changed: 29 additions & 5 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.2.1](https://github.com/vuepress/configs/compare/v8.2.0...v8.2.1) (2026-07-09)
7+
8+
### Bug Fixes
9+
10+
* **tsconfig:** remove deprecated noStrictGenericChecks (close [#11](https://github.com/vuepress/configs/issues/11)) ([a3913a8](https://github.com/vuepress/configs/commit/a3913a86caa95c6a287d9f1a9a979f53e0b5a4a2))
11+
612
# [8.2.0](https://github.com/vuepress/configs/compare/v8.1.0...v8.2.0) (2026-05-08)
713

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"command": {
55
"version": {
66
"allowBranch": "main",

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.2.1](https://github.com/vuepress/configs/compare/v8.2.0...v8.2.1) (2026-07-09)
7+
8+
**Note:** Version bump only for package @vuepress/eslint-config
9+
610
# [8.2.0](https://github.com/vuepress/configs/compare/v8.1.0...v8.2.0) (2026-05-08)
711

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

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": "8.2.0",
3+
"version": "8.2.1",
44
"description": "ESLint config for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"license": "MIT",

packages/oxfmt-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.2.1](https://github.com/vuepress/configs/compare/v8.2.0...v8.2.1) (2026-07-09)
7+
8+
**Note:** Version bump only for package @vuepress/oxfmt-config
9+
610
# [8.2.0](https://github.com/vuepress/configs/compare/v8.1.0...v8.2.0) (2026-05-08)
711

812
**Note:** Version bump only for package @vuepress/oxfmt-config

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": "8.2.0",
3+
"version": "8.2.1",
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.2.1](https://github.com/vuepress/configs/compare/v8.2.0...v8.2.1) (2026-07-09)
7+
8+
**Note:** Version bump only for package @vuepress/prettier-config
9+
610
# [8.2.0](https://github.com/vuepress/configs/compare/v8.1.0...v8.2.0) (2026-05-08)
711

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

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": "8.2.0",
3+
"version": "8.2.1",
44
"description": "Prettier config for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"license": "MIT",

packages/tsconfig/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.2.1](https://github.com/vuepress/configs/compare/v8.2.0...v8.2.1) (2026-07-09)
7+
8+
### Bug Fixes
9+
10+
* **tsconfig:** remove deprecated noStrictGenericChecks (close [#11](https://github.com/vuepress/configs/issues/11)) ([a3913a8](https://github.com/vuepress/configs/commit/a3913a86caa95c6a287d9f1a9a979f53e0b5a4a2))
11+
612
# [8.0.0](https://github.com/vuepress/configs/compare/v7.1.0...v8.0.0) (2026-03-16)
713

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

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": "8.0.0",
3+
"version": "8.2.1",
44
"description": "TSConfig for VuePress Team",
55
"homepage": "https://github.com/vuepress",
66
"license": "MIT",

0 commit comments

Comments
 (0)