@spark-ui/theme-utils 13.1.0 → 14.0.0-beta.1

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 +2 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 14.0.0-beta.1 (2026-01-02)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **components:** added new InputOTP component ([17abe73ef](https://github.com/leboncoin/spark-web/commit/17abe73ef))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **cli-utils:** improve beta release workflow ([26a8024b4](https://github.com/leboncoin/spark-web/commit/26a8024b4))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Powerplex @Powerplex
14
+
1
15
  # Change Log
2
16
 
3
17
  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/theme-utils",
3
- "version": "13.1.0",
3
+ "version": "14.0.0-beta.1",
4
4
  "type": "module",
5
5
  "description": "package for managing Spark theme configuration",
6
6
  "publishConfig": {
@@ -40,6 +40,5 @@
40
40
  "postcss": "^8.5.6",
41
41
  "postcss-cli": "^11.0.1",
42
42
  "postcss-import": "^16.1.1"
43
- },
44
- "gitHead": "999f63f5c614cc8abc9c29d88f52fe97cc93d6f3"
43
+ }
45
44
  }