build: publish v1.0.0-rc.157
This commit is contained in:
parent
70dc62e4ae
commit
fa26b7bd5f
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
||||
# [1.0.0-rc.157](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.156...v1.0.0-rc.157) (2025-07-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** locales selector not rendering correctly on mobile, close [#640](https://github.com/pengzhanbo/vuepress-theme-plume/issues/640) ([#641](https://github.com/pengzhanbo/vuepress-theme-plume/issues/641)) ([57d08bd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/57d08bd501dca702f00dfd618cfb78f3506a9630))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **cli:** update vuepress to latest ([3e93141](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3e9314194b2edf3a47697833f0895ff577101630))
|
||||
* **theme:** add locale support for Korean (ko-KR) ([#642](https://github.com/pengzhanbo/vuepress-theme-plume/issues/642)) ([5346838](https://github.com/pengzhanbo/vuepress-theme-plume/commit/534683817e3ca19b060588eda458c7c3e7df728e))
|
||||
* **theme:** migrate to `@vuepress/plugin-replace-assets` ([#644](https://github.com/pengzhanbo/vuepress-theme-plume/issues/644)) ([0fe98a3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0fe98a38f1ed6f5538aa8bc00bb141f4b5d07d72))
|
||||
* upgrade vuepress to `rc.24` ([#643](https://github.com/pengzhanbo/vuepress-theme-plume/issues/643)) ([cd1d457](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cd1d457d31879d6724cf681c6ab23fe43ab08cba))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.156](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.155...v1.0.0-rc.156) (2025-07-06)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.156",
|
||||
"version": "1.0.0-rc.157",
|
||||
"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.156",
|
||||
"version": "1.0.0-rc.157",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.13.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.156",
|
||||
"version": "1.0.0-rc.157",
|
||||
"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.156",
|
||||
"version": "1.0.0-rc.157",
|
||||
"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.156",
|
||||
"version": "1.0.0-rc.157",
|
||||
"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.156",
|
||||
"version": "1.0.0-rc.157",
|
||||
"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