Release Version [@coderabbitai ignore]#187
Conversation
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 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.
Pull request overview
This Changesets-generated release PR updates package versions and changelogs across the monorepo, and removes the consumed changeset files so the updated packages can be published to npm.
Changes:
- Bump package versions for
@calycode/cli,@calycode/core,@calycode/xano-skills,@calycode/browser-consumer,@repo/types, and@repo/utils. - Add/update
CHANGELOG.mdentries reflecting the new releases. - Remove the corresponding
.changeset/*.mdfiles after versioning.
Reviewed changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/xano-skills/package.json | Bumps @calycode/xano-skills version to 0.2.0. |
| packages/xano-skills/CHANGELOG.md | Adds initial changelog for 0.2.0. |
| packages/utils/package.json | Bumps @repo/utils version to 0.4.3. |
| packages/utils/CHANGELOG.md | Adds changelog entry for 0.4.3. |
| packages/types/package.json | Bumps @repo/types version to 0.5.1. |
| packages/types/CHANGELOG.md | Adds changelog entry for 0.5.1. |
| packages/core/package.json | Bumps @calycode/core version to 0.14.0. |
| packages/core/CHANGELOG.md | Adds changelog entry for 0.14.0. |
| packages/cli/package.json | Bumps @calycode/cli version to 0.17.0. |
| packages/cli/CHANGELOG.md | Adds changelog entry for 0.17.0. |
| packages/browser-consumer/package.json | Bumps @calycode/browser-consumer version to 0.1.1. |
| packages/browser-consumer/CHANGELOG.md | Adds initial changelog for 0.1.1. |
| .changeset/ten-regions-switch.md | Removed (consumed by release). |
| .changeset/spicy-bags-guess.md | Removed (consumed by release). |
| .changeset/plain-ways-fall.md | Removed (consumed by release). |
| .changeset/loose-pandas-hide.md | Removed (consumed by release). |
| .changeset/light-crabs-march.md | Removed (consumed by release). |
| .changeset/large-bugs-drop.md | Removed (consumed by release). |
| .changeset/forty-phones-rhyme.md | Removed (consumed by release). |
| .changeset/dull-facts-lose.md | Removed (consumed by release). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,5 +1,13 @@ | |||
| # @calycode/utils | |||
There was a problem hiding this comment.
The CHANGELOG title uses a different package name/scope than the actual package.json name (@repo/utils). This will be confusing in release notes and (if published) on npm; consider updating the heading (and ideally historical references) to match the real package name.
| # @calycode/utils | |
| # @repo/utils |
| @@ -1,5 +1,12 @@ | |||
| # @calycode/types | |||
There was a problem hiding this comment.
The CHANGELOG title uses @calycode/types, but the package name in package.json is @repo/types. Aligning the changelog header with the published package name will avoid confusion for consumers and tooling.
| # @calycode/types | |
| # @repo/types |
| @@ -1,5 +1,16 @@ | |||
| # @calycode/caly-core | |||
There was a problem hiding this comment.
The CHANGELOG title is "@calycode/caly-core", but the package.json name is "@calycode/core". Consider renaming the changelog heading to match the actual package name for accurate release notes.
| # @calycode/caly-core | |
| # @calycode/core |
| @@ -1,5 +1,21 @@ | |||
| # @calycode/xano-cli | |||
There was a problem hiding this comment.
The CHANGELOG title is "@calycode/xano-cli" but the package.json name is "@calycode/cli". Updating the heading to the actual package name will make changelog/release notes consistent.
| # @calycode/xano-cli | |
| # @calycode/cli |
| { | ||
| "name": "@calycode/browser-consumer", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", |
There was a problem hiding this comment.
This PR adds a CHANGELOG.md for @calycode/browser-consumer, but the package.json "files" allowlist currently only includes dist/ and README.md, so the changelog won't be included in the published package. If the changelog is intended to ship to consumers, add CHANGELOG.md to the files array (or remove the allowlist).
| { | ||
| "name": "@calycode/xano-skills", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", |
There was a problem hiding this comment.
This PR adds a CHANGELOG.md for @calycode/xano-skills, but package.json has a "files" allowlist that doesn't include CHANGELOG.md, so it won't be part of the published tarball. If you want changelogs available to consumers, include CHANGELOG.md in the files list (or remove the allowlist).
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
@calycode/cli@0.17.0
Minor Changes
Patch Changes
@calycode/core@0.14.0
Minor Changes
Patch Changes
@calycode/xano-skills@0.2.0
Minor Changes
@calycode/browser-consumer@0.1.1
Patch Changes
@repo/types@0.5.1
Patch Changes
@repo/utils@0.4.3
Patch Changes