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

Skip to content

Commit 76948a8

Browse files
committed
build: publish v2.0.0-rc.95
1 parent 819fc11 commit 76948a8

File tree

30 files changed

+111
-15
lines changed

30 files changed

+111
-15
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.95](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.94...v2.0.0-rc.95) (2025-04-14)
7+
8+
### Bug Fixes
9+
10+
- **plugin-git:** avoid innerHTML with unsafe commit message ([7141fac](https://github.com/vuepress/ecosystem/commit/7141fac80d9bf71f375a0ae8b628361aa4ef5351))
11+
- **plugin-photo-swipe:** fix photo-swipe options ([72dae75](https://github.com/vuepress/ecosystem/commit/72dae75eb90ac4593c6ac97986aadce2b17853f8))
12+
- **plugin-reading-time:** fix composables ([3ff7d98](https://github.com/vuepress/ecosystem/commit/3ff7d9816101569672b99a3c6587b96082e0527d))
13+
14+
### Features
15+
16+
- **plugin-meilisearch:** support meilisearch ([#422](https://github.com/vuepress/ecosystem/issues/422)) ([819fc11](https://github.com/vuepress/ecosystem/commit/819fc11953d242974a378c90c56826b17951c907))
17+
18+
### Performance Improvements
19+
20+
- improve webpack perf ([#431](https://github.com/vuepress/ecosystem/issues/431)) ([d51ba3e](https://github.com/vuepress/ecosystem/commit/d51ba3e57cecd8837e85246aec07590764066567))
21+
622
# [2.0.0-rc.94](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.93...v2.0.0-rc.94) (2025-04-12)
723

824
### Features

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

plugins/blog/plugin-comment/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+
# [2.0.0-rc.95](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.94...v2.0.0-rc.95) (2025-04-14)
7+
8+
### Performance Improvements
9+
10+
- improve webpack perf ([#431](https://github.com/vuepress/ecosystem/issues/431)) ([d51ba3e](https://github.com/vuepress/ecosystem/commit/d51ba3e57cecd8837e85246aec07590764066567))
11+
612
# [2.0.0-rc.94](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.93...v2.0.0-rc.94) (2025-04-12)
713

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

plugins/blog/plugin-feed/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.95](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.94...v2.0.0-rc.95) (2025-04-14)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-feed
9+
610
# [2.0.0-rc.94](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.93...v2.0.0-rc.94) (2025-04-12)
711

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

plugins/blog/plugin-feed/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-feed",
3-
"version": "2.0.0-rc.94",
3+
"version": "2.0.0-rc.95",
44
"description": "Feed plugin for vuepress-theme-hope",
55
"keywords": [
66
"vuepress",

plugins/development/plugin-git/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+
# [2.0.0-rc.95](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.94...v2.0.0-rc.95) (2025-04-14)
7+
8+
### Bug Fixes
9+
10+
- **plugin-git:** avoid innerHTML with unsafe commit message ([7141fac](https://github.com/vuepress/ecosystem/commit/7141fac80d9bf71f375a0ae8b628361aa4ef5351))
11+
612
# [2.0.0-rc.94](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.93...v2.0.0-rc.94) (2025-04-12)
713

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

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

plugins/development/plugin-reading-time/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+
# [2.0.0-rc.95](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.94...v2.0.0-rc.95) (2025-04-14)
7+
8+
### Bug Fixes
9+
10+
- **plugin-reading-time:** fix composables ([3ff7d98](https://github.com/vuepress/ecosystem/commit/3ff7d9816101569672b99a3c6587b96082e0527d))
11+
612
# [2.0.0-rc.94](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.93...v2.0.0-rc.94) (2025-04-12)
713

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

plugins/development/plugin-reading-time/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-reading-time",
3-
"version": "2.0.0-rc.94",
3+
"version": "2.0.0-rc.95",
44
"description": "VuePress plugin - reading-time",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)