build: publish v1.0.0-rc.162
This commit is contained in:
parent
cfc9cefe78
commit
3bca540085
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
# [1.0.0-rc.162](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.161...v1.0.0-rc.162) (2025-09-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **plugin-md-power:** incorrect rending of `footnote` in `annotation` ([#686](https://github.com/pengzhanbo/vuepress-theme-plume/issues/686)) ([2c39edf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2c39edf849a01d40e319e6866298c1d1444d7a8a))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **theme:** add telegram social icon ([#678](https://github.com/pengzhanbo/vuepress-theme-plume/issues/678)) ([0da7055](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0da7055c2bac0c00bc69cca05159c6ddcba0a248))
|
||||
* **theme:** make blog post list responsive to screen width ([#685](https://github.com/pengzhanbo/vuepress-theme-plume/issues/685)) ([46b2da2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/46b2da25a66cdba215b236b296c1ff8a988501cd))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* update deps to latest ([cfc9cef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cfc9cefe789ee51eca69294d1ed81099486e30cd))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.161](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.160...v1.0.0-rc.161) (2025-08-19)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.161",
|
||||
"version": "1.0.0-rc.162",
|
||||
"description": "The cli for create vuepress-theme-plume's project",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume-monorepo",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.161",
|
||||
"version": "1.0.0-rc.162",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.15.1",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-fonts",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.161",
|
||||
"version": "1.0.0-rc.162",
|
||||
"description": "The Plugin for VuePress 2 - fonts",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-md-power",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.161",
|
||||
"version": "1.0.0-rc.162",
|
||||
"description": "The Plugin for VuePress 2 - markdown power",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-search",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.161",
|
||||
"version": "1.0.0-rc.162",
|
||||
"description": "The Plugin for VuePress 2 - local search",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.161",
|
||||
"version": "1.0.0-rc.162",
|
||||
"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