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: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.6.1] - 2026-01-28

### Changed
- Patch release for maintenance and stability improvements
- Updated all packages to version 0.6.1

Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

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

The CHANGELOG is missing an entry for version 0.6.0 between versions 0.6.1 and 0.4.1. Since individual package CHANGELOGs reference 0.6.0 (e.g., packages/spec/CHANGELOG.md shows "## 0.6.0" entries), the main CHANGELOG should also document this version for consistency and completeness of the release history.

Suggested change
## [0.6.0] - 2026-01-28
### Changed
- Released ObjectStack Protocol version 0.6.0 across core packages
- See individual package CHANGELOGs for detailed per-package changes

Copilot uses AI. Check for mistakes.
## [0.4.1] - 2026-01-27

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @objectstack/docs

## 0.6.1

Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

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

The CHANGELOG entry for version 0.6.1 is empty and lacks content. It should include at minimum a "Patch Changes" section or "Updated dependencies" information to match the pattern used in other package CHANGELOGs across the monorepo.

Suggested change
### Patch Changes
- Internal maintenance release aligning docs package with monorepo 0.6.1 versioning

Copilot uses AI. Check for mistakes.
## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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

## 0.6.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"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

## 0.6.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"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

## 0.6.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"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

## 0.6.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"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

## 0.6.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"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.6.1

### Patch Changes

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

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"dev": "tsx src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions examples/msw-react-crud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @objectstack/example-msw-react-crud

## 0.6.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.6.1
- @objectstack/client@0.6.1
- @objectstack/driver-memory@0.6.1
- @objectstack/objectql@0.6.1
- @objectstack/plugin-msw@0.6.1
- @objectstack/runtime@0.6.1
- @objectstack/example-todo@0.6.1

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"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

## 0.6.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"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

## 0.6.1

### Patch Changes

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

## 0.6.0

### Minor 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": "0.6.0",
"version": "0.6.1",
"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.5.0",
"version": "0.6.1",
"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.6.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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.6.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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.6.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/core

## 0.6.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@0.6.1

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/core",
"version": "0.6.0",
"version": "0.6.1",
"description": "Microkernel Core for ObjectStack",
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/objectql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @objectstack/objectql

## 0.6.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@0.6.1
- @objectstack/types@0.6.1
- @objectstack/core@0.6.1

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"description": "Isomorphic ObjectQL Engine for ObjectStack",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/driver-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @objectstack/driver-memory

## 0.6.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@0.6.1
- @objectstack/core@0.6.1

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/driver-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/driver-memory",
"version": "0.6.0",
"version": "0.6.1",
"description": "In-Memory Driver for ObjectStack (Reference Implementation)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/plugin-hono-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @objectstack/plugin-hono-server

## 0.6.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@0.6.1
- @objectstack/types@0.6.1
- @objectstack/core@0.6.1

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/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.6.0",
"version": "0.6.1",
"description": "Standard Hono Server Adapter for ObjectStack Runtime",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading
Loading