@spark-ui/progress 1.4.0 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ ## [1.4.1](https://github.com/adevinta/spark/compare/@spark-ui/progress@1.4.0...@spark-ui/progress@1.4.1) (2023-12-05)
7
+
8
+ **Note:** Version bump only for package @spark-ui/progress
9
+
6
10
  # [1.4.0](https://github.com/adevinta/spark/compare/@spark-ui/progress@1.3.0...@spark-ui/progress@1.4.0) (2023-10-13)
7
11
 
8
12
  ### Features
@@ -126,7 +126,7 @@
126
126
  },
127
127
  "intent": {
128
128
  "defaultValue": null,
129
- "description": "",
129
+ "description": "Color scheme of the progress component.",
130
130
  "name": "intent",
131
131
  "declarations": [],
132
132
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/progress",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
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"
@@ -48,5 +48,5 @@
48
48
  },
49
49
  "homepage": "https://sparkui.vercel.app",
50
50
  "license": "MIT",
51
- "gitHead": "24c1a2854b821dbe54d3a7bef88468ced9552aef"
51
+ "gitHead": "e2fd654d551c09971906b3b0036f9a385369bb7a"
52
52
  }