Skip to content

Commit 52a5e1c

Browse files
changeset-release
1 parent abb0333 commit 52a5e1c

File tree

9 files changed

+46
-12
lines changed

9 files changed

+46
-12
lines changed

.changeset/bright-teams-decide.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 0f463ea: feat: fixing and wrapping up backup exporting command
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0f463ea]
12+
- @calycode/types@0.3.0
13+
- @calycode/utils@0.3.0
14+
- @calycode/core@0.5.0
15+
316
## 0.4.4
417

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

packages/core/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 0f463ea: feat: fixing and wrapping up backup exporting command
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0f463ea]
12+
- @calycode/types@0.3.0
13+
- @calycode/utils@0.3.0
14+
315
## 0.4.4
416

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

packages/types/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 0f463ea: feat: fixing and wrapping up backup exporting command
8+
39
## 0.2.3
410

511
### Patch Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calycode/types",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "TypeScript type definitions for the Caly Xano tooling ecosystem",
55
"publishConfig": {
66
"access": "restricted"

packages/utils/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 0f463ea: feat: fixing and wrapping up backup exporting command
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0f463ea]
12+
- @calycode/types@0.3.0
13+
314
## 0.2.4
415

516
### Patch 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.4",
3+
"version": "0.3.0",
44
"description": "Utility functions and helpers for the Caly Xano tooling ecosystem",
55
"publishConfig": {
66
"access": "restricted"

0 commit comments

Comments
 (0)