diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c9ab0cd2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +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.1 (2022-04-05) + + +### Bug Fixes + +* 目录解析问题 ([f2924b1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f2924b15d2a3b238d071f54c761b553e473960da)) +* 修复目录解析问题 ([472ee9b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/472ee9bd0c281a7d799e55744aa91de38e3c0bc3)) +* update dayjs import ([5534b96](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5534b96d7a087dcf9342e0227f16b12e29ca690d)) +* update dayjs import ([965fdc7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/965fdc7accf1249d3560bfee691bf407de52cb24)) diff --git a/lerna.json b/lerna.json index 62916cb0..aa1b35fa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,13 +1,15 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "command": { "version": { "allowBranch": "main", "conventionalCommits": true, "exact": true, - "ignoreChanges": ["**/*.md"], + "ignoreChanges": [ + "**/*.md" + ], "message": "build: publish %s" } } diff --git a/packages/plugin-caniuse/CHANGELOG.md b/packages/plugin-caniuse/CHANGELOG.md new file mode 100644 index 00000000..bff828c9 --- /dev/null +++ b/packages/plugin-caniuse/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +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.1 (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 711a9481..22774a2b 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.0", + "version": "1.0.0-beta.1", "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 new file mode 100644 index 00000000..211257a8 --- /dev/null +++ b/packages/theme/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +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.1 (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 2461ba1d..ecce4b38 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.0", + "version": "1.0.0-beta.1", "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.0", + "@vuepress-plume/vuepress-plugin-caniuse": "1.0.0-beta.1", "@vuepress/client": "^2.0.0-beta.37", "@vuepress/core": "^2.0.0-beta.37", "@vuepress/plugin-container": "^2.0.0-beta.37",