@spark-ui/icons 16.0.0 → 16.0.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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 16.0.2 (2026-02-18)
2
+
3
+ ### 🎨 Styles
4
+
5
+ - **components:** input OTP final design and stable version ([583e02353](https://github.com/leboncoin/spark-web/commit/583e02353))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Powerplex @Powerplex
10
+
11
+ ## 16.0.1 (2026-02-17)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - consider custom commit types for nx versionning ([cbf115339](https://github.com/leboncoin/spark-web/commit/cbf115339))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Powerplex @Powerplex
20
+
1
21
  # 16.0.0 (2026-02-17)
2
22
 
3
23
  This was a version bump only for @spark-ui/icons to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/icons",
3
- "version": "16.0.0",
3
+ "version": "16.0.2",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"