Skip to content

Commit e216e07

Browse files
committed
chore: update package versions and changelogs for better-auth, cli, and typegen
- Bump @proofkit/better-auth to version 0.3.1-beta.1 with TypeScript build error fixes. - Bump @proofkit/cli to version 2.0.0-beta.11, updating dependencies. - Bump @proofkit/typegen to version 1.1.0-beta.6, including UI updates. - Add corresponding entries to changelogs for each package.
1 parent fed1b27 commit e216e07

File tree

8 files changed

+29
-3
lines changed

8 files changed

+29
-3
lines changed

.changeset/odd-peaches-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@proofkit/typegen": patch
3+
---
4+
5+
UI updates

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
},
1919
"changesets": [
2020
"add-format-command",
21+
"better-auth-type-errors",
2122
"bright-dogs-teach",
2223
"brown-keys-float",
2324
"fix-typegen-auth-detection",
2425
"get-query-string-entity-ids-override",
2526
"happy-rocks-watch",
2627
"lucky-zebras-beam",
28+
"odd-peaches-juggle",
2729
"olive-coins-trade",
2830
"quick-ends-drop",
2931
"real-ideas-sort",

packages/better-auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @proofkit/better-auth
22

3+
## 0.3.1-beta.1
4+
5+
### Patch Changes
6+
7+
- 2858f6a: Fix TypeScript build errors by making adapter/migration types resilient to upstream Better Auth changes.
8+
39
## 0.3.1-beta.0
410

511
### Patch Changes

packages/better-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proofkit/better-auth",
3-
"version": "0.3.1-beta.0",
3+
"version": "0.3.1-beta.1",
44
"description": "FileMaker adapter for Better Auth",
55
"type": "module",
66
"main": "dist/esm/index.js",

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @proofgeist/kit
22

3+
## 2.0.0-beta.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @proofkit/typegen@1.1.0-beta.6
9+
310
## 2.0.0-beta.10
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proofkit/cli",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Create web application with the ProofKit stack",
55
"license": "MIT",
66
"repository": {

packages/typegen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @proofkit/typegen
22

3+
## 1.1.0-beta.6
4+
5+
### Patch Changes
6+
7+
- UI updates
8+
39
## 1.1.0-beta.5
410

511
### Patch Changes

packages/typegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proofkit/typegen",
3-
"version": "1.1.0-beta.5",
3+
"version": "1.1.0-beta.6",
44
"description": "",
55
"type": "module",
66
"main": "dist/esm/index.js",

0 commit comments

Comments
 (0)