Skip to content

Commit

Permalink
Merge pull request #343 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.9.0
  • Loading branch information
terwer committed Mar 30, 2024
2 parents f973829 + 77231a5 commit c27ae73
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.8.0"
".": "1.9.0"
}
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,14 @@
# 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)
## [1.9.0](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.8.0...siyuan-plugin-picgo-v1.9.0) (2024-03-30)
### Features
* publish picgo packages ([31265d2](https://github.com/terwer/siyuan-plugin-picgo/commit/31265d2af7ad4508e538851d6e11e9478aa66734))
### Bug Fixes
* auto publish npm packages ([9072294](https://github.com/terwer/siyuan-plugin-picgo/commit/90722946d475bcbd9ac1da7a05596ca55c0eea0e))
* post image replace not work ([b552a2a](https://github.com/terwer/siyuan-plugin-picgo/commit/b552a2a1f18b80718fe736163a8dec3d6b97b752))
## [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)
* 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))
* add plugins support ([bf054c7](https://github.com/terwer/siyuan-plugin-picgo/commit/bf054c7a125214291542046c4ff7bb255c4ef936))
* only pc version support enable or disable plugin ([ea29c7f](https://github.com/terwer/siyuan-plugin-picgo/commit/ea29c7f6e354ef91c59fb7e0190db56ce6b53e9e))
Expand Down
2 changes: 1 addition & 1 deletion libs/Universal-PicGo-Core/package.json
@@ -1,6 +1,6 @@
{
"name": "universal-picgo",
"version": "1.8.0",
"version": "1.9.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.8.0",
"version": "1.9.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.8.0",
"version": "1.9.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.8.0",
"version": "1.9.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.8.0",
"version": "1.9.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.8.0",
"version": "1.9.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.8.0",
"version": "1.9.0",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit c27ae73

Please sign in to comment.