Skip to content

Commit 8711ffd

Browse files
committed
build: publish v2.0.0-rc.121
1 parent ef1da79 commit 8711ffd

File tree

106 files changed

+285
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+285
-53
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [2.0.0-rc.121](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.120...v2.0.0-rc.121) (2025-12-13)
7+
8+
### Bug Fixes
9+
10+
- **plugin-docsearch:** avoid accessing navigator at SSG, close [#575](https://github.com/vuepress/ecosystem/issues/575) ([1cf07e2](https://github.com/vuepress/ecosystem/commit/1cf07e2b435a6cfa8cb9e1a4edd364a03ed42767))
11+
- **plugin-slimsearch:** prevent issue when locale is not defined ([e2dec26](https://github.com/vuepress/ecosystem/commit/e2dec26468e44fb5a78b95abf5c5f32fe626cae8))
12+
- stop using deprecated sass if ([#581](https://github.com/vuepress/ecosystem/issues/581)) ([c54a298](https://github.com/vuepress/ecosystem/commit/c54a298ff92119fe718abbacac3b0c26d920aaa3))
13+
14+
### Features
15+
16+
- **helper:** always try to return a valid locale config ([56387e7](https://github.com/vuepress/ecosystem/commit/56387e77218c043a124222bb31ebb23ca0b3f92e))
17+
618
# [2.0.0-rc.120](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.119...v2.0.0-rc.120) (2025-11-28)
719

820
### Bug Fixes

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": "2.0.0-rc.120",
3+
"version": "2.0.0-rc.121",
44
"command": {
55
"version": {
66
"allowBranch": "main",

plugins/ai/plugin-llms/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+
# [2.0.0-rc.121](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.120...v2.0.0-rc.121) (2025-12-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-llms
9+
610
# [2.0.0-rc.120](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.119...v2.0.0-rc.120) (2025-11-28)
711

812
**Note:** Version bump only for package @vuepress/plugin-llms

plugins/ai/plugin-llms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-llms",
3-
"version": "2.0.0-rc.120",
3+
"version": "2.0.0-rc.121",
44
"description": "VuePress plugin - llms.txt",
55
"keywords": [
66
"vuepress-plugin",

plugins/analytics/plugin-baidu-analytics/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+
# [2.0.0-rc.121](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.120...v2.0.0-rc.121) (2025-12-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-baidu-analytics
9+
610
# [2.0.0-rc.120](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.119...v2.0.0-rc.120) (2025-11-28)
711

812
**Note:** Version bump only for package @vuepress/plugin-baidu-analytics

plugins/analytics/plugin-baidu-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-baidu-analytics",
3-
"version": "2.0.0-rc.120",
3+
"version": "2.0.0-rc.121",
44
"description": "VuePress plugin - baidu-analytics",
55
"keywords": [
66
"vuepress-plugin",

plugins/analytics/plugin-clarity-analytics/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+
# [2.0.0-rc.121](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.120...v2.0.0-rc.121) (2025-12-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-clarity-analytics
9+
610
# [2.0.0-rc.120](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.119...v2.0.0-rc.120) (2025-11-28)
711

812
**Note:** Version bump only for package @vuepress/plugin-clarity-analytics

plugins/analytics/plugin-clarity-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-clarity-analytics",
3-
"version": "2.0.0-rc.120",
3+
"version": "2.0.0-rc.121",
44
"description": "VuePress plugin - clarity-analytics",
55
"keywords": [
66
"vuepress-plugin",

plugins/analytics/plugin-umami-analytics/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+
# [2.0.0-rc.121](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.120...v2.0.0-rc.121) (2025-12-13)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-umami-analytics
9+
610
# [2.0.0-rc.120](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.119...v2.0.0-rc.120) (2025-11-28)
711

812
**Note:** Version bump only for package @vuepress/plugin-umami-analytics

plugins/analytics/plugin-umami-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-umami-analytics",
3-
"version": "2.0.0-rc.120",
3+
"version": "2.0.0-rc.121",
44
"description": "VuePress plugin - umami-analytics",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)