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.149
This commit is contained in:
parent
9ef8322940
commit
97dcc97aa1
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
||||
# [1.0.0-rc.149](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.148...v1.0.0-rc.149) (2025-05-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **theme:** task list rendering error within firefox ([0425046](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0425046e9eb52db09654ec4415fd1a80ebc9d641))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add multiple provider support for icon, close [#568](https://github.com/pengzhanbo/vuepress-theme-plume/issues/568) ([#596](https://github.com/pengzhanbo/vuepress-theme-plume/issues/596)) ([1497325](https://github.com/pengzhanbo/vuepress-theme-plume/commit/149732520a02b2a2042b466869f342e019cb6e88))
|
||||
* **plugin-md-power:** add flex container ([#597](https://github.com/pengzhanbo/vuepress-theme-plume/issues/597)) ([79af255](https://github.com/pengzhanbo/vuepress-theme-plume/commit/79af255cd8dd1f01cdc05b95ff7278a28009b5d0))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* improve code block styles ([5d25599](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d255998dbe4f0e008a88a07cc3c3e75b6ce3d00))
|
||||
* update deps to latest ([9ef8322](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9ef832294086b576318015312bea0ee7a3a7e616))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.148](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.147...v1.0.0-rc.148) (2025-05-13)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "create-vuepress-theme-plume",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.148",
|
||||
"version": "1.0.0-rc.149",
|
||||
"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.148",
|
||||
"version": "1.0.0-rc.149",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"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.148",
|
||||
"version": "1.0.0-rc.149",
|
||||
"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.148",
|
||||
"version": "1.0.0-rc.149",
|
||||
"description": "The Plugin for VuePress 2 - markdown power",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vuepress-plugin-replace-assets",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.148",
|
||||
"version": "1.0.0-rc.149",
|
||||
"description": "The Plugin for VuePress 2 - replace assets url",
|
||||
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vuepress-plume/plugin-search",
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.148",
|
||||
"version": "1.0.0-rc.149",
|
||||
"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.148",
|
||||
"version": "1.0.0-rc.149",
|
||||
"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