Skip to content

Commit df6b7e9

Browse files
chore: version packages (#2015)
1 parent 4f5c9c3 commit df6b7e9

151 files changed

Lines changed: 697 additions & 80 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/tricky-parts-relax.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.52
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@9.9.1
8+
- @objectstack/runtime@9.9.1
9+
310
## 4.0.51
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.51",
3+
"version": "4.0.52",
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.22
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@9.9.1
8+
- @objectstack/cloud-connection@9.9.1
9+
- @objectstack/runtime@9.9.1
10+
- @objectstack/connector-rest@9.9.1
11+
- @objectstack/connector-slack@9.9.1
12+
313
## 0.1.21
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.21",
3+
"version": "0.1.22",
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.52
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@9.9.1
8+
- @objectstack/client@9.9.1
9+
- @objectstack/metadata@9.9.1
10+
- @objectstack/objectql@9.9.1
11+
- @objectstack/runtime@9.9.1
12+
- @objectstack/driver-sqlite-wasm@9.9.1
13+
- @objectstack/service-ai@9.9.1
14+
- @objectstack/service-knowledge@9.9.1
15+
- @objectstack/knowledge-memory@9.9.1
16+
317
## 4.0.51
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.51",
3+
"version": "4.0.52",
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.9.1
4+
5+
### Patch Changes
6+
7+
- @objectstack/runtime@9.9.1
8+
39
## 9.9.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.9.0",
3+
"version": "9.9.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.9.1
4+
5+
### Patch Changes
6+
7+
- @objectstack/runtime@9.9.1
8+
39
## 9.9.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)