diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd5ddd4..4acd3e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/cli/package.json b/cli/package.json index a75cc00a..b7e0344b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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 (https://github.com/pengzhanbo/)", "license": "MIT", diff --git a/package.json b/package.json index 8b290f90..3bd4846a 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 7e53a39e..b81e582f 100644 --- a/plugins/plugin-content-update/package.json +++ b/plugins/plugin-content-update/package.json @@ -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 ", "license": "MIT", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 815a5c3a..82ecc91c 100644 --- a/plugins/plugin-fonts/package.json +++ b/plugins/plugin-fonts/package.json @@ -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 ", "license": "MIT", diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json index fd9e8083..e8867e77 100644 --- a/plugins/plugin-md-power/package.json +++ b/plugins/plugin-md-power/package.json @@ -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 ", "license": "MIT", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 398d3a5d..e1aec745 100644 --- a/plugins/plugin-search/package.json +++ b/plugins/plugin-search/package.json @@ -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 ", "license": "MIT", diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index 0f6309c9..301cf328 100644 --- a/plugins/plugin-shikiji/package.json +++ b/plugins/plugin-shikiji/package.json @@ -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 ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 87f7bf49..be194d0b 100644 --- a/theme/package.json +++ b/theme/package.json @@ -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 (https://github.com/pengzhanbo/)", "license": "MIT",