Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 1, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to beta, this PR will be updated.

Releases

@data-client/rest@0.15.1-beta-20251201012906-ff2853c5a0da93a503b2b606c8fc724625b79308

Patch Changes

  • #3635 63ee107 Thanks @ntucker! - Fix getPage types when paginationField is in body

    const ep = new RestEndpoint({
      path: '/rpc',
      method: 'POST',
      body: {} as { page?: number; method: string },
      paginationField: 'page',
    });
    // Before: ep.getPage({ page: 2 }, { method: 'get' }) ❌
    // After:  ep.getPage({ page: 2, method: 'get' })     ✓

@data-client/vue@0.3.2-beta-20251201012906-ff2853c5a0da93a503b2b606c8fc724625b79308

Patch Changes

coinbase-lite@0.0.10-beta-20251201012906-ff2853c5a0da93a503b2b606c8fc724625b79308

Patch Changes

  • Updated dependencies [63ee107]:
    • @data-client/rest@0.15.1-beta-20251201012906-ff2853c5a0da93a503b2b606c8fc724625b79308

test-bundlesize@0.1.1-beta-20251201012906-ff2853c5a0da93a503b2b606c8fc724625b79308

Patch Changes

@ntucker ntucker merged commit 601cf09 into beta Dec 1, 2025
17 checks passed
@ntucker ntucker deleted the changeset-release/beta branch December 1, 2025 01:34
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.29%. Comparing base (ff2853c) to head (3a04aee).
⚠️ Report is 1 commits behind head on beta.

Additional details and impacted files
@@           Coverage Diff           @@
##             beta    #3648   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         147      147           
  Lines        2581     2581           
  Branches      501      501           
=======================================
  Hits         2537     2537           
  Misses         10       10           
  Partials       34       34           

☔ 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.

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.

2 participants