-
Notifications
You must be signed in to change notification settings - Fork 66
Version Packages #1411
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
Version Packages #1411
Conversation
WalkthroughRemoves four changeset files, adds a 0.28.0 changelog entry, bumps Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
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 |
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: 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
📒 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
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
Patch Changes
Summary by CodeRabbit
Documentation
Chores
Tests