浏览代码

release: 1.5.1

AkiraBit 3 周之前
父节点
当前提交
c1436134fc
共有 3 个文件被更改,包括 8 次插入2 次删除
  1. 1 1
      apps/picsharp-app/package.json
  2. 6 0
      apps/picsharp-app/release-notes.json
  3. 1 1
      package.json

+ 1 - 1
apps/picsharp-app/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@picsharp/picsharp-app",
   "private": true,
-  "version": "1.5.0",
+  "version": "1.5.1",
   "type": "module",
   "author": "AkiraBit",
   "license": "AGPL-3.0",

+ 6 - 0
apps/picsharp-app/release-notes.json

@@ -1,5 +1,11 @@
 {
   "releases": {
+    "1.5.1": {
+      "date": "2025-07-17",
+      "notes": [
+        "🚀 Switch the \"[dirspy](https://github.com/AkiraBit/dirspy)\" library to implement the file monitoring function to enhance stability and reduce resource usage."
+      ]
+    },
     "1.5.0": {
       "date": "2025-07-09",
       "notes": [

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@picsharp/monorepo",
   "private": true,
-  "version": "1.5.0",
+  "version": "1.5.1",
   "author": {
     "name": "AkiraBit",
     "email": "fengyvxiu@gmail.com"