build: publish v1.0.0-beta.85

This commit is contained in:
pengzhanbo 2023-10-11 04:39:08 +08:00
parent e29d431dfd
commit a66892598f
14 changed files with 21 additions and 15 deletions

View File

@ -1,3 +1,7 @@
# [1.0.0-beta.85](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.84...v1.0.0-beta.85) (2023-10-10)
# [1.0.0-beta.84](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.83...v1.0.0-beta.84) (2023-09-23)

View File

@ -1,6 +1,6 @@
{
"name": "vuepress-theme-plume",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"private": true,
"keywords": [
"vuepress",

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-auto-frontmatter",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePres 2",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-baidu-tongji",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePres 2",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-blog-data",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePres 2",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-caniuse",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
"keywords": [
"VuePress",

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-copy-code",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePres 2",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-iconify",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePres 2",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-netlify-functions",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePres 2, Support Netlify Functions",
"keywords": [
"VuePress",

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-notes-data",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePres 2",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-page-collection",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"private": true,
"description": "The Plugin for VuePres 2",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-plugin-windicss",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "The Plugin for VuePress 2",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"bugs": {

View File

@ -16,7 +16,9 @@ export const windiCSSPlugin = (options?: WindiCSSOptions | string): Plugin => {
if (typeof options === 'string') {
userOptions = {
config: options,
include: ['**/.vuepress/**/*.{vue,jsx,tsx}', '**/*.md'],
scan: {
include: ['**/.vuepress/**/*.{vue,jsx,tsx}', '**/*.md'],
},
}
} else {
options = options || {}
@ -36,14 +38,14 @@ export const windiCSSPlugin = (options?: WindiCSSOptions | string): Plugin => {
bundlerOptions.viteOptions ??= {}
bundlerOptions.viteOptions.plugins ??= []
bundlerOptions.viteOptions.plugins.push(
viteWindiCSS(userOptions, utilsOptions)
viteWindiCSS(userOptions, utilsOptions),
)
}
if (app.options.bundler.name === '@vuepress/bundler-webpack') {
bundlerOptions.configureWebpack &&
bundlerOptions.configureWebpack((config: any) => {
config.plugins.push(
new (WebpackWindiCSSPlugin as any)(userOptions)
new (WebpackWindiCSSPlugin as any)(userOptions),
)
})
}

View File

@ -1,6 +1,6 @@
{
"name": "@vuepress-plume/vuepress-theme-plume",
"version": "1.0.0-beta.84",
"version": "1.0.0-beta.85",
"description": "A Blog Theme for VuePress 2.0",
"keywords": [
"VuePress",