Skip to content

Commit c3a5976

Browse files
committed
build: publish v2.0.0-rc.84
1 parent adbf7d1 commit c3a5976

File tree

20 files changed

+63
-10
lines changed

20 files changed

+63
-10
lines changed

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+
# [2.0.0-rc.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
### Bug Fixes
9+
10+
- **plugin-markdown-hint:** remove debug logger ([605857a](https://github.com/vuepress/ecosystem/commit/605857a8c7a2f8acb51e3be157e90938c21f4e87))
11+
12+
### Features
13+
14+
- **plugin-catalog:** improve anchor rendering ([163f643](https://github.com/vuepress/ecosystem/commit/163f64342099c8051a7977cda4183e0a20ef4d15))
15+
- **plugin-git:** prefer `<time>` tag with time ([#404](https://github.com/vuepress/ecosystem/issues/404)) ([adbf7d1](https://github.com/vuepress/ecosystem/commit/adbf7d14f0875a281ddaecae4206cd04b40fe9ed))
16+
617
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
718

819
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"command": {
55
"version": {
66
"allowBranch": "main",

plugins/blog/plugin-feed/CHANGELOG.md

+4
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.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-feed
9+
610
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
711

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

plugins/blog/plugin-feed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-feed",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "Feed plugin for vuepress-theme-hope",
55
"keywords": [
66
"vuepress",

plugins/development/plugin-git/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+
# [2.0.0-rc.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
### Features
9+
10+
- **plugin-git:** prefer `<time>` tag with time ([#404](https://github.com/vuepress/ecosystem/issues/404)) ([adbf7d1](https://github.com/vuepress/ecosystem/commit/adbf7d14f0875a281ddaecae4206cd04b40fe9ed))
11+
612
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
713

814
### Bug Fixes

plugins/development/plugin-git/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-git",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "VuePress plugin - git",
55
"keywords": [
66
"vuepress-plugin",

plugins/features/plugin-catalog/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+
# [2.0.0-rc.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
### Features
9+
10+
- **plugin-catalog:** improve anchor rendering ([163f643](https://github.com/vuepress/ecosystem/commit/163f64342099c8051a7977cda4183e0a20ef4d15))
11+
612
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
713

814
**Note:** Version bump only for package @vuepress/plugin-catalog

plugins/features/plugin-catalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-catalog",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "VuePress plugin - catalog",
55
"keywords": [
66
"vuepress-plugin",

plugins/markdown/plugin-append-date/CHANGELOG.md

+4
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.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-append-date
9+
610
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
711

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

plugins/markdown/plugin-append-date/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-append-date",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "VuePress plugin - append date",
55
"keywords": [
66
"vuepress-plugin",

plugins/markdown/plugin-markdown-hint/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+
# [2.0.0-rc.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
### Bug Fixes
9+
10+
- **plugin-markdown-hint:** remove debug logger ([605857a](https://github.com/vuepress/ecosystem/commit/605857a8c7a2f8acb51e3be157e90938c21f4e87))
11+
612
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
713

814
### Bug Fixes

plugins/markdown/plugin-markdown-hint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-markdown-hint",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "VuePress plugin - markdown hint",
55
"keywords": [
66
"vuepress-plugin",

plugins/seo/plugin-seo/CHANGELOG.md

+4
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.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-seo
9+
610
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
711

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

plugins/seo/plugin-seo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-seo",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "SEO plugin for vuepress",
55
"keywords": [
66
"vuepress",

plugins/seo/plugin-sitemap/CHANGELOG.md

+4
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.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-sitemap
9+
610
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
711

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

plugins/seo/plugin-sitemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-sitemap",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "Sitemap plugin for vuepress",
55
"keywords": [
66
"vuepress",

themes/theme-default/CHANGELOG.md

+4
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.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
**Note:** Version bump only for package @vuepress/theme-default
9+
610
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
711

812
**Note:** Version bump only for package @vuepress/theme-default

themes/theme-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "Default theme of VuePress",
55
"keywords": [
66
"vuepress-theme",

tools/create-vuepress/CHANGELOG.md

+4
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.84](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2025-03-11)
7+
8+
**Note:** Version bump only for package create-vuepress
9+
610
# [2.0.0-rc.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
711

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

tools/create-vuepress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vuepress",
3-
"version": "2.0.0-rc.83",
3+
"version": "2.0.0-rc.84",
44
"description": "VuePress template helper",
55
"keywords": [
66
"vuepress",

0 commit comments

Comments
 (0)