Skip to content

Commit c7b1847

Browse files
committed
build: publish v2.0.0-beta.41
1 parent 45770b1 commit c7b1847

File tree

32 files changed

+41
-31
lines changed

32 files changed

+41
-31
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.0.0-beta.41](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.40...v2.0.0-beta.41) (2022-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **bundler-vite:** add client package to peerDependencies ([a82fc60](https://github.com/vuepress/vuepress-next/commit/a82fc60b5c3dcbe90c5b409be79dd342d4e13aeb))
7+
* **plugin-nprogress:** fork nprogress to local ([45770b1](https://github.com/vuepress/vuepress-next/commit/45770b1b82f27e9c37e0689f99aa098cc7a73fee))
8+
9+
10+
111
# [2.0.0-beta.40](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.39...v2.0.0-beta.40) (2022-04-25)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/monorepo",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"private": true,
55
"scripts": {
66
"build": "pnpm build:all && pnpm build:copy",

packages/@vuepress/bundler-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-vite",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",

packages/@vuepress/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",

packages/@vuepress/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/client",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"description": "Markdown package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/plugin-active-header-links/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-active-header-links",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",

packages/@vuepress/plugin-back-to-top/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-back-to-top",
3-
"version": "2.0.0-beta.40",
3+
"version": "2.0.0-beta.41",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)