-
Notifications
You must be signed in to change notification settings - Fork 0
New release #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release #261
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughThis PR consolidates changesets and updates version numbers and changelog entries for two packages: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this 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
⛔ Files ignored due to path filters (1)
.github/actions/ci/dist/index.jsis excluded by!**/dist/**
📒 Files selected for processing (7)
.changeset/gold-lizards-grow.md.changeset/new-keys-drop.md.changeset/whole-pugs-return.mdlibs/react/ui/CHANGELOG.mdlibs/react/ui/package.jsontools/biome/CHANGELOG.mdtools/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.mdtools/biome/package.jsontools/biome/CHANGELOG.mdlibs/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.
| ## 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. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 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 -10Repository: 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
fiRepository: 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.
A new release of the packages was created.
Note
Publishes new package versions and updates release notes.
button group,command,kbd,select,search,skeleton, andTablecomponents; adds dashboard story; fixes DataTable pagination (out-of-bounds page index when changing page size)Tableaddition and the DataTable pagination fixpackage.jsonversions and updatesCHANGELOG.mdfilesWritten by Cursor Bugbot for commit 979b1a6. This will update automatically on new commits. Configure here.
Summary by CodeRabbit
New Features
Bug Fixes
✏️ Tip: You can customize this high-level summary in your review settings.