mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
build: publish v1.0.0-rc.68
This commit is contained in:
parent
850d2005e5
commit
2a7c11378c
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [1.0.0-rc.68](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.67...v1.0.0-rc.68) (2024-06-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** 添加 步骤容器 ([1df3505](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1df3505d892e28a4256660ce1bd4822c7001a972))
|
||||
* **theme:** 新增 `<LinkCard>` 链接卡片组件 ([126da9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/126da9fb5f0e6342714bf4138b507bcacdfdedcc))
|
||||
* **theme:** 新增 `<Card>` 卡片组件 ([62e128a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/62e128a9605d8796e99eec92c76878f923007989))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **plugin-shikiji:** 优化代码高亮默认语言 ([3490c47](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3490c47850587e5df4519c75060a7b75cadba33a))
|
||||
* **theme:** 优化页面滚动行为 ([5a54fc2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5a54fc2565178fec03a684c000f4027f256b9ec7))
|
||||
* **theme:** improve home hero transition ([018cecf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/018cecf7e7b4bb96f767d2eadbf6726a4c84f329))
|
||||
* **theme:** improve node structure ([9e19de6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9e19de62bbf39b032bc0d3abb14edbbbb8f26a9a))
|
||||
* **theme:** improve styles ([5f743f1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5f743f13c3190dd92b3b8530f8f95e6d8d3ba0e9))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.67](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.66...v1.0.0-rc.67) (2024-06-17)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.3.0",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-auto-frontmatter",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - auto frontmatter",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-baidu-tongji",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - baidu tongji",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-blog-data",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - blog data",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-caniuse",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"private": "true",
|
||||
"description": "The Plugin for VuePress 2, Support Can-I-Use feature",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-content-update",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - content update",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-copy-code",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"private": "true",
|
||||
"description": "The Plugin for VuePress 2 - copy code",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-fonts",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - fonts",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-iconify",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - iconify",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-md-power",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - markdown power",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-netlify-functions",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2, Support Netlify Functions",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-notes-data",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - notes data",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "plugin-page-collection",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"private": true,
|
||||
"description": "The Plugin for VuePress 2",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-search",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - local search",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-shikiji",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "The Plugin for VuePress 2 - shiki",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.67",
|
||||
"version": "1.0.0-rc.68",
|
||||
"description": "A Blog&Document Theme for VuePress 2.0",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user