We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c5663 commit 94b36f3Copy full SHA for 94b36f3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dot-cursor",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "A fully customizable cursor component animated with Motion for React.",
5
"exports": {
6
".": {
website/package.json
@@ -1,7 +1,7 @@
"name": "website",
"private": true,
- "version": "0.1.13",
+ "version": "0.1.14",
"type": "module",
"scripts": {
7
"dev": "vite",
website/src/App.tsx
@@ -19,7 +19,7 @@ const theme: CursorTheme = {
19
height: 'auto',
20
},
21
content: {
22
- text: 'v0.2.1',
+ text: 'v0.2.2',
23
style: {
24
fontSize: '12px',
25
fontWeight: 'bold',
0 commit comments