@proofkit/cli 1.0.0 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @proofgeist/kit
2
2
 
3
+ ## 1.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Run typegen code directly instead of via execa
8
+ - error trap around formatting
9
+ - Remove shared-utils dep
10
+
11
+ ## 1.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 7429a1e: Add simultaneous support for Shadcn. New projects will have Shadcn initialized automatically, and the upgrade command will offer to automatically add support for Shadcn to an existing ProofKit project.
16
+
17
+ ### Patch Changes
18
+
19
+ - b483d67: Update formatting after typegen to be more consistent
20
+ - f0ddde2: Upgrade next-safe-action to v8 (and related dependencies)
21
+ - 7c87649: Fix getFieldNamesForSchema function
22
+
3
23
  ## 1.0.0
4
24
 
5
25
  ### Major Changes