diff --git a/CHANGELOG.md b/CHANGELOG.md index d5679bba..f7309f8e 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.4](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-05) + +**Note:** Version bump only for package vuepress-theme-plume + + + + + # [1.0.0-beta.3](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-05) **Note:** Version bump only for package vuepress-theme-plume diff --git a/lerna.json b/lerna.json index 728d1ce4..0aea0249 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "command": { "version": { "allowBranch": "main", diff --git a/packages/plugin-caniuse/CHANGELOG.md b/packages/plugin-caniuse/CHANGELOG.md index 5527cf3a..59299763 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.4](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-05) + +**Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse + + + + + # [1.0.0-beta.3](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.2...v1.0.0-beta.3) (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 dd99d550..313f1a38 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.3", + "version": "1.0.0-beta.4", "description": "The Plugin for VuePres 2, Support Can-I-Use feature", "author": "pengzhanbo ", "homepage": "", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 459b8246..c650f28c 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.4](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-05) + +**Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume + + + + + # [1.0.0-beta.3](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.2...v1.0.0-beta.3) (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 00a897fa..7b2f04d3 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.3", + "version": "1.0.0-beta.4", "description": "A Blog Theme for VuePress 2.0", "author": "pengzhanbo ", "homepage": "", @@ -21,7 +21,7 @@ }, "dependencies": { "@types/lodash.merge": "^4.6.6", - "@vuepress-plume/vuepress-plugin-caniuse": "1.0.0-beta.3", + "@vuepress-plume/vuepress-plugin-caniuse": "1.0.0-beta.4", "@vuepress/client": "^2.0.0-beta.37", "@vuepress/core": "^2.0.0-beta.37", "@vuepress/plugin-container": "^2.0.0-beta.37",