Skip to content

Commit 2ddbcda

Browse files
authored
Release Version [@coderabbitai ignore] (#183)
2 parents 1e0cba9 + aa36be4 commit 2ddbcda

8 files changed

Lines changed: 19 additions & 13 deletions

File tree

.changeset/dry-files-float.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/commands/generate-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ xano generate docs [options]
88
### Options
99

1010
#### -I, --input <file>
11-
**Description:** Workspace yaml file from a local source, if present.
11+
**Description:** Workspace schema file (.yaml [legacy] or .json) from a local source, if present.
1212
#### -O, --output <dir>
1313
**Description:** Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location.
1414
#### --instance <instance>
@@ -31,7 +31,7 @@ Usage: xano generate docs [options]
3131
3232
Options:
3333
-I, --input <file>
34-
Workspace yaml file from a local source, if present.
34+
Workspace schema file (.yaml [legacy] or .json) from a local source, if present.
3535
3636
-O, --output <dir>
3737
Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location.

docs/commands/generate-repo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ xano generate repo [options]
88
### Options
99

1010
#### -I, --input <file>
11-
**Description:** Workspace yaml file from a local source, if present.
11+
**Description:** Workspace schema file (.yaml [legacy] or .json) from a local source, if present.
1212
#### -O, --output <dir>
1313
**Description:** Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location.
1414
#### --instance <instance>
@@ -31,7 +31,7 @@ Usage: xano generate repo [options]
3131
3232
Options:
3333
-I, --input <file>
34-
Workspace yaml file from a local source, if present.
34+
Workspace schema file (.yaml [legacy] or .json) from a local source, if present.
3535
3636
-O, --output <dir>
3737
Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location.

docs/xano.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Usage: xano <command> [options]
1717

1818
Supercharge your Xano workflow: automate backups, docs, testing, and version control — no AI guesswork, just reliable, transparent dev tools.
1919

20-
Current version: 0.15.0
20+
Current version: 0.16.0
2121

2222
Options:
2323
-v, --version output the version number

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @calycode/xano-cli
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- 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
8+
39
## 0.15.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calycode/cli",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
55
"publishConfig": {
66
"tag": "latest",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @calycode/caly-core
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- 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
8+
39
## 0.12.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calycode/core",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
55
"publishConfig": {
66
"tag": "latest",

0 commit comments

Comments
 (0)