Skip to content

Commit a59427f

Browse files
Version Packages
1 parent 94b0df6 commit a59427f

19 files changed

Lines changed: 51 additions & 30 deletions

.changeset/swift-wolves-migrate.md

Lines changed: 0 additions & 21 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.0
4+
35
## 0.18.2
46

57
## 0.18.1

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

packages/cli/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [#342](https://github.com/OpenSaasAU/stack/pull/342) [`94b0df6`](https://github.com/OpenSaasAU/stack/commit/94b0df65c860348441200d914dbf37bda3bd25cf) Thanks [@borisno2](https://github.com/borisno2)! - Improve KeystoneJS migration agent with side-by-side examples and targeted update guidance
8+
9+
The Keystone migration wizard and agent now produce a targeted migration guide instead of
10+
regenerating the entire config. Since Keystone and OpenSaaS Stack share the same
11+
`list()`/field/hook/access API, only imports, the database adapter config, and auth setup
12+
need to change.
13+
14+
Key improvements:
15+
- The migration agent prompt now includes side-by-side Keystone vs OpenSaaS examples for
16+
config structure, imports, access control, hooks, auth, and many-to-many join tables
17+
- The wizard uses a minimal fast-path for Keystone projects (just 3 questions: db provider,
18+
auth, auth methods) instead of the full question flow
19+
- The generator produces a diff-style migration guide for Keystone showing exactly what to
20+
change, rather than regenerating list definitions the user already has
21+
- Many-to-many join table naming is now surfaced automatically when M2M relations are
22+
detected, with `joinTableNaming: 'keystone'` guidance to preserve existing data
23+
24+
### Patch Changes
25+
26+
- Updated dependencies []:
27+
- @opensaas/stack-core@0.19.0
28+
329
## 0.18.2
430

531
### 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.18.2",
3+
"version": "0.19.0",
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.0
4+
35
## 0.18.2
46

57
### Patch 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.18.2",
3+
"version": "0.19.0",
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.0
4+
35
## 0.18.2
46

57
## 0.18.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.18.2",
3+
"version": "0.19.0",
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.0
4+
35
## 0.18.2
46

57
## 0.18.1

0 commit comments

Comments
 (0)