Skip to content

Commit d1ddb74

Browse files
authored
Release Version (#62)
2 parents 2fd1fdb + 2729fb6 commit d1ddb74

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.changeset/small-views-raise.md

Lines changed: 0 additions & 5 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.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [99d0ff0]
8+
- @calycode/utils@0.2.1
9+
- @calycode/core@0.4.1
10+
311
## 0.4.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.4.0",
3+
"version": "0.4.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @calycode/caly-core
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [99d0ff0]
8+
- @calycode/utils@0.2.1
9+
310
## 0.4.0
411

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

packages/utils/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 99d0ff0: fix: release of docs
8+
39
## 0.2.0
410

511
### Minor Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calycode/utils",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Utility functions and helpers for the Caly Xano tooling ecosystem",
55
"publishConfig": {
66
"access": "restricted"

0 commit comments

Comments
 (0)