From 397c8e436426e8e8de7cc805591c6f3fcb6db657 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 25 Apr 2022 23:40:17 +0800 Subject: [PATCH] build: publish v1.0.0-beta.25 --- 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 01b75403..66fc6437 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.25](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-04-25) + + +### Bug Fixes + +* fix define config ([00bca40](https://github.com/pengzhanbo/vuepress-theme-plume/commit/00bca40d895499017308359bfce682cec055f42b)) + + + + + # [1.0.0-beta.24](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-04-25) diff --git a/lerna.json b/lerna.json index 8a5d51dd..3dd37f3f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.24", + "version": "1.0.0-beta.25", "command": { "version": { "allowBranch": "main", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index b640e0b2..aec7ef2a 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.25](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-04-25) + + +### Bug Fixes + +* fix define config ([00bca40](https://github.com/pengzhanbo/vuepress-theme-plume/commit/00bca40d895499017308359bfce682cec055f42b)) + + + + + # [1.0.0-beta.24](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-04-25) diff --git a/packages/theme/package.json b/packages/theme/package.json index f79105b5..4c37c6e2 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.24", + "version": "1.0.0-beta.25", "description": "A Blog Theme for VuePress 2.0", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": {