Skip to content

Commit 3894f1d

Browse files
committed
build: publish v2.0.0-rc.83
1 parent 9928363 commit 3894f1d

File tree

96 files changed

+258
-48
lines changed

Some content is hidden

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

96 files changed

+258
-48
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.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
7+
8+
### Bug Fixes
9+
10+
- **plugin-git:** fix changelog toggle ([5332efe](https://github.com/vuepress/ecosystem/commit/5332efe7e139656b825a0f10bba4dee63c9f0a11))
11+
- **plugin-markdown-hint:** cleanup the `env` passed into `renderInline` ([#397](https://github.com/vuepress/ecosystem/issues/397)) ([f89aa8f](https://github.com/vuepress/ecosystem/commit/f89aa8ff03cdca6345d7ace43a5ef82d7077f1d6))
12+
- **plugin-slimsearch:** fix active state, close [#395](https://github.com/vuepress/ecosystem/issues/395) ([3990e39](https://github.com/vuepress/ecosystem/commit/3990e39dfdf78d95be537094007d9402566bb886))
13+
14+
### Features
15+
16+
- **plugin-git:** add composables ([#398](https://github.com/vuepress/ecosystem/issues/398)) ([9928363](https://github.com/vuepress/ecosystem/commit/9928363f66f421cef24c4cbe9054286ef8ab3c43))
17+
618
# [2.0.0-rc.82](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.81...v2.0.0-rc.82) (2025-03-06)
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.82",
3+
"version": "2.0.0-rc.83",
44
"command": {
55
"version": {
66
"allowBranch": "main",

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.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-baidu-analytics
9+
610
# [2.0.0-rc.82](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.81...v2.0.0-rc.82) (2025-03-06)
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.82",
3+
"version": "2.0.0-rc.83",
44
"description": "VuePress plugin - baidu-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.83](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2025-03-11)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-umami-analytics
9+
610
# [2.0.0-rc.82](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.81...v2.0.0-rc.82) (2025-03-06)
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.82",
3+
"version": "2.0.0-rc.83",
44
"description": "VuePress plugin - umami-analytics",
55
"keywords": [
66
"vuepress-plugin",

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

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

plugins/blog/plugin-blog/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-blog",
3-
"version": "2.0.0-rc.82",
3+
"version": "2.0.0-rc.83",
44
"description": "VuePress plugin - blog",
55
"keywords": [
66
"vuepress-plugin",

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

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

plugins/blog/plugin-comment/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-comment",
3-
"version": "2.0.0-rc.82",
3+
"version": "2.0.0-rc.83",
44
"description": "VuePress plugin - comment",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)