Skip to content

Commit f3b5504

Browse files
committedDec 1, 2024·
chore(release): 0.7.0
1 parent f4e18e9 commit f3b5504

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
 

‎CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.7.0](https://github.com/yulimchen/vue3-h5-template/compare/v0.6.1...v0.7.0) (2024-12-01)
6+
7+
8+
### 🐛 Bug Fixes | Bug 修复
9+
10+
* 修复黑暗模式初始化缺失类名问题 ([831599e](https://github.com/yulimchen/vue3-h5-template/commit/831599e162b09dbf0b00379d06499eb6e21b4bdf))
11+
12+
13+
### ♻️ Code Refactoring | 代码重构
14+
15+
* **demo:** 调整 demo 页面样式 ([6424739](https://github.com/yulimchen/vue3-h5-template/commit/64247395eaa840056678ca81059614e636ff5743))
16+
17+
18+
### 🚀 Chore | 构建/工程依赖/工具
19+
20+
* `composables` 目录命名 ([15de708](https://github.com/yulimchen/vue3-h5-template/commit/15de70893d9387a121c169f5cd639247719deac8))
21+
* 文件命名调整 ([9aca455](https://github.com/yulimchen/vue3-h5-template/commit/9aca455cd184856bee05453100603c1bde27933b))
22+
23+
24+
### ✏️ Documentation | 文档
25+
26+
* banner 图更换 ([f4e18e9](https://github.com/yulimchen/vue3-h5-template/commit/f4e18e90703dffd5d9fd879b4ce07baebde9da6f))
27+
528
### [0.6.1](https://github.com/yulimchen/vue3-h5-template/compare/v0.6.0...v0.6.1) (2024-11-03)
629

730

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-h5-template",
33
"homepage": "https://yulimchen.github.io/vue3-h5-template/",
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.