Skip to content

Commit

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

chore(main): release siyuan-plugin-picgo 1.8.0
  • Loading branch information
terwer committed Mar 29, 2024
2 parents cb5af44 + 9d15b0f commit 91bec06
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.7.1"
".": "1.8.0"
}
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## [1.8.0](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.7.1...siyuan-plugin-picgo-v1.8.0) (2024-03-29)
### Features
* auto use siyuan-note bundled proxy ([0c10b9a](https://github.com/terwer/siyuan-plugin-picgo/commit/0c10b9ab70632de6a5436f493327861ca4bfafdb))
## [1.7.1](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.7.0...siyuan-plugin-picgo-v1.7.1) (2024-03-29)
### Bug Fixes
* add error message when upload failed ([c16a3ec](https://github.com/terwer/siyuan-plugin-picgo/commit/c16a3ec4ea9c391187c47b2ed30474d6be70072f))
Expand All @@ -19,7 +22,6 @@
* **deps-dev:** bump vite-plugin-dts from 3.8.0 to 3.8.1 ([03cc0bf](https://github.com/terwer/siyuan-plugin-picgo/commit/03cc0bf6ae34df73f2493bac97056b0df3f61180))
* fix ts error ([2ee39e6](https://github.com/terwer/siyuan-plugin-picgo/commit/2ee39e60c3b76783d28ea8e298c52ab822b3cc40))
## [1.7.0](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.6.0...siyuan-plugin-picgo-v1.7.0) (2024-03-27)
### Features
* allow config timeout ([34cf0bb](https://github.com/terwer/siyuan-plugin-picgo/commit/34cf0bb94f596368ebf62fd16d33881a17515c5c))
* show image state in status bar ([aa48d09](https://github.com/terwer/siyuan-plugin-picgo/commit/aa48d097fbf86a66e1e54a73b6107946c8390321))
* support validate image block ([6c53003](https://github.com/terwer/siyuan-plugin-picgo/commit/6c53003c4141d849b21895ae6f36df88ab99cedc))
Expand Down
2 changes: 1 addition & 1 deletion libs/Universal-PicGo-Core/package.json
@@ -1,6 +1,6 @@
{
"name": "universal-picgo",
"version": "1.7.1",
"version": "1.8.0",
"type": "module",
"description": "picgo lib for node, browser and electron",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/Universal-PicGo-Store/package.json
@@ -1,6 +1,6 @@
{
"name": "universal-picgo-store",
"version": "1.7.1",
"version": "1.8.0",
"type": "module",
"description": "For PicGo projects to write & read data from browser, node or electron",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/zhi-siyuan-picgo/package.json
@@ -1,6 +1,6 @@
{
"name": "zhi-siyuan-picgo",
"version": "1.7.1",
"version": "1.8.0",
"type": "module",
"description": "picgo lib for siyuan-note",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "siyuan-plugin-picgo",
"version": "1.7.1",
"version": "1.8.0",
"description": "picgo plugin for siyuan-note",
"scripts": {
"clean": "./scripts/clean.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/picgo-plugin-app/package.json
@@ -1,7 +1,7 @@
{
"name": "picgo-plugin-app",
"private": true,
"version": "1.7.1",
"version": "1.8.0",
"type": "module",
"scripts": {
"serve": "python -u scripts/serve.py && vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/picgo-plugin-bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "picgo-plugin-bootstrap",
"version": "1.7.1",
"version": "1.8.0",
"description": "plugin bootstrap for siyuan-note",
"type": "module",
"repository": "terwer/siyuan-plugin-bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-plugin-picgo",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-picgo",
"version": "1.7.1",
"version": "1.8.0",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 91bec06

Please sign in to comment.