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