chore: release v0.0.2-beta.2

This commit is contained in:
bekacru
2024-05-21 03:20:24 +03:00
parent 1a917ec27a
commit 0d4ce489c8
5 changed files with 12 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.0",
"version": "0.0.2-beta.2",
"private": true,
"scripts": {
"dev": "next dev",

View File

@@ -27,5 +27,6 @@
},
"devDependencies": {
"simple-git-hooks": "^2.11.1"
}
},
"version": "0.0.2-beta.2"
}

View File

@@ -1,6 +1,6 @@
{
"name": "better-auth",
"version": "0.0.2-beta.1",
"version": "0.0.2-beta.2",
"type": "module",
"scripts": {
"build": "tsup --clean",
@@ -67,5 +67,7 @@
"simple-git-hooks": {
"pre-commit": "bun run lint && bun run format"
},
"files": ["dist"]
"files": [
"dist"
]
}

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/client",
"version": "0.0.1",
"version": "0.0.2-beta.2",
"type": "module",
"scripts": {
"dev": "tsup src/index.ts --format esm --watch --dts",
@@ -28,5 +28,7 @@
"h3": "^1.11.1",
"zustand": "^4.5.2"
},
"files": ["dist"]
"files": [
"dist"
]
}

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/shared",
"version": "0.0.1",
"version": "0.0.2-beta.2",
"module": "./src/index.ts",
"exports": {
".": "./src/index.ts",