@spark-ui/icons 14.1.2 → 15.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 15.1.0 (2026-02-11)
2
+
3
+ This was a version bump only for @spark-ui/icons to align it with other projects, there were no code changes.
4
+
5
+ # 15.0.0 (2026-02-10)
6
+
7
+ ### 🚀 Features
8
+
9
+ - ⚠️ **components:** extended slider anatomy ([3de0077f7](https://github.com/leboncoin/spark-web/commit/3de0077f7))
10
+
11
+ ### ⚠️ Breaking Changes
12
+
13
+ - **components:** migrating slider from radix to base ui
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Powerplex @Powerplex
18
+
1
19
  ## 14.1.2 (2026-01-30)
2
20
 
3
21
  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": "14.1.2",
3
+ "version": "15.1.0",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"