Skip to content

Commit fe9d324

Browse files
changeset-release
1 parent fcb99e8 commit fe9d324

File tree

7 files changed

+18
-20
lines changed

7 files changed

+18
-20
lines changed

.changeset/dirty-buses-yell.md

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

.changeset/social-cows-cover.md

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

.changeset/sour-grapes-mate.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- 08e491c: fix: fixing xanoscript generation command, by including the `include_xanoscript` in the metadata api request
8+
- 08e491c: chore: set the initial value on the backup wizard to false to prevent accidential backup execution
9+
- 08e491c: fix: fixing some aspects of the test runner that were causing failing jobs, wrong dynamic data population and header setting
10+
311
## 0.7.4
412

513
### 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.4",
3+
"version": "0.7.5",
44
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
55
"publishConfig": {
66
"tag": "latest",

packages/core/CHANGELOG.md

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

3+
## 0.6.7
4+
5+
### Patch Changes
6+
7+
- 08e491c: fix: fixing xanoscript generation command, by including the `include_xanoscript` in the metadata api request
8+
- 08e491c: chore: set the initial value on the backup wizard to false to prevent accidential backup execution
9+
- 08e491c: fix: fixing some aspects of the test runner that were causing failing jobs, wrong dynamic data population and header setting
10+
311
## 0.6.6
412

513
### 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.6",
3+
"version": "0.6.7",
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)