Skip to content

Commit 6a123a6

Browse files
committed
0.2.0
1 parent f770fc4 commit 6a123a6

File tree

3 files changed

+611
-507
lines changed

3 files changed

+611
-507
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-view-transitions",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "View Transitions API for Next.js App Router",
66
"main": "./dist/index.js",
@@ -39,5 +39,6 @@
3939
"next": "^14.0.0",
4040
"react": "^18.2.0",
4141
"react-dom": "^18.2.0"
42-
}
42+
},
43+
"packageManager": "[email protected]"
4344
}

0 commit comments

Comments
 (0)