Skip to content

Commit

Permalink
build: publish v1.0.0-rc.125
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 29, 2024
1 parent afd2b05 commit 6b653a3
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 8 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [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)


### Bug Fixes

* **docs:** notes/tools/README.md 404 ([#400](https://github.com/pengzhanbo/vuepress-theme-plume/issues/400)) ([7c7ddda](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7c7dddaf06c9e903ca78a375a3fef5bd0e474d4a))
* **theme:** incorrect langs switch in blog page, close [#404](https://github.com/pengzhanbo/vuepress-theme-plume/issues/404) ([#405](https://github.com/pengzhanbo/vuepress-theme-plume/issues/405)) ([8dff33a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8dff33a4811421ea2d5cc56361b5873c171fc451))


### Features

* **cli:** improve templates ([#406](https://github.com/pengzhanbo/vuepress-theme-plume/issues/406)) ([045f131](https://github.com/pengzhanbo/vuepress-theme-plume/commit/045f131ba44f7e51911bc296233c38711a449035))
* **theme:** improve doc styles ([#402](https://github.com/pengzhanbo/vuepress-theme-plume/issues/402)) ([0205ec8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0205ec8681e20a85dfb0066b0e98a05a4321d5c0))
* **theme:** improve styles ([4da8c75](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4da8c75cc735208936e8b08af7278748d1540ff9))


### Performance Improvements

* **plugin-md-power:** optimize `icon` rule ([#407](https://github.com/pengzhanbo/vuepress-theme-plume/issues/407)) ([463bbd3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/463bbd3feddaef4b37e41250d2b300a96c24e10b))
* **plugin-md-power:** optimize `plot` rule ([#408](https://github.com/pengzhanbo/vuepress-theme-plume/issues/408)) ([5b85cc9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5b85cc91a8c87ba52b4d5b8642c17a3747aebd24))
* update `vuepress` deps to latest ([929e2ce](https://github.com/pengzhanbo/vuepress-theme-plume/commit/929e2ce59e661c35d0c2e392cb50a79e0a67d833))
* update deps to latest ([96d25a2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/96d25a2df9b25ce6ba52a54b753970a4d80d71b9))



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


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.124",
"version": "1.0.0-rc.125",
"description": "The cli for create vuepress-theme-plume's project",
"author": "pengzhanbo <[email protected]> (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.124",
"version": "1.0.0-rc.125",
"private": true,
"packageManager": "[email protected]",
"author": "pengzhanbo <[email protected]> (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.124",
"version": "1.0.0-rc.125",
"description": "The Plugin for VuePress 2 - content update",
"author": "pengzhanbo <[email protected]>",
"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.124",
"version": "1.0.0-rc.125",
"description": "The Plugin for VuePress 2 - fonts",
"author": "pengzhanbo <[email protected]>",
"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.124",
"version": "1.0.0-rc.125",
"description": "The Plugin for VuePress 2 - markdown power",
"author": "pengzhanbo <[email protected]>",
"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.124",
"version": "1.0.0-rc.125",
"description": "The Plugin for VuePress 2 - local search",
"author": "pengzhanbo <[email protected]>",
"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.124",
"version": "1.0.0-rc.125",
"description": "The Plugin for VuePress 2 - shiki",
"author": "pengzhanbo <[email protected]>",
"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.124",
"version": "1.0.0-rc.125",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo/)",
"license": "MIT",
Expand Down

0 comments on commit 6b653a3

Please sign in to comment.