Skip to content

Commit c4ce61d

Browse files
chore: version packages
1 parent 713d405 commit c4ce61d

155 files changed

Lines changed: 731 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/dashboard-report-drill.md

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

examples/app-crm/CHANGELOG.md

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

3+
## 4.0.55
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@9.12.0
8+
- @objectstack/runtime@9.12.0
9+
310
## 4.0.54
411

512
### 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.54",
3+
"version": "4.0.55",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @objectstack/example-showcase
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@9.12.0
8+
- @objectstack/cloud-connection@9.12.0
9+
- @objectstack/runtime@9.12.0
10+
- @objectstack/connector-rest@9.12.0
11+
- @objectstack/connector-slack@9.12.0
12+
313
## 0.2.0
414

515
### Minor 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.2.0",
3+
"version": "0.2.1",
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, AI). Built for demonstration, debugging, and coverage-driven verification.",
55
"license": "Apache-2.0",
66
"private": true,

examples/app-todo/CHANGELOG.md

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

3+
## 4.0.55
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@9.12.0
8+
- @objectstack/client@9.12.0
9+
- @objectstack/metadata@9.12.0
10+
- @objectstack/objectql@9.12.0
11+
- @objectstack/runtime@9.12.0
12+
- @objectstack/driver-sqlite-wasm@9.12.0
13+
- @objectstack/service-ai@9.12.0
14+
- @objectstack/service-knowledge@9.12.0
15+
- @objectstack/knowledge-memory@9.12.0
16+
317
## 4.0.54
418

519
### 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.54",
3+
"version": "4.0.55",
44
"description": "Example Todo App using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

packages/adapters/express/CHANGELOG.md

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

3+
## 9.12.0
4+
5+
### Patch Changes
6+
7+
- @objectstack/runtime@9.12.0
8+
39
## 9.11.0
410

511
### Patch Changes

packages/adapters/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/express",
3-
"version": "9.11.0",
3+
"version": "9.12.0",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/adapters/fastify/CHANGELOG.md

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

3+
## 9.12.0
4+
5+
### Patch Changes
6+
7+
- @objectstack/runtime@9.12.0
8+
39
## 9.11.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)