From 3bfd7bbf1d7d345d3792732784879a166e7f2fa5 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 8 Apr 2022 21:22:05 +0800 Subject: [PATCH] build: publish v1.0.0-beta.12 --- 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 975b7a0c..99bf98fe 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.12](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-04-08) + + +### Bug Fixes + +* 修复page页toc问题 ([2d44799](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2d4479909f4c84a8d71c8a97c93f21bde3b8208c)) + + + + + # [1.0.0-beta.11](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-04-08) **Note:** Version bump only for package vuepress-theme-plume diff --git a/lerna.json b/lerna.json index bc120b57..31352dc8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "command": { "version": { "allowBranch": "main", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 8e419157..f51861ad 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.12](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-04-08) + + +### Bug Fixes + +* 修复page页toc问题 ([2d44799](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2d4479909f4c84a8d71c8a97c93f21bde3b8208c)) + + + + + # [1.0.0-beta.11](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-04-08) **Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume diff --git a/packages/theme/package.json b/packages/theme/package.json index 3c605c67..87acdd1a 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.11", + "version": "1.0.0-beta.12", "description": "A Blog Theme for VuePress 2.0", "author": "pengzhanbo ", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",