Skip to content

fix: republish with rebuilt dist artifacts#110

Merged
hzhu merged 1 commit into
mainfrom
fix/republish-dist-artifacts
May 26, 2026
Merged

fix: republish with rebuilt dist artifacts#110
hzhu merged 1 commit into
mainfrom
fix/republish-dist-artifacts

Conversation

@hzhu
Copy link
Copy Markdown
Member

@hzhu hzhu commented May 26, 2026

Summary

  • 2.14.3 was manually published without running npm run build, so the npm tarball contains stale artifacts.
  • This empty fix: commit triggers release-please to open a release PR bumping to 2.14.4. Merging that PR runs npm ci && npm run build && npm publish (see .github/workflows/release-please.yaml), giving npm fresh artifacts.

2.14.3 was manually published without running `npm run build`, so the
tarball contained stale artifacts. This commit triggers release-please
to cut 2.14.4, which the workflow will publish with a fresh build.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4abbc8e) to head (4f9f0c7).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #110   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          189       189           
  Branches        20        20           
=========================================
  Hits           189       189           
Flag Coverage Δ
unittests 100.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hzhu hzhu merged commit 6513df1 into main May 26, 2026
3 checks passed
@hzhu hzhu deleted the fix/republish-dist-artifacts branch May 26, 2026 18:22
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.

1 participant