Skip to content

Commit

Permalink
build: publish v1.0.0-rc.91
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Aug 29, 2024
1 parent 6c93c15 commit 447aa46
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.0.0-rc.91](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.90...v1.0.0-rc.91) (2024-08-29)


### Bug Fixes

* **theme:** incorrect resolve category name ([9579152](https://github.com/pengzhanbo/vuepress-theme-plume/commit/95791523260cb4b4a197f4c452f401a9057c706a))


### Features

* add `create-vuepress-theme-plume` package ([#153](https://github.com/pengzhanbo/vuepress-theme-plume/issues/153)) ([7407939](https://github.com/pengzhanbo/vuepress-theme-plume/commit/74079390f60483ee602fcbe88fe7fef732ae38e2))
* **theme:** add blog tags and category slots ([a4c6828](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a4c68287d21bb33389f43c86ffb3bd0de3aeece0))
* **theme:** add breadcrumb nav ([d44ac5f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d44ac5fcd27e45bd8f23484c799de358fda85f4c))


### Performance Improvements

* update `vuepress` to `2.0.0-rc.15` ([29b8e0c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/29b8e0caf1980814ecdd51f65c7359b09fa19694))
* update deps to latest ([2ebde52](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2ebde528a41aebcccf0f282300c47a323526097b))



# [1.0.0-rc.90](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.89...v1.0.0-rc.90) (2024-08-27)


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.90",
"version": "1.0.0-rc.91",
"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.90",
"version": "1.0.0-rc.91",
"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.90",
"version": "1.0.0-rc.91",
"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.90",
"version": "1.0.0-rc.91",
"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.90",
"version": "1.0.0-rc.91",
"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.90",
"version": "1.0.0-rc.91",
"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.90",
"version": "1.0.0-rc.91",
"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.90",
"version": "1.0.0-rc.91",
"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 447aa46

Please sign in to comment.