@spark-ui/cli-utils 14.0.0-beta.1 → 14.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +46 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,54 @@
1
- ## 14.0.0-beta.1 (2026-01-02)
1
+ # 14.0.0 (2026-01-26)
2
2
 
3
- ### 🚀 Features
3
+ ### 🩹 Fixes
4
+
5
+ - improve beta publishing management ([6f05cf68d](https://github.com/leboncoin/spark-web/commit/6f05cf68d))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Powerplex @Powerplex
10
+
11
+ ## 13.2.0 (2026-01-16)
12
+
13
+ This was a version bump only for @spark-ui/cli-utils to align it with other projects, there were no code changes.
14
+
15
+ ## 13.1.5 (2026-01-06)
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **components:** republish new vitebuild for components ([000d28b55](https://github.com/leboncoin/spark-web/commit/000d28b55))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Powerplex @Powerplex
24
+
25
+ ## 13.1.4 (2026-01-05)
26
+
27
+ This was a version bump only for @spark-ui/cli-utils to align it with other projects, there were no code changes.
28
+
29
+ ## 13.1.3 (2026-01-05)
30
+
31
+ ### 🩹 Fixes
32
+
33
+ - **components:** zagjs previous version to investigate bugs ([42ca62c82](https://github.com/leboncoin/spark-web/commit/42ca62c82))
34
+
35
+ ### ❤️ Thank You
36
+
37
+ - Powerplex @Powerplex
38
+
39
+ ## 13.1.2 (2026-01-02)
40
+
41
+ This was a version bump only for @spark-ui/cli-utils to align it with other projects, there were no code changes.
4
42
 
5
- - **components:** added new InputOTP component ([17abe73ef](https://github.com/leboncoin/spark-web/commit/17abe73ef))
43
+ ## 13.1.1 (2026-01-02)
6
44
 
7
45
  ### 🩹 Fixes
8
46
 
9
- - **cli-utils:** improve beta release workflow ([26a8024b4](https://github.com/leboncoin/spark-web/commit/26a8024b4))
47
+ - only fetch tags once in ci ([89fa1e2f3](https://github.com/leboncoin/spark-web/commit/89fa1e2f3))
48
+ - manual push of changelog updates ([7441c98d2](https://github.com/leboncoin/spark-web/commit/7441c98d2))
49
+ - release with nx release ([5c6d44316](https://github.com/leboncoin/spark-web/commit/5c6d44316))
50
+ - safety check to avoid publishing beta ([bf4d8ef6a](https://github.com/leboncoin/spark-web/commit/bf4d8ef6a))
51
+ - auto push chore commits after merging ([61f0d5f6e](https://github.com/leboncoin/spark-web/commit/61f0d5f6e))
10
52
 
11
53
  ### ❤️ Thank You
12
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/cli-utils",
3
- "version": "14.0.0-beta.1",
3
+ "version": "14.0.0",
4
4
  "description": "Spark CLI utils",
5
5
  "publishConfig": {
6
6
  "access": "public"