Conversation
🦋 Changeset detectedLatest commit: 1dd8898 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughStandardized Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.changeset/free-flies-yawn.md:
- Line 9: The changeset note contains a typo in the repository URL format in the
"Normalize `repository.url` to the strict `git+https://... .git` form." line:
remove the stray space so the URL follows the enforced strict form
(`git+https://...git`)—update the string in .changeset/free-flies-yawn.md (the
"Normalize `repository.url`..." line) to use `git+https://...git` with no space
before .git.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: dd315d76-166e-4e92-a10a-eeffe0238b5a
📒 Files selected for processing (7)
.changeset/free-flies-yawn.mdpackages/catalog/package.jsonpackages/core/package.jsonpackages/reactlynx/package.jsonpackages/styles/package.jsonpackages/tailwind/package.jsonpackages/tokens/package.json
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). 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 ## @dugyu/luna-core@0.3.1 ### Patch Changes - Normalize `repository.url` to the strict `git+https://...git` form. ([#90](#90)) ## @dugyu/luna-reactlynx@0.3.1 ### Patch Changes - Normalize `repository.url` to the strict `git+https://...git` form. ([#90](#90)) - Updated dependencies \[[`711efdf`](711efdf)]: - @dugyu/luna-core@0.3.1 ## @dugyu/luna-styles@0.3.1 ### Patch Changes - Normalize `repository.url` to the strict `git+https://...git` form. ([#90](#90)) ## @dugyu/luna-tailwind@0.3.1 ### Patch Changes - Normalize `repository.url` to the strict `git+https://...git` form. ([#90](#90)) - Updated dependencies \[[`711efdf`](711efdf)]: - @dugyu/luna-core@0.3.1 ## @dugyu/luna-tokens@0.3.1 ### Patch Changes - Normalize `repository.url` to the strict `git+https://...git` form. ([#90](#90)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Normalize repository URL format across all luna packages to use consistent
git+httpsformat with.gitsuffix for improved package registry compatibility.