build: publish v1.0.0-beta.46
This commit is contained in:
parent
44a05f1ffe
commit
37eca5459d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
docs/.vuepress/.cache
|
||||
docs/.vuepress/.temp
|
||||
docs/.vuepress/dist
|
||||
packages/theme-back
|
||||
|
||||
lib/
|
||||
dist/
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
# [1.0.0-beta.46](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2022-11-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** fix navbar and page title ([44a05f1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/44a05f1ffe07a735c8dd866c2ab0425f7d14dadb))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.45](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.44...v1.0.0-beta.45) (2022-10-15)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"version": "1.0.0-beta.45",
|
||||
"version": "1.0.0-beta.46",
|
||||
"private": true,
|
||||
"keywords": [
|
||||
"vuepress",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-plugin-baidu-tongji",
|
||||
"version": "1.0.0-beta.45",
|
||||
"version": "1.0.0-beta.46",
|
||||
"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.45",
|
||||
"version": "1.0.0-beta.46",
|
||||
"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.45",
|
||||
"version": "1.0.0-beta.46",
|
||||
"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.45",
|
||||
"version": "1.0.0-beta.46",
|
||||
"description": "The Plugin for VuePres 2, Support Netlify Functions",
|
||||
"keywords": [
|
||||
"VuePress",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-plugin-page-collection",
|
||||
"version": "1.0.0-beta.45",
|
||||
"version": "1.0.0-beta.46",
|
||||
"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.45",
|
||||
"version": "1.0.0-beta.46",
|
||||
"description": "The Plugin for VuePress 2",
|
||||
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
||||
"bugs": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-theme-plume",
|
||||
"version": "1.0.0-beta.45",
|
||||
"version": "1.0.0-beta.46",
|
||||
"description": "A Blog Theme for VuePress 2.0",
|
||||
"keywords": [
|
||||
"VuePress",
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
import { createRequire } from 'module'
|
||||
import type { App } from '@vuepress/core'
|
||||
import { fs, path } from '@vuepress/utils'
|
||||
import chokidar from 'chokidar'
|
||||
@ -13,6 +14,8 @@ import type {
|
||||
import type { MarkdownFile } from './utils/index.js'
|
||||
import { readFile, readFileList } from './utils/index.js'
|
||||
|
||||
const require = createRequire(import.meta.url)
|
||||
|
||||
export interface GenerateFrontmatter {
|
||||
formatFrontmatter: () => void
|
||||
watchNewMarkDown: (app: App, watchers: unknown) => void
|
||||
|
||||
3620
pnpm-lock.yaml
generated
3620
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user