Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/eight-states-hear.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @calycode/xano-cli

## 0.6.1

### Patch Changes

- 86c39a6: feat: improvements to the documentation generation, added changelog links, full-text search, pagination plugin, terminaly plugin, flexible callouts plugin, dark mode support and mermaid support plugins
refactor: rearranged the repo to be more like a proper turbo powered monorepo. Build times are much faster as before...
refactor: adjustments to the github workflows to match turborepo (without remote cache)

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calycode/cli",
"version": "0.6.0",
"version": "0.6.1",
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
"publishConfig": {
"access": "restricted",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @calycode/caly-core

## 0.6.1

### Patch Changes

- 86c39a6: feat: improvements to the documentation generation, added changelog links, full-text search, pagination plugin, terminaly plugin, flexible callouts plugin, dark mode support and mermaid support plugins
refactor: rearranged the repo to be more like a proper turbo powered monorepo. Build times are much faster as before...
refactor: adjustments to the github workflows to match turborepo (without remote cache)

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calycode/core",
"version": "0.6.0",
"version": "0.6.1",
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
"publishConfig": {
"access": "restricted"
Expand Down
Loading