Skip to content

Commit 0fb7349

Browse files
authored
Release Version (#113)
2 parents 0c93dfc + 7c206e5 commit 0fb7349

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

.changeset/eight-states-hear.md

Lines changed: 0 additions & 8 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.6.1
4+
5+
### Patch Changes
6+
7+
- 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
8+
refactor: rearranged the repo to be more like a proper turbo powered monorepo. Build times are much faster as before...
9+
refactor: adjustments to the github workflows to match turborepo (without remote cache)
10+
311
## 0.6.0
412

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

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.1
4+
5+
### Patch Changes
6+
7+
- 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
8+
refactor: rearranged the repo to be more like a proper turbo powered monorepo. Build times are much faster as before...
9+
refactor: adjustments to the github workflows to match turborepo (without remote cache)
10+
311
## 0.6.0
412

513
### Minor 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.0",
3+
"version": "0.6.1",
44
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
55
"publishConfig": {
66
"access": "restricted"

0 commit comments

Comments
 (0)