From cb76ef8c60a9f7de03289b64465475c02467eb39 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 28 Sep 2025 07:50:55 +1000 Subject: [PATCH] Bump npm version and fix pipeline --- .github/workflows/publish-npm.yml | 2 +- v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json | 2 +- v3/internal/runtime/desktop/@wailsio/runtime/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 88517c46c..fef99c494 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -27,6 +27,7 @@ jobs: with: files: | v3/internal/runtime/desktop/@wailsio/runtime/package.json + v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json - name: Detect committed source changes if: >- @@ -104,7 +105,6 @@ jobs: git add . git commit -m "[skip ci] Publish @wailsio/runtime ${{ steps.bump-version.outputs.version }}" git push - fi - name: Publish npm package uses: JS-DevTools/npm-publish@v3 diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json b/v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json index 07adb9e12..695e85ed0 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wailsio/runtime", - "version": "3.0.0-alpha.69", + "version": "3.0.0-alpha.70", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package.json b/v3/internal/runtime/desktop/@wailsio/runtime/package.json index 0a05e1a6c..7dcbcd127 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@wailsio/runtime", "type": "module", - "version": "3.0.0-alpha.69", + "version": "3.0.0-alpha.70", "description": "Wails Runtime", "types": "types/index.d.ts", "exports": {