rocket-cursor-component 1.1.0 → 1.1.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/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,11 @@ Here's a demo of the Rocket Cursor in action:
|
|
|
55
55
|
|
|
56
56
|
## Changelog
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
|
|
59
|
+
### 1.1.1
|
|
60
|
+
- Fixed a typo in README.md.
|
|
61
|
+
|
|
62
|
+
### 1.1.0
|
|
59
63
|
- Refactored SVG into separate components.
|
|
60
64
|
- Added `flameHideTimeout` prop for configurable flame duration.
|
|
61
65
|
- Improved code structure and efficiency.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rocket-cursor-component",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "A customizable React component that replaces the cursor with an animated rocket, featuring rotation and flame effects.",
|
|
5
5
|
"main": "dist/rocket.Cursor.js",
|
|
6
6
|
"types": "dist/rocket.Cursor.d.ts",
|