Skip to content

Commit

Permalink
chore(release): 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
svchord committed May 11, 2023
1 parent 2b3ddca commit 3e571bd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# 版本日志 | Changelog


### [2.6.7](https://github.com/svchord/Rem-Craft/compare/v2.6.6...v2.6.7) (2023-05-11)


### ✏️ 文档更新 | Documentation

* :memo: 更新Readme,增加英文Readme及集市icon ([6f43c71](https://github.com/svchord/Rem-Craft/commit/6f43c71b156f1f8b7c184447369ba7e10add02a3))


### 🐛 修复缺陷 | Bug Fixes

* :bug: 兼容思源v2.8.7新集市样式 ([ae1318b](https://github.com/svchord/Rem-Craft/commit/ae1318bffc6b0e6be27c38d45f6d70564a8e7c72))
* :bug: 修复闪卡使用和管理界面样式 ([71811df](https://github.com/svchord/Rem-Craft/commit/71811df875126c4b33f3bfd78acfad3327ae2ccb))
* :bug: 修复属性弹窗的样式 ([ddbb061](https://github.com/svchord/Rem-Craft/commit/ddbb061ecfbd5fa0e94dc18ba36c295d181cd89a))
* :bug: 修复数据历史菜单样式 ([af515b9](https://github.com/svchord/Rem-Craft/commit/af515b94a0d141ff21a627c3ec67a7269181fbb4))
* :bug: 修复题头图标按钮组的样式问题 ([b570e9a](https://github.com/svchord/Rem-Craft/commit/b570e9abd2a6c24937048f22c77927a6c0a15bcb))

### [2.6.6](https://github.com/svchord/Rem-Craft/compare/v2.6.5...v2.6.6) (2023-04-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rem-craft",
"version": "2.6.6",
"version": "2.6.7",
"description": "My theme for siyuan",
"main": "theme.js",
"scripts": {
Expand Down
11 changes: 8 additions & 3 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "Rem Craft",
"author": "Seven Chor",
"url": "https://github.com/svchord/Rem-Craft",
"version": "2.6.6",
"modes": ["dark", "light"],
"version": "2.6.7",
"modes": [
"dark",
"light"
],
"displayName": {
"default": "瑞姆工艺",
"zh_CN": "瑞姆工艺",
Expand All @@ -23,6 +26,8 @@
"openCollective": "",
"patreon": "",
"github": "",
"custom": ["https://afdian.net/a/sevenchord"]
"custom": [
"https://afdian.net/a/sevenchord"
]
}
}

0 comments on commit 3e571bd

Please sign in to comment.