Skip to content

fix: bump v8-admin gws-sheets dep to 0.1.1 (fixes #42)#44

Open
longfin wants to merge 1 commit intomainfrom
fix/v8-admin-gws-sheets-version
Open

fix: bump v8-admin gws-sheets dep to 0.1.1 (fixes #42)#44
longfin wants to merge 1 commit intomainfrom
fix/v8-admin-gws-sheets-version

Conversation

@longfin
Copy link
Copy Markdown
Member

@longfin longfin commented Apr 10, 2026

Summary

  • The v8-admin camp installer referenced campforge-gws-sheets-0.1.0.tgz, but packages/gws-sheets is at version 0.1.1. Locally packed tarballs use the source version, so the E2E install test in CI 404'd on every run.
  • Bump the dependency URL to 0.1.1 and bump CAMP_VERSION to v1.3.0 ahead of the next release (matching the pattern in 3ba14dc).

The other failing camps in #42 share the same root cause via this single camp; once the v8-admin installer is fixed, the 6 failing test cases should pass. (9c-backoffice and campforge-guide were already passing in the failing run logs — only v8-admin's install step failed, and the failures were attributed across cases by the test harness.)

Test plan

  • CI: E2E install test passes for all camps
  • After merge, cut a v8-admin-v1.3.0 GitHub Release containing campforge-gws-sheets-0.1.1.tgz so curl-based installs continue to work

Fixes #42

🤖 Generated with Claude Code

The gws-sheets package is at version 0.1.1, but the v8-admin installer
referenced 0.1.0.tgz, causing the E2E install test to 404 when fetching
the locally-packed tarball. Bump CAMP_VERSION to v1.3.0 in anticipation
of the next release that contains the updated tarball.

Fixes #42

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: E2E install test CI failing on main — npm install can't find @campforge/* packages

1 participant