Skip to content

Commit 4e4f970

Browse files
changeset-release
1 parent ad1fc44 commit 4e4f970

File tree

8 files changed

+18
-24
lines changed

8 files changed

+18
-24
lines changed

.changeset/bumpy-moons-hear.md

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

.changeset/many-moments-smile.md

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

.changeset/olive-animals-attend.md

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

.changeset/stupid-views-relate.md

Lines changed: 0 additions & 5 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.7.7
4+
5+
### Patch Changes
6+
7+
- bc0d509: fix: fixing default registry item .xs function to match new syntax
8+
- bc0d509: fix: several fixes for the registry related command, updated scaffolded registry directory structure, fixed url processing from env, fixed multiple issues with adding items to the remote Xano instance
9+
- bc0d509: chore: added test-config.schema, now it's easier to actually know what a test config should look like
10+
- bc0d509: chore: updated the output of the registry-add command for better readibility and to expose the errors that Xano returns --> thus allowing actually remote linting of .xs files as well
11+
312
## 0.7.6
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.6",
3+
"version": "0.7.7",
44
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
55
"publishConfig": {
66
"tag": "latest",

packages/core/CHANGELOG.md

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

3+
## 0.6.9
4+
5+
### Patch Changes
6+
7+
- bc0d509: fix: fixing default registry item .xs function to match new syntax
8+
- bc0d509: chore: added test-config.schema, now it's easier to actually know what a test config should look like
9+
310
## 0.6.8
411

512
### 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.8",
3+
"version": "0.6.9",
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)