Skip to content

Commit 4725e2c

Browse files
authored
Merge pull request #684 from terwer/release-please--branches--main--components--siyuan-plugin-blog
chore(main): release siyuan-plugin-blog 6.6.0
2 parents 37dcd7c + a3829ae commit 4725e2c

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.5.0"
2+
".": "6.6.0"
33
}

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3-
## [6.5.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.4.1...siyuan-plugin-blog-v6.5.0) (2025-06-10)
3+
## [6.6.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.5.0...siyuan-plugin-blog-v6.6.0) (2025-07-21)
44
### Features
5+
* **app:** add js-base64 and vue-easy-lightbox dependencies ([ef9b3f9](https://github.com/terwer/siyuan-plugin-blog/commit/ef9b3f9ca6bfb2046026b318760e2ff08f4cdbdd))
6+
### Code Refactoring
7+
* **i18n:** migrate i18n to json format and update configurations ([48b5164](https://github.com/terwer/siyuan-plugin-blog/commit/48b516485a0e9b0e7700d841ce69beeccf1ab77c))
8+
## [6.5.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.4.1...siyuan-plugin-blog-v6.5.0) (2025-06-10)
59
* **app:** add echarts rendering support ([a5a33d4](https://github.com/terwer/siyuan-plugin-blog/commit/a5a33d41b3ab74f4edf3ea3d7cd5dfea179dafc5))
610
* **app:** add html block rendering support ([4dbc299](https://github.com/terwer/siyuan-plugin-blog/commit/4dbc29904aca43eccbddfc0fb778d6d29ab144dd))
711
* **app:** add image preview functionality- add imagepreview component for zooming in on images ([12160b0](https://github.com/terwer/siyuan-plugin-blog/commit/12160b08a9e890139dfa0c2b29e3cbe5404ac283))

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@terwer/share-pro-app",
33
"type": "module",
4-
"version": "6.4.0",
4+
"version": "6.6.0",
55
"scripts": {
66
"dev": "bash script/dev.sh",
77
"build": "bash script/build.sh",

apps/siyuan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-blog",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"type": "module",
55
"homepage": "https://github.com/terwer/siyuan-plugin-blog",
66
"scripts": {

apps/siyuan/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-blog",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-blog",
5-
"version": "6.5.0",
5+
"version": "6.6.0",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-blog",
3-
"version": "6.4.0",
3+
"version": "6.6.0",
44
"scripts": {
55
"devApp": "NUXT_PUBLIC_DEFAULT_TYPE=node NUXT_PUBLIC_PROVIDER_MODE=true NUXT_PUBLIC_PROVIDER_URL=https://api.terwergreen.com pnpm dev -F @terwer/share-pro-app -- --host",
66
"devSiyuan": "pnpm build -F siyuan-blog -- --watch",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-blog",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-blog",
5-
"version": "6.5.0",
5+
"version": "6.6.0",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)