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/react-native",
"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/sdk": "workspace:*"
"@openpanel/sdk": "0.0.8-beta"
},
"devDependencies": {
"@openpanel/eslint-config": "workspace:*",
@@ -32,4 +32,4 @@
]
},
"prettier": "@openpanel/prettier-config"
}
}