Skip to content

Conversation

@shipfox-deploy-bot
Copy link
Contributor

@shipfox-deploy-bot shipfox-deploy-bot commented Dec 23, 2025

A new release of the packages was created.


Note

Publishes new package versions and updates release notes.

  • @shipfox/react-ui 0.15.0: adds button group, command, kbd, select, search, skeleton, and Table components; adds dashboard story; fixes DataTable pagination (out-of-bounds page index when changing page size)
  • @shipfox/biome 1.6.0: notes Table addition and the DataTable pagination fix
  • Removes processed changeset files; bumps package.json versions and updates CHANGELOG.md files

Written by Cursor Bugbot for commit 979b1a6. This will update automatically on new commits. Configure here.

Summary by CodeRabbit

  • New Features

    • Added new UI components: button group, command, kbd, select, search, and skeleton
    • Added Table component with pagination support
  • Bug Fixes

    • Fixed DataTable pagination issue that could hide rows and pagination controls when changing page size

✏️ Tip: You can customize this high-level summary in your review settings.

@vercel
Copy link

vercel bot commented Dec 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
react-ui Ready Ready Preview, Comment Dec 23, 2025 9:08am

@coderabbitai
Copy link

coderabbitai bot commented Dec 23, 2025

Walkthrough

This PR consolidates changesets and updates version numbers and changelog entries for two packages: @shipfox/react-ui (bumped to 0.15.0) and @shipfox/biome (bumped to 1.6.0). The changeset files are removed as part of the release process after their contents are incorporated into the CHANGELOG files.

Changes

Cohort / File(s) Summary
Changeset consolidation
.changeset/gold-lizards-grow.md, .changeset/new-keys-drop.md, .changeset/whole-pugs-return.md
Removed three changeset files that documented dashboard story, UI components (button group, command, kbd, select, search, skeleton), Table component, and a DataTable pagination fix.
React UI release
libs/react/ui/package.json
Version bumped from 0.14.0 to 0.15.0.
React UI changelog
libs/react/ui/CHANGELOG.md
Added 0.15.0 release entry with three minor changes (dashboard story, new UI components, Table component) and one bug fix note for DataTable pagination out-of-bounds issue.
Biome release
tools/biome/package.json
Version bumped from 1.5.0 to 1.6.0.
Biome changelog
tools/biome/CHANGELOG.md
Added 1.6.0 release entry with a minor change (Table component) and DataTable pagination fix description.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • New release #175 — Modifies release metadata for libs/react/ui (changesets and version bumps)
  • Release - Nov 11 2025 #124 — Updates release files for both libs/react/ui and tools/biome with version bumps and changelog entries
  • New release #192 — Release/version-bump PR touching the same packages with package.json and changelog updates

Suggested reviewers

  • noe-charmet
  • EnzalRad
  • kylengn

Poem

🐰 A release so bright,
Versions bumped just right,
Changesets tucked away,
Changelogs here to stay,
New features take flight!

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title "New release" is vague and generic, lacking specificity about which packages are being released or what the main changes entail. Consider using a more descriptive title that specifies the packages being released (e.g., "Release @shipfox/react-ui 0.15.0 and @shipfox/biome 1.6.0") or the key changes being included.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-bc7713a

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci
Copy link

argos-ci bot commented Dec 23, 2025

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 6 changed Dec 23, 2025, 9:10 AM

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bc7713a and 979b1a6.

⛔ Files ignored due to path filters (1)
  • .github/actions/ci/dist/index.js is excluded by !**/dist/**
📒 Files selected for processing (7)
  • .changeset/gold-lizards-grow.md
  • .changeset/new-keys-drop.md
  • .changeset/whole-pugs-return.md
  • libs/react/ui/CHANGELOG.md
  • libs/react/ui/package.json
  • tools/biome/CHANGELOG.md
  • tools/biome/package.json
💤 Files with no reviewable changes (3)
  • .changeset/whole-pugs-return.md
  • .changeset/gold-lizards-grow.md
  • .changeset/new-keys-drop.md
🧰 Additional context used
📓 Path-based instructions (1)
**/*

⚙️ CodeRabbit configuration file

We handle errors at the edge of our applications in most cases. Do not recommend to add error handling around every single function. We prefer them to bubble up and be handled at upper layers.

Files:

  • libs/react/ui/CHANGELOG.md
  • tools/biome/package.json
  • tools/biome/CHANGELOG.md
  • libs/react/ui/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Continuous integration
🔇 Additional comments (3)
libs/react/ui/package.json (1)

4-4: LGTM! Version bump for 0.15.0 release.

The version increment follows semantic versioning correctly for a minor release with new features.

tools/biome/package.json (1)

3-3: LGTM! Version bump for 1.6.0 release.

The version increment is appropriate for a minor release.

libs/react/ui/CHANGELOG.md (1)

3-12: LGTM! Well-documented release notes.

The changelog entry properly documents the new features and bug fix for the 0.15.0 release. The format is consistent with previous entries.

Comment on lines +3 to +10
## 1.6.0

### Minor Changes

- f3c145d: Add Table component

Fix DataTable pagination issue where changing page size could result in an out-of-bounds page index, causing the table to display no rows and hide pagination controls.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Check the biome CHANGELOG content
echo "=== tools/biome/CHANGELOG.md (lines 1-15) ==="
head -20 tools/biome/CHANGELOG.md

echo -e "\n=== libs/react/ui/CHANGELOG.md (first 15 lines) ==="
head -20 libs/react/ui/CHANGELOG.md 2>/dev/null || echo "File not found"

# List files to understand structure
echo -e "\n=== Repository structure around changelog files ==="
find . -name "CHANGELOG.md" -type f | head -10

Repository: ShipfoxHQ/tooling

Length of output: 1350


🏁 Script executed:

#!/bin/bash
# Verify the biome package purpose
if [ -f "tools/biome/package.json" ]; then
  echo "=== tools/biome/package.json ==="
  cat tools/biome/package.json | head -20
fi

Repository: ShipfoxHQ/tooling

Length of output: 579


Remove Table component entry from biome changelog.

The entry mentioning "Add Table component" and DataTable pagination fix (commit f3c145d) belongs only in libs/react/ui/CHANGELOG.md. Biome is a formatter and linter for JavaScript, TypeScript, JSX, JSON, CSS and GraphQL, not a UI component library. This appears to be a copy-paste error during changelog generation. Remove lines 5-9 from the 1.6.0 entry.

🤖 Prompt for AI Agents
In tools/biome/CHANGELOG.md around lines 3 to 10, remove the incorrect "Add
Table component" entry (lines 5-9) from the 1.6.0 section because it was copied
from the UI library changelog; delete that paragraph and the bullet describing
the DataTable pagination fix so the Biome changelog only contains relevant
linter/formatter entries.

@kylengn kylengn enabled auto-merge (squash) December 23, 2025 09:14
@kylengn kylengn merged commit 2c2f5e6 into main Dec 23, 2025
6 checks passed
@kylengn kylengn deleted the release-bc7713a branch December 23, 2025 09:15
@coderabbitai coderabbitai bot mentioned this pull request Jan 9, 2026
@coderabbitai coderabbitai bot mentioned this pull request Jan 30, 2026
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.

3 participants