build: publish v1.0.0-beta.4

This commit is contained in:
pengzhanbo 2022-04-05 12:54:13 +08:00
parent 6bfb3a36a8
commit 689d9606b9
6 changed files with 28 additions and 4 deletions

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package vuepress-theme-plume

View File

@ -1,7 +1,7 @@
{ {
"useWorkspaces": true, "useWorkspaces": true,
"npmClient": "yarn", "npmClient": "yarn",
"version": "1.0.0-beta.3", "version": "1.0.0-beta.4",
"command": { "command": {
"version": { "version": {
"allowBranch": "main", "allowBranch": "main",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @vuepress-plume/vuepress-plugin-caniuse

View File

@ -1,6 +1,6 @@
{ {
"name": "@vuepress-plume/vuepress-plugin-caniuse", "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", "description": "The Plugin for VuePres 2, Support Can-I-Use feature",
"author": "pengzhanbo <volodymyr@foxmail.com>", "author": "pengzhanbo <volodymyr@foxmail.com>",
"homepage": "", "homepage": "",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @vuepress-plume/vuepress-theme-plume

View File

@ -1,6 +1,6 @@
{ {
"name": "@vuepress-plume/vuepress-theme-plume", "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", "description": "A Blog Theme for VuePress 2.0",
"author": "pengzhanbo <volodymyr@foxmail.com>", "author": "pengzhanbo <volodymyr@foxmail.com>",
"homepage": "", "homepage": "",
@ -21,7 +21,7 @@
}, },
"dependencies": { "dependencies": {
"@types/lodash.merge": "^4.6.6", "@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/client": "^2.0.0-beta.37",
"@vuepress/core": "^2.0.0-beta.37", "@vuepress/core": "^2.0.0-beta.37",
"@vuepress/plugin-container": "^2.0.0-beta.37", "@vuepress/plugin-container": "^2.0.0-beta.37",