Skip to content

Commit bb8b360

Browse files
chore: version packages
1 parent 82c7438 commit bb8b360

153 files changed

Lines changed: 718 additions & 93 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/cel-mixed-numeric-overloads.md

Lines changed: 0 additions & 17 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.49
4+
5+
### Patch Changes
6+
7+
- @objectstack/runtime@9.6.1
8+
- @objectstack/spec@9.6.1
9+
310
## 4.0.48
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.48",
3+
"version": "4.0.49",
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.1.19
4+
5+
### Patch Changes
6+
7+
- @objectstack/runtime@9.6.1
8+
- @objectstack/cloud-connection@9.6.1
9+
- @objectstack/connector-rest@9.6.1
10+
- @objectstack/connector-slack@9.6.1
11+
- @objectstack/spec@9.6.1
12+
313
## 0.1.18
414

515
### 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.1.18",
3+
"version": "0.1.19",
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.49
4+
5+
### Patch Changes
6+
7+
- @objectstack/objectql@9.6.1
8+
- @objectstack/runtime@9.6.1
9+
- @objectstack/service-ai@9.6.1
10+
- @objectstack/client@9.6.1
11+
- @objectstack/spec@9.6.1
12+
- @objectstack/metadata@9.6.1
13+
- @objectstack/driver-sqlite-wasm@9.6.1
14+
- @objectstack/service-knowledge@9.6.1
15+
- @objectstack/knowledge-memory@9.6.1
16+
317
## 4.0.48
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": "@example/app-todo",
3-
"version": "4.0.48",
3+
"version": "4.0.49",
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.6.1
4+
5+
### Patch Changes
6+
7+
- @objectstack/runtime@9.6.1
8+
39
## 9.6.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.6.0",
3+
"version": "9.6.1",
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.6.1
4+
5+
### Patch Changes
6+
7+
- @objectstack/runtime@9.6.1
8+
39
## 9.6.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)