Skip to content

Commit 0927a2b

Browse files
authored
Release Version (#142)
2 parents 5e22d18 + 5e44515 commit 0927a2b

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

.changeset/bright-bees-sleep.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.7.4
4+
5+
### Patch Changes
6+
7+
- 12bd8cf: fix: fixing issues with backup restoration
8+
chore: added warning to the backup restoration command.
9+
310
## 0.7.3
411

512
### 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.3",
3+
"version": "0.7.4",
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.6
4+
5+
### Patch Changes
6+
7+
- 12bd8cf: fix: fixing issues with backup restoration
8+
chore: added warning to the backup restoration command.
9+
310
## 0.6.5
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.5",
3+
"version": "0.6.6",
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)