Skip to content

Commit 1301482

Browse files
authored
Version Packages (#54)
2 parents b787b88 + b229bee commit 1301482

11 files changed

Lines changed: 103 additions & 38 deletions

File tree

.changeset/eager-vans-boil.md

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

.changeset/proud-berries-fix.md

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

.changeset/slimy-queens-cross.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- efa321b: feat: added path and directory input to setup
8+
feat: at setup scaffold the whole directory instance > workspaces > branches with individual config files
9+
feat: config walker and merger method to generate the context based on current directory of the terminal
10+
feat: guardrail filesystem by default creating new directory
11+
fix: adjusted the dynamic paths in setup process
12+
fix: registry-scaffolding now doesn't require instance config
13+
fix: renamed repo -> src when generating workspace schema
14+
===
15+
- efa321b: feat: adding local config for smoother context resolution
16+
feat: adjusted default instance configuration
17+
18+
### Patch Changes
19+
20+
- 1320be6: fix: fixed test feature issues with runtime value persistence
21+
maintenance: added author and licence to the package.json
22+
===
23+
- Updated dependencies [efa321b]
24+
- Updated dependencies [efa321b]
25+
- Updated dependencies [1320be6]
26+
- @calycode/types@0.2.0
27+
- @calycode/utils@0.2.0
28+
- @calycode/caly-core@0.2.0
29+
330
## 0.1.3
431

532
### 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/caly-xano-cli",
3-
"version": "0.1.3",
3+
"version": "0.2.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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @calycode/caly-core
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- efa321b: feat: added path and directory input to setup
8+
feat: at setup scaffold the whole directory instance > workspaces > branches with individual config files
9+
feat: config walker and merger method to generate the context based on current directory of the terminal
10+
feat: guardrail filesystem by default creating new directory
11+
fix: adjusted the dynamic paths in setup process
12+
fix: registry-scaffolding now doesn't require instance config
13+
fix: renamed repo -> src when generating workspace schema
14+
===
15+
- efa321b: feat: adding local config for smoother context resolution
16+
feat: adjusted default instance configuration
17+
18+
### Patch Changes
19+
20+
- 1320be6: fix: fixed test feature issues with runtime value persistence
21+
maintenance: added author and licence to the package.json
22+
===
23+
- Updated dependencies [efa321b]
24+
- Updated dependencies [efa321b]
25+
- Updated dependencies [1320be6]
26+
- @calycode/types@0.2.0
27+
- @calycode/utils@0.2.0
28+
329
## 0.1.2
430

531
### 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/caly-core",
3-
"version": "0.1.2",
3+
"version": "0.2.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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @calycode/types
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- efa321b: feat: added path and directory input to setup
8+
feat: at setup scaffold the whole directory instance > workspaces > branches with individual config files
9+
feat: config walker and merger method to generate the context based on current directory of the terminal
10+
feat: guardrail filesystem by default creating new directory
11+
fix: adjusted the dynamic paths in setup process
12+
fix: registry-scaffolding now doesn't require instance config
13+
fix: renamed repo -> src when generating workspace schema
14+
===
15+
- efa321b: feat: adding local config for smoother context resolution
16+
feat: adjusted default instance configuration
17+
18+
### Patch Changes
19+
20+
- 1320be6: fix: fixed test feature issues with runtime value persistence
21+
maintenance: added author and licence to the package.json
22+
===
23+
324
## 0.1.2
425

526
### 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.1.2",
3+
"version": "0.2.0",
44
"description": "TypeScript type definitions for the Caly Xano tooling ecosystem",
55
"publishConfig": {
66
"access": "restricted"

packages/utils/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- efa321b: feat: added path and directory input to setup
8+
feat: at setup scaffold the whole directory instance > workspaces > branches with individual config files
9+
feat: config walker and merger method to generate the context based on current directory of the terminal
10+
feat: guardrail filesystem by default creating new directory
11+
fix: adjusted the dynamic paths in setup process
12+
fix: registry-scaffolding now doesn't require instance config
13+
fix: renamed repo -> src when generating workspace schema
14+
===
15+
- efa321b: feat: adding local config for smoother context resolution
16+
feat: adjusted default instance configuration
17+
18+
### Patch Changes
19+
20+
- 1320be6: fix: fixed test feature issues with runtime value persistence
21+
maintenance: added author and licence to the package.json
22+
===
23+
- Updated dependencies [efa321b]
24+
- Updated dependencies [efa321b]
25+
- Updated dependencies [1320be6]
26+
- @calycode/types@0.2.0
27+
328
## 0.1.2
429

530
### Patch Changes

0 commit comments

Comments
 (0)