@spark-ui/internal-utils 13.1.0 → 13.1.2

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 +18 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 13.1.2 (2026-01-02)
2
+
3
+ This was a version bump only for @spark-ui/internal-utils to align it with other projects, there were no code changes.
4
+
5
+ ## 13.1.1 (2026-01-02)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - only fetch tags once in ci ([89fa1e2f3](https://github.com/leboncoin/spark-web/commit/89fa1e2f3))
10
+ - manual push of changelog updates ([7441c98d2](https://github.com/leboncoin/spark-web/commit/7441c98d2))
11
+ - release with nx release ([5c6d44316](https://github.com/leboncoin/spark-web/commit/5c6d44316))
12
+ - safety check to avoid publishing beta ([bf4d8ef6a](https://github.com/leboncoin/spark-web/commit/bf4d8ef6a))
13
+ - auto push chore commits after merging ([61f0d5f6e](https://github.com/leboncoin/spark-web/commit/61f0d5f6e))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Powerplex @Powerplex
18
+
1
19
  # Change Log
2
20
 
3
21
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/internal-utils",
3
- "version": "13.1.0",
3
+ "version": "13.1.2",
4
4
  "description": "package for sharing reusable code and resources across the codebase",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,6 +33,5 @@
33
33
  "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Autility+label%3Ainternal-utils"
34
34
  },
35
35
  "homepage": "https://sparkui.vercel.app",
36
- "license": "MIT",
37
- "gitHead": "999f63f5c614cc8abc9c29d88f52fe97cc93d6f3"
36
+ "license": "MIT"
38
37
  }