@spark-ui/progress 9.2.2 → 9.2.4

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.2.4](https://github.com/adevinta/spark/compare/v9.2.3...v9.2.4) (2025-03-06)
7
+
8
+ **Note:** Version bump only for package @spark-ui/progress
9
+
10
+ ## [9.2.3](https://github.com/adevinta/spark/compare/v9.2.2...v9.2.3) (2025-03-04)
11
+
12
+ **Note:** Version bump only for package @spark-ui/progress
13
+
6
14
  ## [9.2.2](https://github.com/adevinta/spark/compare/v9.2.1...v9.2.2) (2025-02-28)
7
15
 
8
16
  **Note:** Version bump only for package @spark-ui/progress
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/progress",
3
- "version": "9.2.2",
3
+ "version": "9.2.4",
4
4
  "description": "Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "build": "vite build"
24
24
  },
25
25
  "dependencies": {
26
- "@spark-ui/use-merge-refs": "^9.2.2",
26
+ "@spark-ui/use-merge-refs": "^9.2.4",
27
27
  "class-variance-authority": "0.7.0",
28
28
  "radix-ui": "1.1.3"
29
29
  },
@@ -47,5 +47,5 @@
47
47
  },
48
48
  "homepage": "https://sparkui.vercel.app",
49
49
  "license": "MIT",
50
- "gitHead": "28c7ff43b39c0a0d1c703041b85e10b5fa24067d"
50
+ "gitHead": "ff6b77dcbe9ff46f94ac435b15d8a5704518ca9b"
51
51
  }