From 17e118b845ddbc03338bd06971667e2d20681e18 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Thu, 14 Apr 2022 09:11:50 +0800 Subject: [PATCH] build: publish v1.0.0-beta.18 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/theme/CHANGELOG.md | 8 ++++++++ packages/theme/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6971a3a6..b77759db 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.18](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-04-14) + +**Note:** Version bump only for package vuepress-theme-plume + + + + + # [1.0.0-beta.17](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-04-12) **Note:** Version bump only for package vuepress-theme-plume diff --git a/lerna.json b/lerna.json index f2cda47d..64acbeac 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.17", + "version": "1.0.0-beta.18", "command": { "version": { "allowBranch": "main", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 82b61be9..c5761aef 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.18](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-04-14) + +**Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume + + + + + # [1.0.0-beta.17](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-04-12) **Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume diff --git a/packages/theme/package.json b/packages/theme/package.json index c322bdef..cf0a4da3 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.17", + "version": "1.0.0-beta.18", "description": "A Blog Theme for VuePress 2.0", "author": "pengzhanbo ", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",