We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92113ec commit 1b22670Copy full SHA for 1b22670
.changeset/pre.json
@@ -57,6 +57,7 @@
57
"tender-years-rhyme",
58
"thick-beans-double",
59
"wet-bikes-check",
60
+ "wicked-dolphins-raise",
61
"wise-lions-breathe"
62
]
63
}
packages/cli/core/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @latitude-data/cli
2
3
+## 1.11.0-canary.8
4
+
5
+### Patch Changes
6
7
+- 92113ec: Fix build failing when projects does not has a prompts folder
8
9
## 1.11.0-canary.7
10
11
### Patch Changes
packages/cli/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@latitude-data/cli",
"description": "CLI for Latitude",
- "version": "1.11.0-canary.7",
+ "version": "1.11.0-canary.8",
"license": "LGPL",
"bin": {
"latitude": "dist/cli.js"
0 commit comments