Skip to content

Commit f28d62d

Browse files
authored
Release Version (#98)
2 parents 8e3489e + ed781a4 commit f28d62d

File tree

9 files changed

+49
-16
lines changed

9 files changed

+49
-16
lines changed

.changeset/stale-actors-vanish.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- cee20fc: feat: adding graceful, simple exit handling
8+
feat: fixing and wrapping up backup exporting command
9+
fix: registry file type .xano -> .xs
10+
refactor: marked types, utils, core as devDeps as they are all bundled at build --> reduce deps
11+
refactor: minor cleanup, removal of context-switching command, registry schema links fixed
12+
313
## 0.5.0
414

515
### 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.5.0",
3+
"version": "0.6.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @calycode/caly-core
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- cee20fc: feat: adding graceful, simple exit handling
8+
feat: fixing and wrapping up backup exporting command
9+
fix: registry file type .xano -> .xs
10+
refactor: marked types, utils, core as devDeps as they are all bundled at build --> reduce deps
11+
refactor: minor cleanup, removal of context-switching command, registry schema links fixed
12+
313
## 0.5.0
414

515
### 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.5.0",
3+
"version": "0.6.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @calycode/types
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- cee20fc: feat: adding graceful, simple exit handling
8+
feat: fixing and wrapping up backup exporting command
9+
fix: registry file type .xano -> .xs
10+
refactor: marked types, utils, core as devDeps as they are all bundled at build --> reduce deps
11+
refactor: minor cleanup, removal of context-switching command, registry schema links fixed
12+
313
## 0.3.0
414

515
### Minor 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.3.0",
3+
"version": "0.4.0",
44
"description": "TypeScript type definitions for the Caly Xano tooling ecosystem",
55
"private": "true",
66
"publishConfig": {

packages/utils/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- cee20fc: feat: adding graceful, simple exit handling
8+
feat: fixing and wrapping up backup exporting command
9+
fix: registry file type .xano -> .xs
10+
refactor: marked types, utils, core as devDeps as they are all bundled at build --> reduce deps
11+
refactor: minor cleanup, removal of context-switching command, registry schema links fixed
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [cee20fc]
16+
- @calycode/types@0.4.0
17+
318
## 0.3.0
419

520
### 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.3.0",
3+
"version": "0.4.0",
44
"description": "Utility functions and helpers for the Caly Xano tooling ecosystem",
55
"private": "true",
66
"publishConfig": {

0 commit comments

Comments
 (0)