Skip to content

Prepare v0.2.0 release#14

Merged
gentamura merged 1 commit intomainfrom
release-v0.2.0
Oct 22, 2025
Merged

Prepare v0.2.0 release#14
gentamura merged 1 commit intomainfrom
release-v0.2.0

Conversation

@gentamura
Copy link
Member

@gentamura gentamura commented Oct 22, 2025

Summary

  • record a changeset for the API, auth, db, and types packages
  • set the stage for publishing the post-0.1.1 features via the CI release job

Testing

  • bun run lint
  • bun test
  • bun run build

Summary by CodeRabbit

  • New Features
    • Added new create routes for data management
    • Introduced provisioning functionality across core packages
    • Enhanced Row-Level Security client capabilities

@coderabbitai
Copy link

coderabbitai bot commented Oct 22, 2025

Walkthrough

A changeset file documents minor version bumps for four packages: @listee/api, @listee/auth, @listee/db, and @listee/types. The associated changes include create routes, provisioning enhancements, and RLS client improvements.

Changes

Cohort / File(s) Summary
Changeset metadata
\.changeset/four-rockets-boil\.md
Documents minor version bumps for @listee/api, @listee/auth, @listee/db, and @listee/types with summary of create routes, provisioning, and RLS client improvements

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • Prepare v0.1.0 release #4: Modifies the same package release metadata and version bumps for @listee/api, @listee/auth, @listee/db, and @listee/types.
  • Prepare v0.1.1 release #8: Updates package versions for @listee/api, @listee/auth, @listee/db, and @listee/types through changesets/package versioning.

Poem

🐰 Four packages rise with changes new,
Routes created, RLS improved too,
A changeset marks the bumps with care,
Version whispers float through the air! 🚀

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The PR title "Prepare v0.2.0 release" directly and accurately reflects the main change in this changeset. The PR creates a changeset file to record minor version bumps for four packages (@listee/api, @listee/auth, @listee/db, @listee/types) and explicitly aims to "set the stage for publishing post-0.1.1 features via the CI release job," which aligns perfectly with preparing a v0.2.0 release. The title is concise, specific to the version being prepared, avoids vague language, and would clearly communicate the PR's purpose to a teammate scanning the repository history.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-v0.2.0

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.

@gentamura gentamura self-assigned this Oct 22, 2025
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: 0

🧹 Nitpick comments (1)
.changeset/four-rockets-boil.md (1)

8-8: Expand the summary for better release notes clarity.

The description is concise but could provide more context about the nature of these changes for release notes. Consider elaborating on what "create routes" means (e.g., new API endpoints), which packages benefit from "provisioning" changes, and what "RLS client improvements" specifically address.

Example improvement:

Add create route endpoints and provisioning enhancements to API and auth packages. 
Improve Row-Level Security (RLS) client in db package and type definitions in types package.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 144b112 and 73327cf.

📒 Files selected for processing (1)
  • .changeset/four-rockets-boil.md (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
.changeset/**

📄 CodeRabbit inference engine (AGENTS.md)

.changeset/**: Attach the latest Changeset entry when a release is required
Declare breaking changes and follow SemVer in Changesets

Files:

  • .changeset/four-rockets-boil.md
🔇 Additional comments (1)
.changeset/four-rockets-boil.md (1)

1-6: Changeset is properly paired with code changes across all four packages.

The verification confirms that all four packages (@listee/api, @listee/auth, @listee/db, @listee/types) have legitimate code modifications in recent commits that justify the minor version bumps declared in this changeset. The changes include API routes, authentication provisioning, database schema enhancements, and type updates—aligning with the "create routes" and "RLS client improvements" mentioned. The changeset format and SemVer declarations are correct.

@gentamura gentamura merged commit 8098b5d into main Oct 22, 2025
5 checks passed
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