Skip to content

Commit f94fae6

Browse files
authored
Merge pull request #1738 from objectstack-ai/changeset-release/main
2 parents a1251e4 + 2fa3aef commit f94fae6

146 files changed

Lines changed: 775 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/approvals-display-contract-v2.md

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

.changeset/service-ai-adr-0040-unified-assistant.md

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

apps/account/CHANGELOG.md

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

3+
## 9.2.0
4+
35
## 9.1.0
46

57
## 9.0.1

apps/account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/account",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "ObjectStack Account - End-user account & organization self-service portal",
55
"license": "Apache-2.0",
66
"type": "module",

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.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2f57b75]
8+
- Updated dependencies [2f57b75]
9+
- @objectstack/spec@9.2.0
10+
- @objectstack/runtime@9.2.0
11+
312
## 4.0.42
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.42",
3+
"version": "4.0.43",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @objectstack/example-showcase
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2f57b75]
8+
- Updated dependencies [2f57b75]
9+
- @objectstack/spec@9.2.0
10+
- @objectstack/connector-rest@9.2.0
11+
- @objectstack/connector-slack@9.2.0
12+
- @objectstack/runtime@9.2.0
13+
314
## 0.1.12
415

516
### 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.12",
3+
"version": "0.1.13",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @objectstack/example-todo
22

3+
## 4.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2f57b75]
8+
- Updated dependencies [2f57b75]
9+
- @objectstack/spec@9.2.0
10+
- @objectstack/client@9.2.0
11+
- @objectstack/metadata@9.2.0
12+
- @objectstack/objectql@9.2.0
13+
- @objectstack/driver-sqlite-wasm@9.2.0
14+
- @objectstack/knowledge-memory@9.2.0
15+
- @objectstack/runtime@9.2.0
16+
- @objectstack/service-ai@9.2.0
17+
- @objectstack/service-knowledge@9.2.0
18+
319
## 4.0.42
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": "@example/app-todo",
3-
"version": "4.0.42",
3+
"version": "4.0.43",
44
"description": "Example Todo App using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

0 commit comments

Comments
 (0)