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 a1b1640 commit 8f9b120Copy full SHA for 8f9b120
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dot-cursor",
3
- "version": "0.2.2",
+ "version": "0.2.3",
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.15",
+ "version": "0.1.16",
"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.2',
+ text: 'v0.2.3',
23
style: {
24
fontSize: '12px',
25
fontWeight: 'bold',
0 commit comments