@spark-hire/bootstrap-themes 3.2.4 → 3.2.5
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 +12 -0
- package/package.json +1 -1
- package/svg/phosphor/bold/rate-star.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v3.2.5 (Thu Jul 18 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Removed width and height from rate-star.svg which was preventing us… [#34](https://github.com/SparkHire/es6-bootstrap-themes/pull/34) ([@JavierPDev](https://github.com/JavierPDev))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Javier Pena ([@JavierPDev](https://github.com/JavierPDev))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v3.2.4 (Fri Jun 07 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="Rate star"><path id="Star background" d="M11.5383 3.10996C11.7091 2.69932 12.2909 2.69932 12.4617 3.10996L14.5278 8.07744C14.5998 8.25056 14.7626 8.36885 14.9495 8.38383L20.3123 8.81376C20.7556 8.8493 20.9354 9.40256 20.5976 9.69189L16.5117 13.1919C16.3693 13.3139 16.3071 13.5053 16.3506 13.6876L17.5989 18.9208C17.7021 19.3534 17.2315 19.6954 16.8519 19.4635L12.2606 16.6592C12.1006 16.5615 11.8994 16.5615 11.7394 16.6592L7.14806 19.4635C6.76851 19.6954 6.29788 19.3534 6.40108 18.9208L7.64939 13.6876C7.69289 13.5053 7.6307 13.3139 7.48831 13.1919L3.40241 9.69189C3.06464 9.40256 3.24441 8.8493 3.68773 8.81376L9.05054 8.38383C9.23744 8.36885 9.40024 8.25056 9.47225 8.07744L11.5383 3.10996Z" fill="currentColor"/></g></svg>
|