build: publish v1.0.0-beta.87
This commit is contained in:
parent
7bc527956c
commit
1877865e81
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,3 +1,18 @@
|
||||
# [1.0.0-beta.87](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.86...v1.0.0-beta.87) (2023-11-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix the wrong position in note ([2f08ccd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2f08ccd6b4b2437768b61264d2f92a7236a7c896))
|
||||
* **theme:** `options.frontmatter` not defined ([0782fe0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0782fe06f814938d340aae3009eb6666777152a3)), closes [#17](https://github.com/pengzhanbo/vuepress-theme-plume/issues/17) [#17](https://github.com/pengzhanbo/vuepress-theme-plume/issues/17)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add config of autoFrontmatter ([0f88f50](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0f88f5064f299111e82c47c4e1c002a54bfa30a7))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.86](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.85...v1.0.0-beta.86) (2023-11-18)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"version": "1.0.0-beta.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"private": true,
|
||||
"keywords": [
|
||||
"vuepress",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-plugin-auto-frontmatter",
|
||||
"version": "1.0.0-beta.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"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.86",
|
||||
"version": "1.0.0-beta.87",
|
||||
"description": "A Blog Theme for VuePress 2.0",
|
||||
"keywords": [
|
||||
"VuePress",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user