build: publish v1.0.0-beta.85
This commit is contained in:
parent
e29d431dfd
commit
a66892598f
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"version": "1.0.0-beta.84",
|
||||
"version": "1.0.0-beta.85",
|
||||
"private": true,
|
||||
"keywords": [
|
||||
"vuepress",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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),
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user