Skip to content

Commit 31e6675

Browse files
authored
Merge pull request #1014 from objectstack-ai/changeset-release/main
2 parents ad4e04b + ad96c36 commit 31e6675

94 files changed

Lines changed: 771 additions & 117 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/cuddly-wasps-kick.md

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

.changeset/discovery-route-consistency.md

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

.changeset/fix-vercel-api-html-response.md

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

.changeset/queryast-convergence.md

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

apps/docs/CHANGELOG.md

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

3+
## 4.0.0
4+
35
## 3.3.1
46

57
## 3.3.0

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/docs",
3-
"version": "3.3.1",
3+
"version": "4.0.0",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"license": "Apache-2.0",

apps/studio/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# @objectstack/studio
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- 1624851: Fix Vercel deployment API endpoints returning HTML instead of JSON.
8+
9+
The `bundle-api.mjs` script was emitting the serverless function to `api/index.js`
10+
at the project root, but `vercel.json` sets `outputDirectory: "dist"` — causing
11+
Vercel to never find the function entrypoint and fall back to the SPA HTML route
12+
for all `/api/*` requests.
13+
14+
- Change esbuild `outfile` from `api/index.js` to `dist/api/index.js` so the
15+
bundled serverless function lands inside the Vercel output directory.
16+
- Add explicit `functions` config in `vercel.json` pointing to `api/index.js`
17+
(relative to `outputDirectory`) with `@vercel/node@3` runtime.
18+
- Remove obsolete `.gitignore` entries for `api/index.js` and `api/index.js.map`
19+
(now emitted under `dist/` which is already git-ignored).
20+
21+
- Updated dependencies [f08ffc3]
22+
- Updated dependencies [e0b0a78]
23+
- @objectstack/spec@4.0.0
24+
- @objectstack/client@4.0.0
25+
- @objectstack/runtime@4.0.0
26+
- @objectstack/hono@4.0.0
27+
- @objectstack/objectql@4.0.0
28+
- @objectstack/plugin-auth@4.0.0
29+
- @objectstack/client-react@4.0.0
30+
- @objectstack/metadata@4.0.0
31+
- @objectstack/driver-memory@4.0.0
32+
- @objectstack/driver-turso@3.3.2
33+
- @objectstack/plugin-audit@4.0.0
34+
- @objectstack/plugin-msw@4.0.0
35+
- @objectstack/plugin-security@4.0.0
36+
- @objectstack/service-feed@4.0.0
37+
338
## Unreleased
439

540
### Enhancements

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/studio",
3-
"version": "3.3.1",
3+
"version": "4.0.0",
44
"description": "ObjectStack Studio - A metadata-driven admin interface for managing data and configuration",
55
"license": "Apache-2.0",
66
"type": "module",

examples/app-crm/CHANGELOG.md

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

3+
## 3.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f08ffc3]
8+
- Updated dependencies [e0b0a78]
9+
- @objectstack/spec@4.0.0
10+
311
## 3.0.25
412

513
### Patch Changes

examples/app-crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/app-crm",
3-
"version": "3.0.25",
3+
"version": "3.0.26",
44
"description": "Example CRM implementation using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

0 commit comments

Comments
 (0)