Skip to content

Commit f891d94

Browse files
committed
🔖 Release v0.2.1
1 parent f2fd76a commit f891d94

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-dot-cursor",
3-
"version": "0.2.0",
4-
"description": "An opinionated cursor component animated with Motion for React.",
3+
"version": "0.2.1",
4+
"description": "A fully customizable cursor component animated with Motion for React.",
55
"exports": {
66
".": {
77
"types": "./dist/index.d.ts",
@@ -27,7 +27,11 @@
2727
"cursor",
2828
"custom cursor",
2929
"dot cursor",
30-
"motion cursor"
30+
"motion cursor",
31+
"animated cursor",
32+
"customizable cursor",
33+
"react custom cursor",
34+
"react cursor"
3135
],
3236
"author": "Guillaume Coussot <guillaume.coussot@gmail.com>",
3337
"license": "MIT",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "website",
33
"private": true,
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

website/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const theme: CursorTheme = {
1919
height: 'auto',
2020
},
2121
content: {
22-
text: 'v0.2.0',
22+
text: 'v0.2.1',
2323
style: {
2424
fontSize: '12px',
2525
fontWeight: 'bold',

0 commit comments

Comments
 (0)