Skip to content

Commit 9d24f0b

Browse files
authored
Merge pull request #981 from objectstack-ai/changeset-release/main
2 parents d3cea06 + 07f8f86 commit 9d24f0b

File tree

87 files changed

+360
-48
lines changed

Some content is hidden

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

87 files changed

+360
-48
lines changed

.changeset/quick-doors-buy.md

Lines changed: 0 additions & 5 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+
## 3.3.1
4+
35
## 3.3.0
46

57
## 3.2.9

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.0",
3+
"version": "3.3.1",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"license": "Apache-2.0",

apps/studio/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
### Patch Changes
66

7+
- @objectstack/spec@3.3.1
8+
- @objectstack/client@3.3.1
9+
- @objectstack/client-react@3.3.1
10+
- @objectstack/metadata@3.3.1
11+
- @objectstack/objectql@3.3.1
12+
- @objectstack/runtime@3.3.1
13+
- @objectstack/driver-memory@3.3.1
14+
- @objectstack/plugin-audit@3.3.1
15+
- @objectstack/plugin-auth@3.3.1
16+
- @objectstack/plugin-msw@3.3.1
17+
- @objectstack/plugin-security@3.3.1
18+
- @objectstack/hono@3.3.1
19+
- @objectstack/service-feed@3.3.1
20+
- @objectstack/driver-turso@3.3.1
21+
22+
## 3.3.1
23+
24+
### Patch Changes
25+
726
- Fix Vercel deployment crash (`ERR_MODULE_NOT_FOUND` for `@objectstack/metadata/src/index.ts`)
827
- Change `bundle-api.mjs` output from `api/index.mjs` to `api/index.js` so Vercel's @vercel/node runtime uses the pre-bundled self-contained bundle directly instead of compiling from TypeScript source (which resolves workspace symlinks to `.ts` source files)
928
- Since `package.json` has `"type": "module"`, `.js` files are treated as ESM — matching the esbuild `format: 'esm'` output

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.0",
3+
"version": "3.3.1",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @objectstack/example-crm
22

3+
## 3.0.25
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@3.3.1
8+
39
## 3.0.24
410

511
### 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.24",
3+
"version": "3.0.25",
44
"description": "Example CRM implementation using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

examples/app-host/CHANGELOG.md

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

3+
## 3.0.25
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@3.3.1
8+
- @objectstack/metadata@3.3.1
9+
- @objectstack/objectql@3.3.1
10+
- @objectstack/runtime@3.3.1
11+
- @objectstack/driver-memory@3.3.1
12+
- @objectstack/plugin-auth@3.3.1
13+
- @objectstack/plugin-hono-server@3.3.1
14+
- @example/app-crm@3.0.25
15+
- @example/app-todo@3.0.25
16+
- @example/plugin-bi@3.0.25
17+
318
## 3.0.24
419

520
### Patch Changes

examples/app-host/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-host",
3-
"version": "3.0.24",
3+
"version": "3.0.25",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {

examples/app-todo/CHANGELOG.md

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

3+
## 3.0.25
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@3.3.1
8+
- @objectstack/client@3.3.1
9+
- @objectstack/objectql@3.3.1
10+
- @objectstack/runtime@3.3.1
11+
- @objectstack/driver-memory@3.3.1
12+
313
## 3.0.24
414

515
### Patch Changes

0 commit comments

Comments
 (0)