@spark-ui/internal-utils 14.0.0-beta.2 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # 14.0.0 (2026-01-26)
2
+
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/internal-utils to align it with other projects, there were no code changes.
14
+
1
15
  ## 13.1.5 (2026-01-06)
2
16
 
3
17
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/internal-utils",
3
- "version": "14.0.0-beta.2",
3
+ "version": "14.0.0",
4
4
  "description": "package for sharing reusable code and resources across the codebase",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,15 +0,0 @@
1
-
2
- 
3
- > @spark-ui/internal-utils@10.6.1 build
4
- > vite build
5
-
6
- vite v6.3.5 building for production...
7
- transforming (1) src/index.tstransforming (2) src/variants/types.ts✓ 11 modules transformed.
8
- rendering chunks (1)...
9
- [vite:dts] Start generate declaration files...
10
- computing gzip size (0)...computing gzip size (1)...dist/index.mjs 1.66 kB │ gzip: 0.80 kB
11
- [vite:dts] Declaration files built in 925ms.
12
- 
13
- rendering chunks (1)...computing gzip size (1)...dist/index.js 1.49 kB │ gzip: 0.72 kB
14
- ✓ built in 1.44s
15
- ⠙
@@ -1,6 +0,0 @@
1
-
2
- 
3
- > @spark-ui/internal-utils@10.6.1 lint
4
- > eslint "src/**/*.{ts,tsx}" --ext .ts,.tsx
5
-
6
- ⠙