Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/silent-roads-burn.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @opensaas/stack-auth

## 0.19.1

## 0.19.0

## 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-auth",
"version": "0.19.0",
"version": "0.19.1",
"description": "Better-auth integration for OpenSaas Stack",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @opensaas/stack-cli

## 0.19.1

### Patch Changes

- [#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

- Updated dependencies []:
- @opensaas/stack-core@0.19.1

## 0.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-cli",
"version": "0.19.0",
"version": "0.19.1",
"description": "CLI tools for OpenSaas Stack",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @opensaas/stack-core

## 0.19.1

## 0.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-core",
"version": "0.19.0",
"version": "0.19.1",
"description": "Core stack for OpenSaas - schema definition, access control, and runtime utilities",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/rag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @opensaas/stack-rag

## 0.19.1

## 0.19.0

## 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion packages/rag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-rag",
"version": "0.19.0",
"version": "0.19.1",
"description": "RAG and AI embeddings integration for OpenSaas Stack",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/storage-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @opensaas/stack-storage-s3

## 0.19.1

## 0.19.0

## 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-storage-s3",
"version": "0.19.0",
"version": "0.19.1",
"description": "AWS S3 storage provider for OpenSaas Stack file uploads",
"type": "module",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/storage-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @opensaas/stack-storage-vercel

## 0.19.1

## 0.19.0

## 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-storage-vercel",
"version": "0.19.0",
"version": "0.19.1",
"description": "Vercel Blob storage provider for OpenSaas Stack file uploads",
"type": "module",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @opensaas/stack-storage

## 0.19.1

## 0.19.0

## 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-storage",
"version": "0.19.0",
"version": "0.19.1",
"description": "File and image upload field types with pluggable storage providers for OpenSaas Stack",
"type": "module",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/tiptap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @opensaas/stack-tiptap

## 0.19.1

## 0.19.0

## 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-tiptap",
"version": "0.19.0",
"version": "0.19.1",
"description": "Tiptap rich text editor integration for OpenSaas Stack",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @opensaas/stack-ui

## 0.19.1

## 0.19.0

## 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensaas/stack-ui",
"version": "0.19.0",
"version": "0.19.1",
"description": "Composable React UI components for OpenSaas Stack",
"type": "module",
"main": "./dist/index.js",
Expand Down