From 9aab9fe157206c0f61dc216908d834ea33a56af4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:34:58 +0000 Subject: [PATCH 1/2] changeset-release --- .changeset/dry-files-float.md | 6 ------ packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/dry-files-float.md diff --git a/.changeset/dry-files-float.md b/.changeset/dry-files-float.md deleted file mode 100644 index bb02a85..0000000 --- a/.changeset/dry-files-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@calycode/core": minor -"@calycode/cli": minor ---- - -fix: **BREAKING CHANGE** fixing a breaking change in the Xano Metadata API for the workspace/{workspace_id}/export-schema endpoint causing the repo and internal docs generator commands to fail diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7dd3a0a..8339f26 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @calycode/xano-cli +## 0.16.0 + +### Minor Changes + +- 3db8259: fix: **BREAKING CHANGE** fixing a breaking change in the Xano Metadata API for the workspace/{workspace_id}/export-schema endpoint causing the repo and internal docs generator commands to fail + ## 0.15.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index d0388e5..2ec0491 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@calycode/cli", - "version": "0.15.0", + "version": "0.16.0", "description": "Command-line interface for Xano providing terminal access to Xano workflows", "publishConfig": { "tag": "latest", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7063697..5e6974d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @calycode/caly-core +## 0.13.0 + +### Minor Changes + +- 3db8259: fix: **BREAKING CHANGE** fixing a breaking change in the Xano Metadata API for the workspace/{workspace_id}/export-schema endpoint causing the repo and internal docs generator commands to fail + ## 0.12.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6770576..8e6931d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@calycode/core", - "version": "0.12.0", + "version": "0.13.0", "description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows", "publishConfig": { "tag": "latest", From aa36be4806cd9348a38d7fe947f14b9ec3b604d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20T=C3=B3th?= Date: Tue, 6 Jan 2026 14:35:40 +0000 Subject: [PATCH 2/2] chore: update docs [skip ci] --- docs/commands/generate-docs.md | 4 ++-- docs/commands/generate-repo.md | 4 ++-- docs/xano.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/commands/generate-docs.md b/docs/commands/generate-docs.md index 6ff7c91..b415e5f 100644 --- a/docs/commands/generate-docs.md +++ b/docs/commands/generate-docs.md @@ -8,7 +8,7 @@ $ xano generate docs [options] ### Options #### -I, --input -**Description:** Workspace yaml file from a local source, if present. +**Description:** Workspace schema file (.yaml [legacy] or .json) from a local source, if present. #### -O, --output **Description:** Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location. #### --instance @@ -31,7 +31,7 @@ Usage: xano generate docs [options] Options: -I, --input - Workspace yaml file from a local source, if present. + Workspace schema file (.yaml [legacy] or .json) from a local source, if present. -O, --output Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location. diff --git a/docs/commands/generate-repo.md b/docs/commands/generate-repo.md index 7a58af2..0c26244 100644 --- a/docs/commands/generate-repo.md +++ b/docs/commands/generate-repo.md @@ -8,7 +8,7 @@ $ xano generate repo [options] ### Options #### -I, --input -**Description:** Workspace yaml file from a local source, if present. +**Description:** Workspace schema file (.yaml [legacy] or .json) from a local source, if present. #### -O, --output **Description:** Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location. #### --instance @@ -31,7 +31,7 @@ Usage: xano generate repo [options] Options: -I, --input - Workspace yaml file from a local source, if present. + Workspace schema file (.yaml [legacy] or .json) from a local source, if present. -O, --output Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location. diff --git a/docs/xano.md b/docs/xano.md index 5cce66f..92bffc9 100644 --- a/docs/xano.md +++ b/docs/xano.md @@ -17,7 +17,7 @@ Usage: xano [options] Supercharge your Xano workflow: automate backups, docs, testing, and version control — no AI guesswork, just reliable, transparent dev tools. -Current version: 0.15.0 +Current version: 0.16.0 Options: -v, --version output the version number