From dfc7217efa873697f357b44fcdab0081548d8456 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 12 Apr 2022 12:26:57 +0800 Subject: [PATCH] build: publish v1.0.0-beta.14 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/theme/CHANGELOG.md | 11 +++++++++++ packages/theme/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7760f608..e6b2a59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.14](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-04-12) + + +### Bug Fixes + +* 修复sidebar问题 ([420ec9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/420ec9fb663793fe2d4fd7e9e61f12ca0d05217e)) + + + + + # [1.0.0-beta.13](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-04-12) diff --git a/lerna.json b/lerna.json index c09b4044..10e1616c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "command": { "version": { "allowBranch": "main", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 1e619010..ee9bf845 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.14](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-04-12) + + +### Bug Fixes + +* 修复sidebar问题 ([420ec9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/420ec9fb663793fe2d4fd7e9e61f12ca0d05217e)) + + + + + # [1.0.0-beta.13](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-04-12) diff --git a/packages/theme/package.json b/packages/theme/package.json index 5cbfcd81..775edbd6 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-theme-plume", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "description": "A Blog Theme for VuePress 2.0", "author": "pengzhanbo ", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",