Skip to content

Commit

Permalink
Merge pull request #503 from terwer/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--siyuan-blog

chore(main): release siyuan-blog 5.0.2
  • Loading branch information
terwer authored Nov 15, 2024
2 parents ea560c0 + 8631a57 commit ce18978
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.0.1"
".": "5.0.2"
}
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [5.0.2](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.0.1...siyuan-blog-v5.0.2) (2024-11-15)
### Bug Fixes
* doctree not show in some case ([3902a87](https://github.com/terwer/siyuan-plugin-blog/commit/3902a8756f9bc99e25effb921581b834001dc66a))
* outline not show normal ([7c35ded](https://github.com/terwer/siyuan-plugin-blog/commit/7c35ded8920f500cc0f1ca7c3306c1b54cdcfa52))
## [5.0.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.0.0...siyuan-blog-v5.0.1) (2024-11-15)
### Miscellaneous
* update docs ([d9b612c](https://github.com/terwer/siyuan-plugin-blog/commit/d9b612cc1c1bf66ed2f1a2cd0586327778d9de3a))
Expand Down Expand Up @@ -100,7 +104,6 @@
* 集成 meilisearch ([59f6589](https://github.com/terwer/siyuan-plugin-blog/commit/59f6589a68167b172773cbc018d6abf96dbc1312))
* 集成server api ([2f7a865](https://github.com/terwer/siyuan-plugin-blog/commit/2f7a865e8054deb71b0af4d6e09df6bcb7c765a4))
* 集成图标模块 ([b814e0d](https://github.com/terwer/siyuan-plugin-blog/commit/b814e0d251378aa445e7c611881693428665c2d8))
### Bug Fixes
* auth error ([9fdfe20](https://github.com/terwer/siyuan-plugin-blog/commit/9fdfe20bc5823d1b8a6bfbf9389cffbdd0f85e34))
* color mode not auto set ([5abe90e](https://github.com/terwer/siyuan-plugin-blog/commit/5abe90ebc16397024ca868e2c4f3373e79333046))
* **deps:** bump @pinia/nuxt from 0.5.5 to 0.7.0 ([ac5c480](https://github.com/terwer/siyuan-plugin-local-blog/commit/ac5c4807252d164e3abb5c14ae997112e70258e0))
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": "siyuan-blog",
"version": "5.0.1",
"version": "5.0.2",
"description": "The notions sharing function you want is here too",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-blog",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-blog",
"version": "5.0.1",
"version": "5.0.2",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down
2 changes: 1 addition & 1 deletion plugins/renderer/useClientFormulate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const useClientFormulate = () => {
const renderFormulate = (el: HTMLElement) => {
// 内联公式
const inlineMathElements = document.querySelectorAll('span[data-type="inline-math"][data-subtype="math"]')
console.log(inlineMathElements)
// console.log(inlineMathElements)
if (inlineMathElements) {
inlineMathElements.forEach((inlineMathElement) => {
const inlineContentValue = inlineMathElement.getAttribute("data-content")
Expand Down

0 comments on commit ce18978

Please sign in to comment.