Skip to content

Commit

Permalink
build: publish v1.0.0-rc.120
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 8, 2024
1 parent f47df14 commit ea934ef
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 8 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.0.0-rc.120](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.119...v1.0.0-rc.120) (2024-12-08)


### Bug Fixes

* **theme:** unformatted system `sep` cause auto frontmatter error ([#370](https://github.com/pengzhanbo/vuepress-theme-plume/issues/370)) ([cdee6dc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cdee6dc105acb7caa2004ceaebc88ff74c0bcca0))


### Features

* **cli:** update deps and template ([829fab5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/829fab5508f10b030a4dd6fc4fc65ca2e134a9ce))


### Performance Improvements

* optimize debug logs ([#371](https://github.com/pengzhanbo/vuepress-theme-plume/issues/371)) ([e7ba562](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e7ba5621f75a4b393ed2410f72bf21e6ba54ddcb))
* **theme:** improve typo ([8d39305](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8d3930560a59ecbc2c70f0eb97f117123fe1d717))



# [1.0.0-rc.119](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.118...v1.0.0-rc.119) (2024-11-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.119",
"version": "1.0.0-rc.120",
"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.119",
"version": "1.0.0-rc.120",
"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.119",
"version": "1.0.0-rc.120",
"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.119",
"version": "1.0.0-rc.120",
"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.119",
"version": "1.0.0-rc.120",
"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.119",
"version": "1.0.0-rc.120",
"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.119",
"version": "1.0.0-rc.120",
"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.119",
"version": "1.0.0-rc.120",
"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 ea934ef

Please sign in to comment.