@spark-ui/cli-utils 13.1.3 → 13.1.5

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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 13.1.5 (2026-01-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **components:** republish new vitebuild for components ([000d28b55](https://github.com/leboncoin/spark-web/commit/000d28b55))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Powerplex @Powerplex
10
+
11
+ ## 13.1.4 (2026-01-05)
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
+
1
15
  ## 13.1.3 (2026-01-05)
2
16
 
3
17
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/cli-utils",
3
- "version": "13.1.3",
3
+ "version": "13.1.5",
4
4
  "description": "Spark CLI utils",
5
5
  "publishConfig": {
6
6
  "access": "public"