build: publish v1.0.0-rc.104

This commit is contained in:
pengzhanbo 2024-09-27 09:06:36 +08:00
parent 1ba44572e6
commit c2fcb3279e
9 changed files with 27 additions and 8 deletions

View File

@ -1,3 +1,22 @@
# [1.0.0-rc.104](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.103...v1.0.0-rc.104) (2024-09-27)
### Features
* **theme:** add `target`/`rel` attrs to hero actions ([#223](https://github.com/pengzhanbo/vuepress-theme-plume/issues/223)) ([b2224d3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b2224d33d4a7d252a9a56c7e6313363fc6106d1a))
* **theme:** add support frontmatter `excerpt` for blog post, close [#218](https://github.com/pengzhanbo/vuepress-theme-plume/issues/218) ([#224](https://github.com/pengzhanbo/vuepress-theme-plume/issues/224)) ([da64267](https://github.com/pengzhanbo/vuepress-theme-plume/commit/da642674329a08df838e9538089f80a0e92a1c1b))
### Performance Improvements
* **cli:** update templates ([#220](https://github.com/pengzhanbo/vuepress-theme-plume/issues/220)) ([1175229](https://github.com/pengzhanbo/vuepress-theme-plume/commit/117522969e1f07d433e9143c31f9439cf1c6f81b))
* **theme:** improve auto-frontmatter cache ([#222](https://github.com/pengzhanbo/vuepress-theme-plume/issues/222)) ([fe3945c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fe3945ccc356bd78c1039fca456b23c97129c4da))
* **theme:** improve prepare pages watch ([#225](https://github.com/pengzhanbo/vuepress-theme-plume/issues/225)) ([3c5c027](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3c5c0272d2b9b8872d8ed0eb12868ec00caca85e))
* **theme:** improve theme exports, close [#215](https://github.com/pengzhanbo/vuepress-theme-plume/issues/215) ([#221](https://github.com/pengzhanbo/vuepress-theme-plume/issues/221)) ([a63ac17](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a63ac17513598e8d182e16ebff28806c083a4ba2))
* update deps to latest ([1ba4457](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1ba44572e6e58bc47bf711c8e9a621b2d9560d31))
# [1.0.0-rc.103](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.102...v1.0.0-rc.103) (2024-09-25)

View File

@ -1,7 +1,7 @@
{
"name": "create-vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.103",
"version": "1.0.0-rc.104",
"description": "The cli for create vuepress-theme-plume's project",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume-monorepo",
"type": "module",
"version": "1.0.0-rc.103",
"version": "1.0.0-rc.104",
"private": true,
"packageManager": "pnpm@9.11.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",

View File

@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-content-update",
"type": "module",
"version": "1.0.0-rc.103",
"version": "1.0.0-rc.104",
"description": "The Plugin for VuePress 2 - content update",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-fonts",
"type": "module",
"version": "1.0.0-rc.103",
"version": "1.0.0-rc.104",
"description": "The Plugin for VuePress 2 - fonts",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "vuepress-plugin-md-power",
"type": "module",
"version": "1.0.0-rc.103",
"version": "1.0.0-rc.104",
"description": "The Plugin for VuePress 2 - markdown power",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-search",
"type": "module",
"version": "1.0.0-rc.103",
"version": "1.0.0-rc.104",
"description": "The Plugin for VuePress 2 - local search",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-shikiji",
"type": "module",
"version": "1.0.0-rc.103",
"version": "1.0.0-rc.104",
"description": "The Plugin for VuePress 2 - shiki",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.103",
"version": "1.0.0-rc.104",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",