bump versions

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-16 21:44:34 +02:00
committed by Carl-Gerhard Lindesvärd
parent 42736655c2
commit 88f27afd79
5 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openpanel/nextjs",
"version": "0.0.1",
"version": "0.0.8-beta",
"module": "index.ts",
"scripts": {
"build": "rm -rf dist && tsup",
@@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/web": "workspace:*"
"@openpanel/web": "0.0.8-beta"
},
"peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0",
@@ -33,4 +33,4 @@
]
},
"prettier": "@openpanel/prettier-config"
}
}