Skip to content

Conversation

@meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Sep 24, 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/[email protected]

Minor Changes

  • 81420d8: Bump meilisearch to v0.53
  • 91f3262: Bump meilisearch to v0.53

Patch Changes

  • 83040e5: Fix search client type, bump meilisearch-js dependency
  • 7e0dcc1: Fix search client type

Summary by CodeRabbit

  • Documentation

    • Updated changelog for @meilisearch/instant-meilisearch v0.28.0, noting a dependency bump to meilisearch v0.53 and a patch note.
  • Chores

    • Released @meilisearch/instant-meilisearch v0.28.0.
    • Updated package version metadata and exported version value.
    • Synced playground dependencies to the new release.
    • Removed obsolete changeset entries.
  • Tests

    • No changes.

@coderabbitai
Copy link

coderabbitai bot commented Sep 24, 2025

Walkthrough

Removes four changeset files, adds a 0.28.0 changelog entry, bumps @meilisearch/instant-meilisearch to 0.28.0 (package.json and PACKAGE_VERSION), and updates two playgrounds to depend on 0.28.0. No source logic or public API signatures changed.

Changes

Cohort / File(s) Summary
Changeset removals
.changeset/large-foxes-train.md, .changeset/poor-geckos-rescue.md, .changeset/six-horses-breathe.md, .changeset/weak-chefs-share.md
Deleted changeset entries that recorded minor/patch releases and dependency bumps; metadata-only deletions.
Package version bump
packages/instant-meilisearch/package.json, packages/instant-meilisearch/src/package-version.ts
Version updated from 0.27.0 to 0.28.0 (package.json and exported PACKAGE_VERSION).
Changelog update
packages/instant-meilisearch/CHANGELOG.md
Added 0.28.0 entry listing a dependency bump to meilisearch v0.53 and a search client type fix.
Playground dependency bumps
playgrounds/geo-javascript/package.json, playgrounds/javascript/package.json
Updated dependency @meilisearch/instant-meilisearch from 0.27.0 to 0.28.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

maintenance

Suggested reviewers

  • curquiza
  • brunoocasali

Poem

I’m a rabbit on a tidy quest,
deleting notes to make a nest.
Bumped a version, changelog gleams,
Playgrounds bite into fresh dreams.
Thump-thump — release hops off, blessed. 🐇✨

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 title "Version Packages" is short and directly relates to the primary change in this PR—package version bumps and a release for @meilisearch/instant-meilisearch—so it summarizes the main change, although it is somewhat generic.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • 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 b0093aa and 801d915.

📒 Files selected for processing (1)
  • packages/instant-meilisearch/CHANGELOG.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • packages/instant-meilisearch/CHANGELOG.md

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.

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 (3)
packages/instant-meilisearch/package.json (1)

46-48: Confirm intended semver range for meilisearch.

"0.53" allows all 0.53.x patches (<0.54.0). If you intended to lock to a single patch, pin "0.53.0"; if you want caret semantics, "^0.53.0" is equivalent here.

playgrounds/javascript/package.json (1)

15-15: Playground dependency updated to 0.28.0.

Consider "^0.28.0" to auto-receive patch updates in examples.

playgrounds/geo-javascript/package.json (1)

15-16: Playground dependencies updated.

Same note: consider "^0.28.0" for patch updates in the playground.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 81420d8 and b0093aa.

📒 Files selected for processing (9)
  • .changeset/large-foxes-train.md (0 hunks)
  • .changeset/poor-geckos-rescue.md (0 hunks)
  • .changeset/six-horses-breathe.md (0 hunks)
  • .changeset/weak-chefs-share.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/geo-javascript/package.json (1 hunks)
  • playgrounds/javascript/package.json (1 hunks)
💤 Files with no reviewable changes (4)
  • .changeset/weak-chefs-share.md
  • .changeset/large-foxes-train.md
  • .changeset/poor-geckos-rescue.md
  • .changeset/six-horses-breathe.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: autocomplete-client end-to-end-tests
🔇 Additional comments (3)
packages/instant-meilisearch/CHANGELOG.md (1)

3-14: Changelog entry reads well and aligns with the release intent.

No action needed.

packages/instant-meilisearch/package.json (1)

3-3: Version bump consistent with source.

Aligned with src/package-version.ts and changelog.

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

1-1: Approve version bump — all references updated to 0.28.0. packages/instant-meilisearch/package.json = 0.28.0; packages/instant-meilisearch/src/package-version.ts = 0.28.0; playgrounds/javascript/package.json dependency = 0.28.0; playgrounds/geo-javascript/package.json dependency = 0.28.0

@Strift Strift merged commit 408650a into main Sep 24, 2025
7 checks passed
@Strift Strift deleted the changeset-release/main branch September 24, 2025 08:24
@coderabbitai coderabbitai bot mentioned this pull request Nov 3, 2025
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