Skip to content

Commit bcd2df6

Browse files
authored
Version Packages (#57)
2 parents 850d291 + 65711ba commit bcd2df6

File tree

5 files changed

+33
-15
lines changed

5 files changed

+33
-15
lines changed

.changeset/clever-mangos-march.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d89534c: feat: added '@' as a project root indicator to the setup --> allowing now to execute any generative command and still output into the right hierarchy
8+
feat: added project root resolver method
9+
feat: moved the codegen outside of the oas directory
10+
feat: revamped context selection to be smart based on current user directory, this includes a 'missing context prompts' from users. e.g. on root directory someone wants to generate OpenAPI specs, but we don't have the workspace / branch info -> this triggers clack/prompts.
11+
fix: current context finding core method was trying to resolve workspaces from merged config, which only stores modifyable items (e.g. linting and testing rules)
12+
fix: fixed an issue in loadMergedConfig() method returning paths instead of found item names
13+
fix: various context management related fixes
14+
refactor: extracted config resolution method that was reused on all commands
15+
16+
### Patch Changes
17+
18+
- Updated dependencies [d89534c]
19+
- @calycode/caly-core@0.3.0
20+
321
## 0.2.0
422

523
### 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/caly-xano-cli",
3-
"version": "0.2.0",
3+
"version": "0.3.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @calycode/caly-core
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d89534c: feat: added '@' as a project root indicator to the setup --> allowing now to execute any generative command and still output into the right hierarchy
8+
feat: added project root resolver method
9+
feat: moved the codegen outside of the oas directory
10+
feat: revamped context selection to be smart based on current user directory, this includes a 'missing context prompts' from users. e.g. on root directory someone wants to generate OpenAPI specs, but we don't have the workspace / branch info -> this triggers clack/prompts.
11+
fix: current context finding core method was trying to resolve workspaces from merged config, which only stores modifyable items (e.g. linting and testing rules)
12+
fix: fixed an issue in loadMergedConfig() method returning paths instead of found item names
13+
fix: various context management related fixes
14+
refactor: extracted config resolution method that was reused on all commands
15+
316
## 0.2.0
417

518
### 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/caly-core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
55
"publishConfig": {
66
"access": "restricted"

0 commit comments

Comments
 (0)