Skip to content

Prepare v0.1.1 release#8

Merged
gentamura merged 1 commit intomainfrom
release/v0.1.1
Oct 19, 2025
Merged

Prepare v0.1.1 release#8
gentamura merged 1 commit intomainfrom
release/v0.1.1

Conversation

@gentamura
Copy link
Member

@gentamura gentamura commented Oct 19, 2025

Summary

  • bump @listee/types, @listee/auth, @listee/api, and @listee/db to 0.1.1
  • update changelogs with tooling improvements (Turbo, TypeScript 5.6, rimraf cleans, dist manifest script)

Testing

  • bun run version-packages

Summary by CodeRabbit

  • Chores
    • Patch version bumps across packages (0.1.0 → 0.1.1)
    • Updated build tooling and internal dependencies
    • Updated package metadata formatting

@coderabbitai
Copy link

coderabbitai bot commented Oct 19, 2025

Walkthrough

This PR releases patch version 0.1.1 for multiple @Listee packages by removing a changeset manifest, bumping package versions, updating changelogs with build tooling improvements, and reformatting package.json files for consistency.

Changes

Cohort / File(s) Summary
Changeset removal
.changeset/loud-heads-sip.md
Deleted changeset manifest that previously recorded patch updates for multiple @Listee packages and build-tooling notes.
Package version and manifest updates
packages/api/package.json, packages/auth/package.json, packages/db/package.json, packages/types/package.json
Bumped versions from 0.1.0 to 0.1.1 across all four packages. Reformatted files field from compact single-line arrays to multi-line format (no semantic change).
Changelog entries
packages/api/CHANGELOG.md, packages/auth/CHANGELOG.md, packages/db/CHANGELOG.md, packages/types/CHANGELOG.md
Added 0.1.1 patch sections documenting build tooling updates (Turbo, TypeScript 5.6, rimraf scripts, reusable dist manifest generation) and updated internal dependencies.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

The changes follow a consistent, repetitive pattern across packages with no logic modifications, only version bumps, documentation updates, and formatting adjustments.

Possibly related PRs

  • Set up Changesets for versioning #3: Adds initial Changesets configuration and tooling setup—this PR consumes the release process by publishing and cleaning up the changeset manifest.
  • Prepare v0.1.0 release #4: Updates the same packages' versions and changelogs—likely the complementary or preceding release coordination work.

Poem

🐰 Versions hop from naught-point-oh,
To naught-point-one, and off we go!
Build tools polished, changelogs clean,
The tidiest release I've seen!

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 pull request title "Prepare v0.1.1 release" directly and clearly summarizes the main change in the changeset. The PR encompasses version bumps from 0.1.0 to 0.1.1 across four packages (@listee/types, @listee/auth, @listee/api, @listee/db), changelog updates documenting tooling improvements, and updated interdependencies—all of which are standard release preparation activities. The title is concise, specific, and accurately reflects the core objective without being misleading or vague.
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.1.1

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 00eef7a and e573cd5.

📒 Files selected for processing (9)
  • .changeset/loud-heads-sip.md (0 hunks)
  • packages/api/CHANGELOG.md (1 hunks)
  • packages/api/package.json (1 hunks)
  • packages/auth/CHANGELOG.md (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/db/CHANGELOG.md (1 hunks)
  • packages/db/package.json (1 hunks)
  • packages/types/CHANGELOG.md (1 hunks)
  • packages/types/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/loud-heads-sip.md
🧰 Additional context used
📓 Path-based instructions (1)
packages/*/package.json

📄 CodeRabbit inference engine (AGENTS.md)

Reference shared dependencies via the "catalog:" protocol in package manifests

Files:

  • packages/auth/package.json
  • packages/types/package.json
  • packages/api/package.json
  • packages/db/package.json
🔇 Additional comments (8)
packages/types/CHANGELOG.md (1)

3-10: Changelog entry is well-formatted and consistent.

The 0.1.1 patch entry properly documents the build tooling improvements and internal dependency bump. Format and content align with convention and other packages in the release.

packages/db/CHANGELOG.md (1)

3-8: Changelog entry is properly formatted.

The 0.1.1 patch entry correctly documents tooling improvements. Format and commit reference align with other packages.

packages/types/package.json (1)

3-10: Version bump and dependency references are correct.

Version bumped consistently to 0.1.1, files field reformatted for consistency, and @listee/db dependency correctly uses workspace protocol per coding guidelines.

Also applies to: 17-17

packages/api/CHANGELOG.md (1)

3-12: Changelog entry properly documents coordinated dependency updates.

The 0.1.1 patch entry accurately lists all updated internal dependencies (types, auth, db) at version 0.1.1. Format and content are consistent.

packages/auth/CHANGELOG.md (1)

3-10: Changelog entry is accurate and consistent.

The 0.1.1 patch entry correctly documents the updated @listee/types@0.1.1 dependency. Format aligns with other packages.

packages/db/package.json (1)

3-10: Version bump and dependency references are correct.

Version consistently bumped to 0.1.1, files field reformatted, and external dependencies correctly use catalog protocol per guidelines.

Also applies to: 17-18

packages/auth/package.json (1)

3-10: Version and dependencies are correctly configured.

Version bumped to 0.1.1, files field reformatted consistently, and dependencies correctly use workspace protocol for @listee/types and catalog protocol for external jose package per guidelines.

Also applies to: 17-18

packages/api/package.json (1)

3-10: Version and dependencies are correctly configured.

Version bumped to 0.1.1, all internal @Listee packages correctly use workspace protocol, and external hono dependency uses catalog protocol per coding guidelines. File formatting consistent with release.

Also applies to: 17-20


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 19, 2025
@gentamura gentamura merged commit 882fd0b into main Oct 19, 2025
4 checks passed
@gentamura gentamura deleted the release/v0.1.1 branch October 19, 2025 14:07
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