From e35b1d3ca73be3d97b94759f58e18c6065096754 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 6 Apr 2022 17:30:41 +0800 Subject: [PATCH] build: publish v1.0.0-beta.8 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/plugin-caniuse/CHANGELOG.md | 8 ++++++++ packages/plugin-caniuse/package.json | 2 +- packages/theme/CHANGELOG.md | 8 ++++++++ packages/theme/package.json | 4 ++-- 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16097079..a2f98b94 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.8](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-06) + +**Note:** Version bump only for package vuepress-theme-plume + + + + + # [1.0.0-beta.7](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-05) **Note:** Version bump only for package vuepress-theme-plume diff --git a/lerna.json b/lerna.json index 18d20438..c6aa8dec 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "command": { "version": { "allowBranch": "main", diff --git a/packages/plugin-caniuse/CHANGELOG.md b/packages/plugin-caniuse/CHANGELOG.md index f55c5a31..4032514b 100644 --- a/packages/plugin-caniuse/CHANGELOG.md +++ b/packages/plugin-caniuse/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.8](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-06) + +**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse + + + + + # [1.0.0-beta.6](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-05) **Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse diff --git a/packages/plugin-caniuse/package.json b/packages/plugin-caniuse/package.json index b135d4ef..09df9839 100644 --- a/packages/plugin-caniuse/package.json +++ b/packages/plugin-caniuse/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-plugin-caniuse", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.8", "description": "The Plugin for VuePres 2, Support Can-I-Use feature", "author": "pengzhanbo ", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 9ee7b186..7dc1044d 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.8](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-06) + +**Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume + + + + + # [1.0.0-beta.7](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-05) **Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume diff --git a/packages/theme/package.json b/packages/theme/package.json index cb3f8362..4815ea04 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.7", + "version": "1.0.0-beta.8", "description": "A Blog Theme for VuePress 2.0", "author": "pengzhanbo ", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", @@ -28,7 +28,7 @@ }, "dependencies": { "@types/lodash.merge": "^4.6.6", - "@vuepress-plume/vuepress-plugin-caniuse": "1.0.0-beta.6", + "@vuepress-plume/vuepress-plugin-caniuse": "1.0.0-beta.8", "@vuepress/client": "^2.0.0-beta.38", "@vuepress/core": "^2.0.0-beta.38", "@vuepress/plugin-active-header-links": "^2.0.0-beta.38",