@forge/cli-shared 9.5.0-next.9 → 9.5.1-next.0

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,38 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 9.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 445988f: Route CLI warnings and errors to stderr
8
+
9
+ ## 9.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 2efeacb: Added the `--approve <rule...>` option to `forge lint`, so approval rules such as `MAJOR_VERSION_RULE` can be acknowledged non-interactively, matching the behaviour of `forge deploy --approve`.
14
+
15
+ ### Patch Changes
16
+
17
+ - 2521b54: Display frontend log metadata in verbose Forge CLI log output.
18
+ - 1360df2: Standardise --json flag declaration across all commands
19
+ - b7996ba: Fix tunnel debugging
20
+ - Updated dependencies [a804b36]
21
+ - Updated dependencies [db66d54]
22
+ - Updated dependencies [40260f5]
23
+ - Updated dependencies [0795370]
24
+ - Updated dependencies [f2c080f]
25
+ - Updated dependencies [c62c72a]
26
+ - Updated dependencies [6479f6e]
27
+ - @forge/manifest@13.4.0
28
+
29
+ ## 9.5.0-next.10
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [6479f6e]
34
+ - @forge/manifest@13.4.0-next.6
35
+
3
36
  ## 9.5.0-next.9
4
37
 
5
38
  ### Minor Changes