Skip to content

Commit 4ef7c84

Browse files
Version Packages (beta)
1 parent 23639ec commit 4ef7c84

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
},
1919
"changesets": [
2020
"add-format-command",
21+
"bright-dogs-teach",
2122
"brown-keys-float",
23+
"fix-typegen-auth-detection",
2224
"get-query-string-entity-ids-override",
2325
"happy-rocks-watch",
26+
"lucky-zebras-beam",
2427
"olive-coins-trade",
2528
"quick-ends-drop",
2629
"real-ideas-sort",

packages/cli/CHANGELOG.md

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

3+
## 2.0.0-beta.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ae07372]
8+
- Updated dependencies [23639ec]
9+
- Updated dependencies [dfe52a7]
10+
- @proofkit/typegen@1.1.0-beta.5
11+
312
## 2.0.0-beta.9
413

514
### 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.9",
3+
"version": "2.0.0-beta.10",
44
"description": "Create web application with the ProofKit stack",
55
"license": "MIT",
66
"repository": {

packages/typegen/CHANGELOG.md

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

3+
## 1.1.0-beta.5
4+
5+
### Patch Changes
6+
7+
- ae07372: Fix post-generate command to run once after all configs instead of once per config.
8+
- 23639ec: Fix generated client authentication type detection to use OttoAdapter when OTTO_API_KEY environment variable is set with default names
9+
- dfe52a7: Fix boolean transformations in odata
10+
311
## 1.1.0-beta.4
412

513
### Minor 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.4",
3+
"version": "1.1.0-beta.5",
44
"description": "",
55
"type": "module",
66
"main": "dist/esm/index.js",

0 commit comments

Comments
 (0)