Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
"@objectstack/driver-memory",
"@objectstack/objectql",
"@objectstack/plugin-hono-server",
"@objectstack/plugin-msw",
"@objectstack/runtime",
"@objectstack/types"
"@objectstack/types",
"@objectstack/ai-bridge",
"@objectstack/cli",
"@objectstack/docs"
]
],
"linked": [],
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @objectstack/docs

## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/docs",
"version": "0.1.1",
"version": "0.4.2",
"private": true,
"description": "ObjectStack Protocol Documentation Site",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/ai-analyst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/example-ai-analyst

## 1.0.7

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.4.2

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ai-analyst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-ai-analyst",
"version": "1.0.6",
"version": "1.0.7",
"description": "AI-powered data analyst with natural language query capabilities",
"private": true,
"main": "objectstack.config.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/ai-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/example-ai-codegen

## 1.0.7

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.4.2

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ai-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-ai-codegen",
"version": "1.0.6",
"version": "1.0.7",
"description": "AI code generator - Generate ObjectStack apps from natural language",
"private": true,
"main": "objectstack.config.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/ai-sales/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/example-ai-sales

## 1.0.7

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.4.2

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ai-sales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-ai-sales",
"version": "1.0.6",
"version": "1.0.7",
"description": "AI-powered sales assistant with intelligent automation",
"private": true,
"main": "objectstack.config.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/ai-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/example-ai-support

## 1.0.7

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.4.2

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ai-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-ai-support",
"version": "1.0.6",
"version": "1.0.7",
"description": "AI-powered customer support system with RAG knowledge base",
"private": true,
"main": "objectstack.config.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/example-crm

## 1.0.9

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.4.2

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/crm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-crm",
"version": "1.0.8",
"version": "1.0.9",
"description": "Example CRM implementation using ObjectStack Protocol",
"private": true,
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions examples/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @objectstack/example-host

## 0.1.9

### Patch Changes

- Updated dependencies
- @objectstack/driver-memory@0.4.2
- @objectstack/objectql@0.4.2
- @objectstack/plugin-hono-server@0.4.2
- @objectstack/runtime@0.4.2
- @objectstack/example-crm@1.0.9
- @objectstack/plugin-bi@1.0.9
- @objectstack/example-todo@1.0.9

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-host",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "tsx src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions examples/msw-react-crud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @objectstack/example-msw-react-crud

## 1.0.2

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.4.2
- @objectstack/client@0.4.2
- @objectstack/driver-memory@0.4.2
- @objectstack/plugin-msw@0.4.2
- @objectstack/runtime@0.4.2
- @objectstack/example-todo@1.0.9

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/msw-react-crud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-msw-react-crud",
"version": "1.0.1",
"version": "1.0.2",
"description": "Complete MSW integration example with React CRUD components using ObjectStack Client",
"private": true,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions examples/plugin-bi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/plugin-bi

## 1.0.9

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.4.2

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-bi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/plugin-bi",
"version": "1.0.8",
"version": "1.0.9",
"main": "src/index.ts",
"license": "MIT",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions examples/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/example-todo

## 1.0.9

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.4.2
- @objectstack/client@0.4.2

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-todo",
"version": "1.0.8",
"version": "1.0.9",
"description": "Example Todo App using ObjectStack Protocol",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/spec-monorepo",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"description": "ObjectStack Protocol & Specification - Monorepo for TypeScript Interfaces, JSON Schemas, and Convention Configurations",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ai-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/ai-bridge

## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2
- Updated dependencies
- @objectstack/spec@0.4.2

Comment on lines +3 to +10
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog contains duplicate ## 0.1.1 release sections below the newly added 0.4.2 entry. Please merge the duplicated 0.1.1 entries into one (or fix the incorrect version header) so the changelog has a single, unambiguous history per version.

Copilot uses AI. Check for mistakes.
## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/ai-bridge",
"version": "0.1.1",
"version": "0.4.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/cli

## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2
- Updated dependencies
- @objectstack/spec@0.4.2

Comment on lines +3 to +10
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog contains duplicate ## 0.1.1 release sections below the newly added 0.4.2 entry. This makes the release history ambiguous; please consolidate the duplicated 0.1.1 entries into a single section (or correct the version numbers if one of them should be 0.1.2/0.1.0/etc.).

Copilot uses AI. Check for mistakes.
## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/cli",
"version": "0.1.1",
"version": "0.4.2",
"description": "Command Line Interface for ObjectStack Protocol",
"main": "dist/index.js",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/client

## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2
- Updated dependencies
- @objectstack/spec@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/client",
"version": "0.4.1",
"version": "0.4.2",
"description": "Official Client SDK for ObjectStack Protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/driver-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/driver-memory

## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2
- Updated dependencies
- @objectstack/spec@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/driver-memory",
"version": "0.4.1",
"version": "0.4.2",
"description": "In-Memory Driver for ObjectStack (Reference Implementation)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/objectql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/objectql

## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2
- Updated dependencies
- @objectstack/spec@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/objectql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/objectql",
"version": "0.4.1",
"version": "0.4.2",
"description": "Isomorphic ObjectQL Engine for ObjectStack",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-hono-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @objectstack/plugin-hono-server

## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2
- Updated dependencies
- @objectstack/spec@0.4.2
- @objectstack/runtime@0.4.2
- @objectstack/types@0.4.2

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-hono-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/plugin-hono-server",
"version": "0.4.1",
"version": "0.4.2",
"description": "Standard Hono Server Adapter for ObjectStack Runtime",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,6 +19,6 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@objectstack/runtime": "^0.4.1"
"@objectstack/runtime": "^0.4.2"
}
}
Loading
Loading