Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e99eda

Browse files
committed
build: publish v2.0.0-rc.90
1 parent 37f3b6b commit 3e99eda

File tree

92 files changed

+252
-46
lines changed

Some content is hidden

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

92 files changed

+252
-46
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.90](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.89...v2.0.0-rc.90) (2025-03-28)
7+
8+
### Features
9+
10+
- **create-vuepress:** support pnpm10 ([77f4ae6](https://github.com/vuepress/ecosystem/commit/77f4ae6f1ad28b5ba0c3a13a00b364a38c841306))
11+
- **helper:** add Message class to handle message ([#417](https://github.com/vuepress/ecosystem/issues/417)) ([48aa1c4](https://github.com/vuepress/ecosystem/commit/48aa1c46034a63b501cc83ae5b51df707cdf4e78))
12+
- **helper:** add transition helpers with components and styles ([#413](https://github.com/vuepress/ecosystem/issues/413)) ([73b05ea](https://github.com/vuepress/ecosystem/commit/73b05ea3ae6a26626eea5d1fada7ae5d69ac610a))
13+
- **plugin-copy-code:** add inlineSelector option ([#416](https://github.com/vuepress/ecosystem/issues/416)) ([e9117f8](https://github.com/vuepress/ecosystem/commit/e9117f8992a848305340358acc034500524eefa9))
14+
- **plugin-git:** add support to find git contributor by email ([#412](https://github.com/vuepress/ecosystem/issues/412)) ([7dd5351](https://github.com/vuepress/ecosystem/commit/7dd53519ac5c0653c50a836219d633c5da14a931))
15+
- **plugin-git:** improve plugin style ([bfe9a20](https://github.com/vuepress/ecosystem/commit/bfe9a204c4175413007ae5620a46d8be36093e87))
16+
- **plugin-slimsearch:** add title and label for reset button ([a34a44b](https://github.com/vuepress/ecosystem/commit/a34a44b1c7693f55bb9667059adc5eb579f72796))
17+
- **plugin-slimsearch:** improve a11y, close [#411](https://github.com/vuepress/ecosystem/issues/411) ([#415](https://github.com/vuepress/ecosystem/issues/415)) ([ffda2e6](https://github.com/vuepress/ecosystem/commit/ffda2e63f6e7a16a929f49e7e19b3a625fe41dca))
18+
619
# [2.0.0-rc.89](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.88...v2.0.0-rc.89) (2025-03-26)
720

821
### 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.89",
3+
"version": "2.0.0-rc.90",
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.90](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.89...v2.0.0-rc.90) (2025-03-28)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-baidu-analytics
9+
610
# [2.0.0-rc.86](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.85...v2.0.0-rc.86) (2025-03-23)
711

812
### Features

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.86",
3+
"version": "2.0.0-rc.90",
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.90](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.89...v2.0.0-rc.90) (2025-03-28)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-umami-analytics
9+
610
# [2.0.0-rc.86](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.85...v2.0.0-rc.86) (2025-03-23)
711

812
### Features

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.86",
3+
"version": "2.0.0-rc.90",
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.90](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.89...v2.0.0-rc.90) (2025-03-28)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-blog
9+
610
# [2.0.0-rc.86](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.85...v2.0.0-rc.86) (2025-03-23)
711

812
### Features

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.86",
3+
"version": "2.0.0-rc.90",
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.90](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.89...v2.0.0-rc.90) (2025-03-28)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-comment
9+
610
# [2.0.0-rc.86](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.85...v2.0.0-rc.86) (2025-03-23)
711

812
### Features

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.86",
3+
"version": "2.0.0-rc.90",
44
"description": "VuePress plugin - comment",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)