Skip to content

Conversation

@meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Nov 3, 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 main, this PR will be updated.

Releases

@meilisearch/instant-meilisearch@0.29.0

Minor Changes

  • caf1e80: Add support for insidePolygon filter to geosearch

Summary by CodeRabbit

  • New Features
    • Added support for insidePolygon filter to geosearch functionality.

@coderabbitai
Copy link

coderabbitai bot commented Nov 3, 2025

Walkthrough

This is a version release PR that consolidates version bumps and changelog updates for @meilisearch/instant-meilisearch. It removes the temporary changeset file, adds a new changelog entry for version 0.29.0 documenting insidePolygon filter support, and updates version references across package metadata files.

Changes

Cohort / File(s) Summary
Version and metadata bump
packages/instant-meilisearch/package.json, packages/instant-meilisearch/src/package-version.ts, playgrounds/javascript/package.json
Updated package versions from 0.28.0 to 0.29.0 across package metadata and dependencies.
Changelog updates
packages/instant-meilisearch/CHANGELOG.md
Added version 0.29.0 entry documenting insidePolygon filter support for geosearch.
Changeset cleanup
.changeset/mean-weeks-admire.md
Removed temporary changeset file after incorporating release notes into changelog.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

  • All changes follow a consistent pattern of version string updates with no logic modifications
  • Straightforward to verify version numbers are correctly synchronized across files
  • Changelog entry accurately documents the feature addition

Possibly related PRs

Suggested reviewers

  • curquiza
  • flevi29
  • Strift

Poem

🐰 A minor bump to twenty-nine we go,
insidePolygon now helps searches glow,
Versions aligned from root to leaf,
A release complete—beyond belief! ✨

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The pull request title 'Version Packages' is generic and vague, using a non-descriptive term that doesn't convey meaningful information about the specific changes. While the PR description clarifies this is a version bump for @meilisearch/instant-meilisearch with a new feature (insidePolygon filter support), the title itself lacks specificity about what is being versioned or changed. The title could apply to any routine version update PR without distinguishing this particular release. Consider updating the title to be more specific and descriptive, such as 'Release @meilisearch/instant-meilisearch@0.29.0 with insidePolygon filter support' or similar, so that teammates scanning the history can immediately understand the significance and scope of the version bump from the title alone.
✅ Passed checks (1 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

📜 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 e4da791 and 18c4924.

📒 Files selected for processing (5)
  • .changeset/mean-weeks-admire.md (0 hunks)
  • packages/instant-meilisearch/CHANGELOG.md (1 hunks)
  • packages/instant-meilisearch/package.json (1 hunks)
  • packages/instant-meilisearch/src/package-version.ts (1 hunks)
  • playgrounds/javascript/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/mean-weeks-admire.md
🧰 Additional context used
🧬 Code graph analysis (1)
packages/instant-meilisearch/src/package-version.ts (1)
packages/autocomplete-client/src/package-version.ts (1)
  • PACKAGE_VERSION (1-1)
⏰ 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: instant-meilisearch end-to-end-tests
🔇 Additional comments (4)
packages/instant-meilisearch/package.json (1)

3-3: LGTM! Version bumped correctly.

The version has been properly updated to 0.29.0, consistent with the minor feature addition documented in the changelog.

playgrounds/javascript/package.json (1)

15-15: LGTM! Playground dependency updated correctly.

The dependency version has been updated to match the new package release.

packages/instant-meilisearch/CHANGELOG.md (1)

3-8: LGTM! Changelog entry is well-formatted.

The new version entry correctly documents the insidePolygon filter feature addition, and the minor version bump is appropriate for this feature enhancement.

packages/instant-meilisearch/src/package-version.ts (1)

1-1: LGTM! Version constant synchronized correctly.

The PACKAGE_VERSION constant has been updated to match the package.json version, ensuring consistency across version references.


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.

@Strift Strift added the skip-changelog The PR will not appear in the release changelogs label Nov 3, 2025
@Strift Strift enabled auto-merge November 3, 2025 10:38
@Strift Strift added this pull request to the merge queue Nov 3, 2025
Merged via the queue into main with commit 70f6314 Nov 3, 2025
7 checks passed
@Strift Strift deleted the changeset-release/main branch November 3, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants