Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 8 additions & 0 deletions examples/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @objectstack/example-crm

## 1.0.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.1.2
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.0",
"version": "1.0.1",
"description": "Example CRM implementation using ObjectStack Protocol",
"private": true,
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions examples/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @objectstack/example-host

## 0.1.1

### Patch Changes

- Updated dependencies
- @objectstack/driver-memory@0.1.1
- @objectstack/objectql@0.1.1
- @objectstack/plugin-hono-server@0.1.1
- @objectstack/runtime@0.1.1
- @objectstack/example-crm@1.0.1
- @objectstack/plugin-bi@1.0.1
- @objectstack/example-todo@1.0.1
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.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "ts-node src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/plugin-bi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @objectstack/plugin-bi

## 1.0.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.1.2
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.0",
"version": "1.0.1",
"main": "src/index.ts",
"license": "MIT",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions examples/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @objectstack/example-todo

## 1.0.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.1.2
- @objectstack/client@0.1.1
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.0",
"version": "1.0.1",
"description": "Example Todo App using ObjectStack Protocol",
"private": true,
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @objectstack/client

## 0.1.1

### Patch Changes

- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copilot AI Jan 20, 2026

Copy link

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

- Updated dependencies
- @objectstack/spec@0.1.2
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.1.0",
"version": "0.1.1",
"description": "Official Client SDK for ObjectStack Protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/driver-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @objectstack/driver-memory

## 0.1.1

### Patch Changes

- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copilot AI Jan 20, 2026

Copy link

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

- Updated dependencies
- @objectstack/spec@0.1.2
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.1.0",
"version": "0.1.1",
"description": "In-Memory Driver for ObjectStack (Reference Implementation)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/objectql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @objectstack/objectql

## 0.1.1

### Patch Changes

- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copilot AI Jan 20, 2026

Copy link

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

- Updated dependencies
- @objectstack/spec@0.1.2
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.1.0",
"version": "0.1.1",
"description": "Isomorphic ObjectQL Engine for ObjectStack",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
20 changes: 20 additions & 0 deletions packages/plugin-hono-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @objectstack/plugin-hono-server

## 0.1.1

### Patch Changes

- Initial release of ObjectStack Protocol & Specification packages

Copilot AI Jan 20, 2026

Copy link

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.


- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

- Updated dependencies
- @objectstack/spec@0.1.2
- @objectstack/runtime@0.1.1
- @objectstack/types@0.1.1
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.1.0",
"version": "0.1.1",
"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.1.0"
"@objectstack/runtime": "^0.1.1"
}
}
20 changes: 20 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @objectstack/runtime

## 0.1.1

### Patch Changes

- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copilot AI Jan 20, 2026

Copy link

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

- Updated dependencies
- @objectstack/spec@0.1.2
- @objectstack/objectql@0.1.1
- @objectstack/types@0.1.1
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/runtime",
"version": "0.1.0",
"version": "0.1.1",
"description": "ObjectStack Core Runtime & Query Engine",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @objectstack/spec

## 0.1.2

### Patch Changes

- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copilot AI Jan 20, 2026

Copy link

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but this is version 0.1.2 (a patch bump from 0.1.1). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules.

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/spec",
"version": "0.1.1",
"version": "0.1.2",
"description": "ObjectStack Protocol & Specification - TypeScript Interfaces, JSON Schemas, and Convention Configurations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @objectstack/types

## 0.1.1

### Patch Changes

- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copilot AI Jan 20, 2026

Copy link

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules.

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

- Updated dependencies
- @objectstack/spec@0.1.2
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/types",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shared interfaces describing the ObjectStack Runtime environment",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading