Skip to content

Commit c2e01bc

Browse files
changeset-release
1 parent 1ebc71a commit c2e01bc

File tree

6 files changed

+20
-16
lines changed

6 files changed

+20
-16
lines changed

.changeset/brave-suits-punch.md

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

.changeset/young-clowns-push.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 63e04b2: feat: include mcp_server, addon, agent, middleware in the workspace xs export
8+
- a949bf7: chore: add query VERBS into xanoscript generation, to avoid overrides
9+
chore: cleanup of repo directory structure generation, added notes to the function
10+
feat: integrating xanoscript into repo-generation
11+
312
## 0.7.7
413

514
### Patch 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.7.7",
3+
"version": "0.8.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @calycode/caly-core
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 63e04b2: feat: include mcp_server, addon, agent, middleware in the workspace xs export
8+
- a949bf7: chore: add query VERBS into xanoscript generation, to avoid overrides
9+
chore: cleanup of repo directory structure generation, added notes to the function
10+
feat: integrating xanoscript into repo-generation
11+
312
## 0.6.9
413

514
### Patch 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.6.9",
3+
"version": "0.7.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)