Skip to content

Commit 6d3c41c

Browse files
Version Packages (#385)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcb04d6 commit 6d3c41c

20 files changed

+38
-21
lines changed

.changeset/fix-query-param-generated-types.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-virtual-fields-never-select.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/auth/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @opensaas/stack-auth
22

3+
## 0.20.1
4+
35
## 0.20.0
46

57
### Patch Changes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensaas/stack-auth",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "Better-auth integration for OpenSaas Stack",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @opensaas/stack-cli
22

3+
## 0.20.1
4+
5+
### Patch Changes
6+
7+
- [#386](https://github.com/OpenSaasAU/stack/pull/386) [`fcb04d6`](https://github.com/OpenSaasAU/stack/commit/fcb04d6916ab5451080cface330431866b52826c) Thanks [@borisno2](https://github.com/borisno2)! - Fix missing `query` parameter in generated `FindManyArgs` and `FindUniqueArgs` types
8+
9+
Passing a fragment to `context.db.post.findMany({ query: fragment })` or `context.db.post.findUnique({ where: { id }, query: fragment })` no longer produces a TypeScript error. The generator now emits `query?: Fragment<PostOutput, FieldSelection<PostOutput>>` in the relevant args types.
10+
11+
- [#384](https://github.com/OpenSaasAU/stack/pull/384) [`6b7284a`](https://github.com/OpenSaasAU/stack/commit/6b7284adc828d115aeb25416db45d2be1e68f828) Thanks [@borisno2](https://github.com/borisno2)! - Fix virtual fields typed as `never` when mixed with relation fields in `select` or when using `include`
12+
13+
- Updated dependencies []:
14+
- @opensaas/stack-core@0.20.1
15+
316
## 0.20.0
417

518
### 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": "@opensaas/stack-cli",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "CLI tools for OpenSaas Stack",
55
"type": "module",
66
"main": "./dist/index.js",

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @opensaas/stack-core
22

3+
## 0.20.1
4+
35
## 0.20.0
46

57
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensaas/stack-core",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "Core stack for OpenSaas - schema definition, access control, and runtime utilities",
55
"type": "module",
66
"main": "./dist/index.js",

packages/rag/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @opensaas/stack-rag
22

3+
## 0.20.1
4+
35
## 0.20.0
46

57
## 0.19.1

packages/rag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensaas/stack-rag",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "RAG and AI embeddings integration for OpenSaas Stack",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)