Skip to content

Commit f8633f2

Browse files
committed
🔖 Release v0.2.4
1 parent a4e606e commit f8633f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dot-cursor",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A fully customizable cursor component animated with Motion for React.",
55
"exports": {
66
".": {
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/GuiEpi/react-dot-cursor/issues"
4545
},
4646
"dependencies": {
47-
"motion": "^11.15.0"
47+
"motion": "^11.18.0"
4848
},
4949
"peerDependencies": {
5050
"react": "^18.3.1",
@@ -57,5 +57,5 @@
5757
"tsup": "^8.3.5",
5858
"typescript": "~5.6.3"
5959
},
60-
"packageManager": "pnpm@9.15.1"
60+
"packageManager": "pnpm@9.15.4"
6161
}

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.16",
4+
"version": "0.1.17",
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.3',
22+
text: 'v0.2.4',
2323
style: {
2424
fontSize: '12px',
2525
fontWeight: 'bold',

0 commit comments

Comments
 (0)