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/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 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",