diff --git a/CHANGELOG.md b/CHANGELOG.md index 31030f4c..c79ed0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.23](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-04-23) + +**Note:** Version bump only for package vuepress-theme-plume + + + + + # [1.0.0-beta.22](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-04-18) **Note:** Version bump only for package vuepress-theme-plume diff --git a/lerna.json b/lerna.json index c920fc42..fd493e83 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.22", + "version": "1.0.0-beta.23", "command": { "version": { "allowBranch": "main", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 1de2d744..1612c96f 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -3,6 +3,14 @@ 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.23](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-04-23) + +**Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume + + + + + # [1.0.0-beta.22](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-04-18) **Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume diff --git a/packages/theme/package.json b/packages/theme/package.json index 2b37281a..79cfd351 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.22", + "version": "1.0.0-beta.23", "description": "A Blog Theme for VuePress 2.0", "author": "pengzhanbo ", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",