Skip to content

Commit dc0aa6c

Browse files
changeset-release
1 parent 0ec9df9 commit dc0aa6c

File tree

5 files changed

+24
-13
lines changed

5 files changed

+24
-13
lines changed

.changeset/curvy-doors-jam.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- 0c864d9: chore: added remote cache with turborepo to the workflows
8+
chore: setting up unit-testing structure
9+
chore: unified docs styling to match the rest of the websites... (still needs some work on accessibility)
10+
chore: updated docs, added discord link, cleaned up wrong naming conventions
11+
fix: fixing an issue where the json repo generation resulted in duplicate 'api group folders'
12+
refactor: cleaned up a remainder console.log, changed imports to use the barrel exports from the cli/utils
13+
314
## 0.7.0
415

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

packages/core/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- 0c864d9: chore: added remote cache with turborepo to the workflows
8+
chore: setting up unit-testing structure
9+
chore: unified docs styling to match the rest of the websites... (still needs some work on accessibility)
10+
chore: updated docs, added discord link, cleaned up wrong naming conventions
11+
fix: fixing an issue where the json repo generation resulted in duplicate 'api group folders'
12+
refactor: cleaned up a remainder console.log, changed imports to use the barrel exports from the cli/utils
13+
314
## 0.6.1
415

516
### 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.2",
3+
"version": "0.6.3",
44
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
55
"publishConfig": {},
66
"license": "MIT",

0 commit comments

Comments
 (0)