diff --git a/CHANGELOG.md b/CHANGELOG.md index 853cc432..ab753c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# [1.0.0-rc.48](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.47...v1.0.0-rc.48) (2024-3-30) + + +### Bug Fixes + +* **theme:** 文件未添加到git时最后更新时间计算错误 ([c554001](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c554001df3f74e5ee38686097f268eefdfa0db1b)) + + +### Features + +* **plugin-md-power:** add `:[icon]:` syntax supported ([c2fc5ad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c2fc5ad7b110cb2bf316f9480d4556ac0c6de66f)) +* **plugin-md-power:** add `@[bilibili](url)` syntax supported ([0715ee9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0715ee97bd6632344ab22f99f38679557686a663)) +* **plugin-md-power:** add `@[caniuse](feature)` syntax supported ([53dfcb8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/53dfcb83b13c8b11caa3df1646d12c5779395f21)) +* **plugin-md-power:** add `@[codepen](user/slash)` syntax supported ([041450e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/041450e0d7425080f3fdbd5ed84c24681f8150d4)) +* **plugin-md-power:** add `@[pdf](url)` syntax supported ([cd7485c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cd7485c246291279dbf4a3b119073fb4b012f2f4)) +* **plugin-md-power:** add `@[replit](user/repl-name)` syntax supported ([07b911a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/07b911a5a389687ab446ea4022ce2fb2c55d1ea8)) +* **plugin-md-power:** add `@[youtube](url)` syntax supported ([b8379e2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b8379e224582e85659444d84c6b46eebca51c2ad)) + + +### Performance Improvements + +* update non-major deps ([29ff7bd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/29ff7bdbd8a6d140f025b3cbd75436cd3f2bc7e0)) + + + # [1.0.0-rc.47](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.46...v1.0.0-rc.47) (2024-3-25) diff --git a/package.json b/package.json index 4d9a711b..63f3216b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "private": true, "packageManager": "pnpm@8.15.5", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-auto-frontmatter/package.json b/plugins/plugin-auto-frontmatter/package.json index deb9139b..a35640e1 100644 --- a/plugins/plugin-auto-frontmatter/package.json +++ b/plugins/plugin-auto-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-auto-frontmatter", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - auto frontmatter", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-baidu-tongji/package.json b/plugins/plugin-baidu-tongji/package.json index f531f9b5..57adbb41 100644 --- a/plugins/plugin-baidu-tongji/package.json +++ b/plugins/plugin-baidu-tongji/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-baidu-tongji", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - baidu tongji", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", diff --git a/plugins/plugin-blog-data/package.json b/plugins/plugin-blog-data/package.json index 98500a7c..4cefd3a6 100644 --- a/plugins/plugin-blog-data/package.json +++ b/plugins/plugin-blog-data/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-blog-data", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - blog data", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-caniuse/package.json b/plugins/plugin-caniuse/package.json index 243ff75a..a20ac7cd 100644 --- a/plugins/plugin-caniuse/package.json +++ b/plugins/plugin-caniuse/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-caniuse", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2, Support Can-I-Use feature", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index aa93594a..453a3be3 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.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - content update", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index 46fa094f..13edf548 100644 --- a/plugins/plugin-copy-code/package.json +++ b/plugins/plugin-copy-code/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-copy-code", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - copy code", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-iconify/package.json b/plugins/plugin-iconify/package.json index 4be055e7..a9e1a7ae 100644 --- a/plugins/plugin-iconify/package.json +++ b/plugins/plugin-iconify/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-iconify", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - iconify", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json index 0fd00219..abfd0187 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.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - markdown power", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-netlify-functions/package.json b/plugins/plugin-netlify-functions/package.json index c005292c..15eb10e3 100644 --- a/plugins/plugin-netlify-functions/package.json +++ b/plugins/plugin-netlify-functions/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-plugin-netlify-functions", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2, Support Netlify Functions", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-notes-data/package.json b/plugins/plugin-notes-data/package.json index 8eddb979..2f98d57c 100644 --- a/plugins/plugin-notes-data/package.json +++ b/plugins/plugin-notes-data/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-notes-data", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - notes data", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-page-collection/package.json b/plugins/plugin-page-collection/package.json index b8e5ab82..1864a834 100644 --- a/plugins/plugin-page-collection/package.json +++ b/plugins/plugin-page-collection/package.json @@ -1,7 +1,7 @@ { "name": "plugin-page-collection", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "private": true, "description": "The Plugin for VuePres 2", "author": "pengzhanbo ", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 48043c33..ff35bac0 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.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index 3a9e4cd1..d63e8f17 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.47", + "version": "1.0.0-rc.48", "description": "The Plugin for VuePres 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 96157062..67d7cc2a 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.47", + "version": "1.0.0-rc.48", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",