Skip to content

Commit

Permalink
build: publish v1.0.0-rc.126
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 5, 2025
1 parent 1db995c commit 11db905
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0-rc.126](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.125...v1.0.0-rc.126) (2025-01-05)


### Bug Fixes

* **plugin-md-power:** incorrect `tabs` styles ([#412](https://github.com/pengzhanbo/vuepress-theme-plume/issues/412)) ([756cc54](https://github.com/pengzhanbo/vuepress-theme-plume/commit/756cc54e8078447a238249dde9ca06747dea498b))
* **theme:** doc changelog `mismatch` ([#413](https://github.com/pengzhanbo/vuepress-theme-plume/issues/413)) ([1db995c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1db995c887f1fda87bb853a2b95ad61cd3cc71c2))


### Performance Improvements

* **plugin-md-power:** optimize artplayer `z-index` ([#411](https://github.com/pengzhanbo/vuepress-theme-plume/issues/411)) ([71aea89](https://github.com/pengzhanbo/vuepress-theme-plume/commit/71aea89792bebe7d2a5ead1a8e4100011723bda0))
* update deps to latest ([fe99eb9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fe99eb9881c99fa051ee97af61997806a37e6b08))



# [1.0.0-rc.125](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.124...v1.0.0-rc.125) (2024-12-29)


Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.125",
"version": "1.0.0-rc.126",
"description": "The cli for create vuepress-theme-plume's project",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume-monorepo",
"type": "module",
"version": "1.0.0-rc.125",
"version": "1.0.0-rc.126",
"private": true,
"packageManager": "pnpm@9.15.2",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-content-update/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-content-update",
"type": "module",
"version": "1.0.0-rc.125",
"version": "1.0.0-rc.126",
"description": "The Plugin for VuePress 2 - content update",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-fonts",
"type": "module",
"version": "1.0.0-rc.125",
"version": "1.0.0-rc.126",
"description": "The Plugin for VuePress 2 - fonts",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-md-power/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuepress-plugin-md-power",
"type": "module",
"version": "1.0.0-rc.125",
"version": "1.0.0-rc.126",
"description": "The Plugin for VuePress 2 - markdown power",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-search",
"type": "module",
"version": "1.0.0-rc.125",
"version": "1.0.0-rc.126",
"description": "The Plugin for VuePress 2 - local search",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-shikiji/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-shikiji",
"type": "module",
"version": "1.0.0-rc.125",
"version": "1.0.0-rc.126",
"description": "The Plugin for VuePress 2 - shiki",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.125",
"version": "1.0.0-rc.126",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
Expand Down

0 comments on commit 11db905

Please sign in to comment.