Skip to content

Release Version [@coderabbitai ignore]#187

Merged
MihalyToth20 merged 2 commits intomainfrom
changeset-release/main
Feb 8, 2026
Merged

Release Version [@coderabbitai ignore]#187
MihalyToth20 merged 2 commits intomainfrom
changeset-release/main

Conversation

@MihalyToth20
Copy link
Collaborator

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

  • 190bf88: feat: include OpenCode AI agentic tooling into the CLI
  • 697ba8c: feat: initial skills setup for the @calycode/cli
  • 63d93ac: feat: load specialized Xano-related agents / templates from remote source to the oc config and use that, without polluting the global oc setup

Patch Changes

  • 545b85b: chore: move the registry item installation into the core
  • 63d93ac: chore: styling revamp of the help commands
  • 3383c84: chore: updates to testing, to have robust env support, and better documentation
  • 545b85b: fix: have graceful exit when no component is selected from registry
  • 190bf88: feat: add first draft of Skills for the CLI

@calycode/core@0.14.0

Minor Changes

  • 190bf88: feat: include OpenCode AI agentic tooling into the CLI

Patch Changes

  • 545b85b: chore: move the registry item installation into the core
  • 3383c84: chore: updates to testing, to have robust env support, and better documentation

@calycode/xano-skills@0.2.0

Minor Changes

  • 697ba8c: feat: initial skills setup for the @calycode/cli

@calycode/browser-consumer@0.1.1

Patch Changes

  • Updated dependencies [190bf88]
  • Updated dependencies [545b85b]
  • Updated dependencies [3383c84]
    • @calycode/core@0.14.0
    • @repo/types@0.5.1

@repo/types@0.5.1

Patch Changes

  • 545b85b: chore: move the registry item installation into the core
  • 3383c84: chore: updates to testing, to have robust env support, and better documentation

@repo/utils@0.4.3

Patch Changes

  • Updated dependencies [545b85b]
  • Updated dependencies [3383c84]
    • @repo/types@0.5.1

Copilot AI review requested due to automatic review settings February 8, 2026 03:29
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 8, 2026

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • [@coderabbitai ignore]

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

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

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md entries reflecting the new releases.
  • Remove the corresponding .changeset/*.md files 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
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
# @calycode/utils
# @repo/utils

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,12 @@
# @calycode/types
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
# @calycode/types
# @repo/types

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,16 @@
# @calycode/caly-core
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
# @calycode/caly-core
# @calycode/core

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,21 @@
# @calycode/xano-cli
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
# @calycode/xano-cli
# @calycode/cli

Copilot uses AI. Check for mistakes.
{
"name": "@calycode/browser-consumer",
"version": "0.1.0",
"version": "0.1.1",
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
{
"name": "@calycode/xano-skills",
"version": "0.1.0",
"version": "0.2.0",
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
@MihalyToth20 MihalyToth20 merged commit 68b146f into main Feb 8, 2026
1 check passed
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.

2 participants