diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 4906f08c76..eb63eee339 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -8,10 +8,12 @@ on: branches: [master] paths: - 'ios/App' + - package.json pull_request: branches: [master] paths: - 'ios/App' + - package.json env: CLOJURE_VERSION: '1.10.1.763' diff --git a/package.json b/package.json index 978c1b101e..1ab1f73490 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@excalidraw/excalidraw": "0.12.0", "@hugotomazi/capacitor-navigation-bar": "^2.0.0", "@kanru/rage-wasm": "^0.3.0", - "@logseq/capacitor-file-sync": "0.0.13", + "@logseq/capacitor-file-sync": "0.0.14", "@logseq/react-tweet-embed": "1.3.1-1", "@sentry/react": "^6.18.2", "@sentry/tracing": "^6.18.2", diff --git a/yarn.lock b/yarn.lock index fb63d91834..ddfb1c2386 100644 --- a/yarn.lock +++ b/yarn.lock @@ -492,10 +492,10 @@ resolved "https://registry.yarnpkg.com/@kanru/rage-wasm/-/rage-wasm-0.3.0.tgz#de96b1fda1f781ff401d43b50d0f95b7338c4399" integrity sha512-2LMRS27nNJPqFNpRQL7kXG0kgBeIPo63KM6u0Xu6Es5XIS7LP4MFtdHkCg8Pt7IhMM7GuOa2YnzAZgKBxE1lcw== -"@logseq/capacitor-file-sync@0.0.13": - version "0.0.13" - resolved "https://registry.yarnpkg.com/@logseq/capacitor-file-sync/-/capacitor-file-sync-0.0.13.tgz#cf249fd2e091566b453212558137885a30869131" - integrity sha512-jtXgI0fx4IagqPO+frEvSIRddRe0W/DpmaoUJguKrQ9aIH+ebtbkActUQEDX7jxo4w3VtsYJn21+qLtnAAH1pQ== +"@logseq/capacitor-file-sync@0.0.14": + version "0.0.14" + resolved "https://registry.yarnpkg.com/@logseq/capacitor-file-sync/-/capacitor-file-sync-0.0.14.tgz#f358f42e95e0578c2853477a66491c8f221a7c15" + integrity sha512-M8UBSRMErWEc5OJOOnYZTYQU1/OSZNbLHsaJEgEuFlVra9g5l2jtAoeVB7Ekn2vtkJu9odHWyJnnDr04pFVSKQ== "@logseq/react-tweet-embed@1.3.1-1": version "1.3.1-1"