Skip to content

Commit 80cf8c1

Browse files
chore: version packages (rc)
1 parent 5b843fb commit 80cf8c1

153 files changed

Lines changed: 1263 additions & 82 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/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
"close-the-eight-reports-rest-gaps",
255255
"close-the-final-nine-rest-gaps",
256256
"close-the-nine-metadata-rest-gaps",
257+
"cold-boot-flow-bind-read-decorations",
257258
"connector-authoring-guide",
258259
"connector-descriptors-meet-their-contract",
259260
"console-09c6a177bb4a",
@@ -370,6 +371,7 @@
370371
"flow-error-object-serialization",
371372
"flow-executors-parse-config",
372373
"flow-filter-collapse-and-write-path-tokens",
374+
"flow-function-declared-effect",
373375
"flow-lookup-expand",
374376
"flow-max-retries-single-default",
375377
"flow-nested-region-walk",
@@ -676,6 +678,7 @@
676678
"temporal-hooks-on-contract",
677679
"temporal-storage-form-axis-tests",
678680
"temporal-time-axis",
681+
"tenancy-default-org-fail-closed",
679682
"tender-hats-brush",
680683
"test-core-stall-guard",
681684
"tests-off-memory-driver",

examples/app-crm/CHANGELOG.md

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

3+
## 4.0.92-rc.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b843fb]
8+
- Updated dependencies [eb4204b]
9+
- @objectstack/spec@17.0.0-rc.2
10+
- @objectstack/runtime@17.0.0-rc.2
11+
312
## 4.0.92-rc.1
413

514
### 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": "@objectstack/example-crm",
3-
"version": "4.0.92-rc.1",
3+
"version": "4.0.92-rc.2",
44
"description": "Minimal CRM example — a smoke-test workspace that exercises the metadata loading pipeline (objects → views → app → dashboard → hook → flow → seed). For a full-featured enterprise CRM see https://github.com/objectstack-ai/hotcrm.",
55
"license": "Apache-2.0",
66
"private": true,

examples/app-showcase/CHANGELOG.md

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

3+
## 0.3.14-rc.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b843fb]
8+
- Updated dependencies [eb4204b]
9+
- @objectstack/spec@17.0.0-rc.2
10+
- @objectstack/runtime@17.0.0-rc.2
11+
- @objectstack/cloud-connection@17.0.0-rc.2
12+
- @objectstack/connector-mcp@17.0.0-rc.2
13+
- @objectstack/connector-openapi@17.0.0-rc.2
14+
- @objectstack/connector-rest@17.0.0-rc.2
15+
- @objectstack/connector-slack@17.0.0-rc.2
16+
- @objectstack/driver-sql@17.0.0-rc.2
17+
- @objectstack/service-datasource@17.0.0-rc.2
18+
319
## 0.3.14-rc.1
420

521
### Patch Changes

examples/app-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/example-showcase",
3-
"version": "0.3.14-rc.1",
3+
"version": "0.3.14-rc.2",
44
"description": "Kitchen-sink showcase workspace — exercises every metadata type, every view type, every chart type, and the major end-to-end capability chains (security, automation, analytics). Built for demonstration, debugging, and coverage-driven verification.",
55
"license": "Apache-2.0",
66
"private": true,

examples/app-todo/CHANGELOG.md

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

3+
## 4.0.92-rc.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b843fb]
8+
- Updated dependencies [eb4204b]
9+
- @objectstack/spec@17.0.0-rc.2
10+
- @objectstack/objectql@17.0.0-rc.2
11+
- @objectstack/runtime@17.0.0-rc.2
12+
- @objectstack/client@17.0.0-rc.2
13+
- @objectstack/mcp@17.0.0-rc.2
14+
- @objectstack/metadata@17.0.0-rc.2
15+
- @objectstack/driver-sqlite-wasm@17.0.0-rc.2
16+
- @objectstack/knowledge-memory@17.0.0-rc.2
17+
- @objectstack/service-knowledge@17.0.0-rc.2
18+
319
## 4.0.92-rc.1
420

521
### Patch Changes

examples/app-todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/example-todo",
3-
"version": "4.0.92-rc.1",
3+
"version": "4.0.92-rc.2",
44
"description": "Example Todo App using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

examples/embed-objectql/CHANGELOG.md

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

3+
## 0.0.32-rc.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b843fb]
8+
- Updated dependencies [eb4204b]
9+
- @objectstack/spec@17.0.0-rc.2
10+
- @objectstack/objectql@17.0.0-rc.2
11+
- @objectstack/driver-memory@17.0.0-rc.2
12+
313
## 0.0.32-rc.1
414

515
### Patch Changes

examples/embed-objectql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/example-embed-objectql",
3-
"version": "0.0.32-rc.1",
3+
"version": "0.0.32-rc.2",
44
"private": true,
55
"description": "Embed the ObjectQL engine as a plain library via @objectstack/objectql/core — no kernel, no plugins, no metadata protocol (ADR-0076).",
66
"type": "module",

packages/adapters/hono/CHANGELOG.md

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

3+
## 17.0.0-rc.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eb4204b]
8+
- @objectstack/runtime@17.0.0-rc.2
9+
- @objectstack/plugin-hono-server@17.0.0-rc.2
10+
- @objectstack/types@17.0.0-rc.2
11+
312
## 17.0.0-rc.1
413

514
### Minor Changes

0 commit comments

Comments
 (0)