diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5709eb5d..e704c06d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0" + ".": "6.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d04c5f59..84602efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog -## [6.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.1.0...siyuan-plugin-blog-v6.2.0) (2025-01-21) +## [6.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.2.0...siyuan-plugin-blog-v6.3.0) (2025-01-22) ### Features +* add memo support ([6a8c5da](https://github.com/terwer/siyuan-plugin-blog/commit/6a8c5da3d66580e101c8b228d6fc8f5fd5f5761d)) +### Bug Fixes +* content overflow ([6335c1c](https://github.com/terwer/siyuan-plugin-blog/commit/6335c1c4eb6301ae31ff7f1ac391eb37df8b417c)) +* provider mode 404 page ([80f0c58](https://github.com/terwer/siyuan-plugin-blog/commit/80f0c58d3cbffd4315f91f3d9e043203e5280bad)) +## [6.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.1.0...siyuan-plugin-blog-v6.2.0) (2025-01-21) * improve no share page ([6ef3ee8](https://github.com/terwer/siyuan-plugin-blog/commit/6ef3ee8992ca24174b65c667870fb1b99c3b255d)) * new ui ([02e4f2b](https://github.com/terwer/siyuan-plugin-blog/commit/02e4f2bafe4e45e2a0f89efca6ba86cae20f5de3)) * support data table ([5534334](https://github.com/terwer/siyuan-plugin-blog/commit/55343346144bd87ea04264202becf457fa88b2de)) @@ -9,7 +14,6 @@ * support embed blocks ([92eee86](https://github.com/terwer/siyuan-plugin-blog/commit/92eee8617c09ad185a9e9c1c72cdf5ca636d95f6)) * support fold blocks ([d5b2187](https://github.com/terwer/siyuan-plugin-blog/commit/d5b2187b1ddc1f276fe6a8f270889f6938da1fbb)) * support fold blocks - heading ([81bf687](https://github.com/terwer/siyuan-plugin-blog/commit/81bf6875b44aafe537f9900ceca002d282077ca8)) -### Bug Fixes * doctree style ([5b6c0f3](https://github.com/terwer/siyuan-plugin-blog/commit/5b6c0f3b4ecae3d0649dd5644b32a06f7f390127)) * outline style ([9f3cfaa](https://github.com/terwer/siyuan-plugin-blog/commit/9f3cfaa7908a633a1789d6a9fead8d268072951b)) ### Miscellaneous diff --git a/apps/app/package.json b/apps/app/package.json index 218d618c..cadb53d2 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -1,7 +1,7 @@ { "name": "@terwer/share-pro-app", "type": "module", - "version": "6.2.0", + "version": "6.3.0", "scripts": { "dev": "bash script/dev.sh", "build": "bash script/build.sh", diff --git a/apps/siyuan/package.json b/apps/siyuan/package.json index 5c1a32f8..66417bbe 100644 --- a/apps/siyuan/package.json +++ b/apps/siyuan/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-blog", - "version": "6.2.0", + "version": "6.3.0", "type": "module", "homepage": "https://github.com/terwer/siyuan-plugin-blog", "scripts": { diff --git a/apps/siyuan/plugin.json b/apps/siyuan/plugin.json index ef15d6e1..8b60d9c2 100644 --- a/apps/siyuan/plugin.json +++ b/apps/siyuan/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-blog", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-blog", - "version": "6.2.0", + "version": "6.3.0", "minAppVersion": "2.9.0", "backends": [ "windows", diff --git a/package.json b/package.json index 5fcee1c0..4c051e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-blog", - "version": "6.2.0", + "version": "6.3.0", "scripts": { "devApp": "pnpm dev -F @terwer/share-pro-app -- --host", "devSiyuan": "pnpm build -F siyuan-blog -- --watch", diff --git a/plugin.json b/plugin.json index ef15d6e1..8b60d9c2 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-blog", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-blog", - "version": "6.2.0", + "version": "6.3.0", "minAppVersion": "2.9.0", "backends": [ "windows",