Skip to content

Commit e585a3b

Browse files
committed
build: publish v2.0.0-rc.46
1 parent 36db48e commit e585a3b

File tree

78 files changed

+229
-40
lines changed

Some content is hidden

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

78 files changed

+229
-40
lines changed

CHANGELOG.md

+16
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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
### Bug Fixes
9+
10+
- apply code font color, close [#248](https://github.com/vuepress/ecosystem/issues/248) ([7cc5746](https://github.com/vuepress/ecosystem/commit/7cc574699fe14592a46cc555dcf6cd7eac581274))
11+
- **plugin-markdown-math:** correct client config file path ([b7ab87b](https://github.com/vuepress/ecosystem/commit/b7ab87b954d40036b3ceae05f645191a4dc571d1))
12+
- **plugin-shiki:** correctly fallback code font color, close [#248](https://github.com/vuepress/ecosystem/issues/248) ([65f048a](https://github.com/vuepress/ecosystem/commit/65f048abad917798d8cd9b53e67ab5894077b08b))
13+
- **theme-default:** fix invalid component ([ea29e2d](https://github.com/vuepress/ecosystem/commit/ea29e2d6c24fcabc5c887a0f344c85da1d5fc05d))
14+
15+
### Features
16+
17+
- **helper:** add LoadingIcon and useDarkmode ([06584ba](https://github.com/vuepress/ecosystem/commit/06584bacd6566d1109bdc1fe19afe4948ba2ba86))
18+
- **helper:** improve normalize ([5c7a902](https://github.com/vuepress/ecosystem/commit/5c7a9028a52d61d58f346c3f9857bd2bd7be9432))
19+
- **plugin-comment:** import LoadingIcon from helper ([4476698](https://github.com/vuepress/ecosystem/commit/447669834e94df1710e589b7af93f56dac226508))
20+
- **theme-default:** improve palette ([36db48e](https://github.com/vuepress/ecosystem/commit/36db48ec46312c2777edb32785ed0a29ef3fc704))
21+
622
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
723

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

plugins/analytics/plugin-baidu-analytics/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-baidu-analytics
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

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

+1-1
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.45",
3+
"version": "2.0.0-rc.46",
44
"description": "VuePress plugin - baidu-analytics",
55
"keywords": [
66
"vuepress-plugin",

plugins/analytics/plugin-umami-analytics/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-umami-analytics
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

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

+1-1
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.45",
3+
"version": "2.0.0-rc.46",
44
"description": "VuePress plugin - umami-analytics",
55
"keywords": [
66
"vuepress-plugin",

plugins/blog/plugin-blog/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-blog
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/blog/plugin-blog/package.json

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

plugins/blog/plugin-comment/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
### Features
9+
10+
- **plugin-comment:** import LoadingIcon from helper ([4476698](https://github.com/vuepress/ecosystem/commit/447669834e94df1710e589b7af93f56dac226508))
11+
612
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
713

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

plugins/blog/plugin-comment/package.json

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

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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-feed
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
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.45",
3+
"version": "2.0.0-rc.46",
44
"description": "Feed plugin for vuepress-theme-hope",
55
"keywords": [
66
"vuepress",

plugins/development/plugin-active-header-links/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-active-header-links
9+
610
# [2.0.0-rc.44](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.43...v2.0.0-rc.44) (2024-09-18)
711

812
**Note:** Version bump only for package @vuepress/plugin-active-header-links

plugins/development/plugin-active-header-links/package.json

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

plugins/development/plugin-palette/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-palette
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/development/plugin-palette/package.json

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

plugins/development/plugin-reading-time/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-reading-time
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/development/plugin-reading-time/package.json

+1-1
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.45",
3+
"version": "2.0.0-rc.46",
44
"description": "VuePress plugin - reading-time",
55
"keywords": [
66
"vuepress-plugin",

plugins/development/plugin-rtl/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-rtl
9+
610
# [2.0.0-rc.44](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.43...v2.0.0-rc.44) (2024-09-18)
711

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

plugins/development/plugin-rtl/package.json

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

plugins/development/plugin-sass-palette/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-sass-palette
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/development/plugin-sass-palette/package.json

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

plugins/development/plugin-theme-data/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-theme-data
9+
610
# [2.0.0-rc.44](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.43...v2.0.0-rc.44) (2024-09-18)
711

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

plugins/development/plugin-theme-data/package.json

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

plugins/development/plugin-toc/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-toc
9+
610
# [2.0.0-rc.44](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.43...v2.0.0-rc.44) (2024-09-18)
711

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

plugins/development/plugin-toc/package.json

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

plugins/features/plugin-back-to-top/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-back-to-top
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

812
**Note:** Version bump only for package @vuepress/plugin-back-to-top

plugins/features/plugin-back-to-top/package.json

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

plugins/features/plugin-catalog/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-catalog
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

812
**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.45",
3+
"version": "2.0.0-rc.46",
44
"description": "VuePress plugin - catalog",
55
"keywords": [
66
"vuepress-plugin",

plugins/features/plugin-copy-code/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-copy-code
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/features/plugin-copy-code/package.json

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

plugins/features/plugin-copyright/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-copyright
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/features/plugin-copyright/package.json

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

plugins/features/plugin-medium-zoom/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-medium-zoom
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/features/plugin-medium-zoom/package.json

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

plugins/features/plugin-notice/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-notice
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/features/plugin-notice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-notice",
3-
"version": "2.0.0-rc.45",
3+
"version": "2.0.0-rc.46",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",

plugins/features/plugin-nprogress/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.46](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.45...v2.0.0-rc.46) (2024-09-20)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-nprogress
9+
610
# [2.0.0-rc.45](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.44...v2.0.0-rc.45) (2024-09-20)
711

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

plugins/features/plugin-nprogress/package.json

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

0 commit comments

Comments
 (0)