Skip to content

Commit

Permalink
feat: publish 0.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
sugar committed Mar 27, 2024
1 parent 044211b commit 6773acd
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 15 deletions.
8 changes: 8 additions & 0 deletions packages/blogpress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ publish: false

# CHANGELOG

## 2.0.39

### Patch Changes

- Updated dependencies
- @sugarat/theme@0.2.30

## 2.0.38

### Patch Changes

- Updated dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/blogpress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blogpress",
"type": "module",
"version": "2.0.38",
"version": "2.0.39",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@sugarat/theme": "0.2.29",
"@sugarat/theme": "0.2.30",
"axios": "^0.27.2",
"element-plus": "^2.3.8",
"vitepress": "1.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sugarat/create-theme

## 0.0.54

### Patch Changes

- chore: update deps

## 0.0.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarat/create-theme",
"version": "0.0.53",
"version": "0.0.54",
"description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
"author": "粥里有勺糖",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-theme/public/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@sugarat/theme": "^0.2.29",
"@sugarat/theme": "^0.2.30",
"element-plus": "^2.5.3",
"vue": "3.4.21"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sugarat/theme

## 0.2.30

### Patch Changes

- feat: 新增各个模块可选开启的开关
- fix: Hydration error
- Updated dependencies
- vitepress-plugin-pagefind@0.2.14
- oh-my-live2d@0.15.2

## 0.2.29

### Patch Changes
Expand Down
12 changes: 11 additions & 1 deletion packages/theme/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 更新日志
description: 最近更新(v0.2.29) ⏰ 2024/03/25:问题修复
description: 最近更新(v0.2.30) ⏰ 2024/03/25:新增各个模块可选开启的开关,水合问题修复,依赖升级。
author: 粥里有勺糖
top: 2
tag: 日志
Expand All @@ -27,6 +27,16 @@ bun install vitepress@latest
```
:::

## 0.2.30 (2024/03/27)

### Patch Changes

- feat: 新增各个模块可选开启的开关
- fix: Hydration error
- Updated dependencies
- vitepress-plugin-pagefind@0.2.14
- oh-my-live2d@0.15.2

## 0.2.29 (2024/03/25)

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sugarat/theme",
"version": "0.2.29",
"version": "0.2.30",
"description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
"author": "sugar",
"license": "MIT",
Expand Down Expand Up @@ -51,11 +51,11 @@
"gray-matter": "^4.0.3",
"markdown-it-task-checkbox": "^1.0.6",
"mermaid": "^10.2.4",
"oh-my-live2d": "^0.13.0",
"oh-my-live2d": "^0.15.2",
"swiper": "^11.0.5",
"vitepress-markdown-timeline": "^1.2.1",
"vitepress-plugin-mermaid": "2.0.13",
"vitepress-plugin-pagefind": "0.2.13",
"vitepress-plugin-pagefind": "0.2.14",
"vitepress-plugin-rss": "0.2.2",
"vitepress-plugin-tabs": "0.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/vitepress-plugin-pagefind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vitepress-plugin-pagefind

## 0.2.14

### Patch Changes

- fix: Hydration error

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitepress-plugin-pagefind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-plugin-pagefind",
"version": "0.2.13",
"version": "0.2.14",
"description": "vitepress plugin, Offline full-text search based on pagefind implementation.",
"author": "sugar",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6773acd

Please sign in to comment.