From d197fb9fdb9d6648212158e2d349ca9739d7efb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Jan 2025 11:18:28 +0000 Subject: [PATCH 1/4] Update manifest-beta.json to version 1.7.30-17-beta in main branch --- manifest-beta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-beta.json b/manifest-beta.json index d3ffc29..8fb2a48 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "folder-notes", "name": "Folder notes beta", - "version": "1.7.30-16-beta", + "version": "1.7.30-17-beta", "minAppVersion": "0.15.0", "description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.", "author": "Lost Paul", From 5486b04f25e491bd4c37a818e5aefc21ad2c49e0 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sat, 25 Jan 2025 12:36:54 +0100 Subject: [PATCH 2/4] Update beta-release.yaml --- .github/workflows/beta-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta-release.yaml b/.github/workflows/beta-release.yaml index fe8ba84..3ec1dae 100644 --- a/.github/workflows/beta-release.yaml +++ b/.github/workflows/beta-release.yaml @@ -60,7 +60,7 @@ jobs: - name: npm build run: | npm install - npm run build --if-present + npm run fn-build --if-present - name: Set Release Name run: echo "RELEASE_NAME=${{ env.RELEASE_VERSION }}" >> $GITHUB_ENV From 64a417bc0481ea5eb235e955d8a4546f1f7dc453 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sat, 25 Jan 2025 12:37:07 +0100 Subject: [PATCH 3/4] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0fc4630..ed60d40 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: - name: npm build run: | npm install - npm run build --if-present + npm run fn-build --if-present - name: Create Plugin release uses: ncipollo/release-action@v1.12.0 From 3370060c8081d40162ed56dd443b1a52b7db9fa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Jan 2025 11:39:02 +0000 Subject: [PATCH 4/4] Update manifest-beta.json to version 1.7.30-18-beta in main branch --- manifest-beta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-beta.json b/manifest-beta.json index 8fb2a48..297a3fe 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "folder-notes", "name": "Folder notes beta", - "version": "1.7.30-17-beta", + "version": "1.7.30-18-beta", "minAppVersion": "0.15.0", "description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.", "author": "Lost Paul",