build: publish v1.0.0-beta.1

This commit is contained in:
pengzhanbo 2022-04-05 11:59:07 +08:00
parent 5b2c200247
commit 1dcea6724d
6 changed files with 37 additions and 5 deletions

14
CHANGELOG.md Normal file
View File

@ -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))

View File

@ -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"
}
}

View File

@ -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

View File

@ -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 <volodymyr@foxmail.com>",
"homepage": "",

View File

@ -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

View File

@ -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 <volodymyr@foxmail.com>",
"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",