Skip to content

Commit 06bb7bc

Browse files
Version Packages
1 parent 681655c commit 06bb7bc

19 files changed

Lines changed: 34 additions & 14 deletions

.changeset/silent-roads-burn.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.19.1
4+
35
## 0.19.0
46

57
## 0.18.2

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.19.0",
3+
"version": "0.19.1",
44
"description": "Better-auth integration for OpenSaas Stack",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 0.19.1
4+
5+
### Patch Changes
6+
7+
- [#356](https://github.com/OpenSaasAU/stack/pull/356) [`6d771d1`](https://github.com/OpenSaasAU/stack/commit/6d771d11750eb4454b263b3db5bb1b44615be454) Thanks [@borisno2](https://github.com/borisno2)! - Fix regression where list-only many-to-many relationships no longer generated synthetic back-reference fields on the target model, causing Prisma schema validation errors
8+
9+
- Updated dependencies []:
10+
- @opensaas/stack-core@0.19.1
11+
312
## 0.19.0
413

514
### Minor 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.19.0",
3+
"version": "0.19.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.19.1
4+
35
## 0.19.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.19.0",
3+
"version": "0.19.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.19.1
4+
35
## 0.19.0
46

57
## 0.18.2

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.19.0",
3+
"version": "0.19.1",
44
"description": "RAG and AI embeddings integration for OpenSaas Stack",
55
"type": "module",
66
"main": "./dist/index.js",

packages/storage-s3/CHANGELOG.md

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

3+
## 0.19.1
4+
35
## 0.19.0
46

57
## 0.18.2

0 commit comments

Comments
 (0)