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
10 changes: 9 additions & 1 deletion 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.7.1] - 2026-01-31

### Changed
- Patch release for maintenance and stability improvements
- Updated all packages to version 0.7.1
Copy link

Copilot AI Jan 31, 2026

Choose a reason for hiding this comment

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

The root package.json version remains at "0.7.0" while all other packages have been bumped to "0.7.1". In a monorepo, the root package version should typically be updated to match the release version for consistency, unless there's a specific reason to keep it separate.

Suggested change
- Updated all packages to version 0.7.1
- Updated all workspace packages to version 0.7.1; root package.json remains at 0.7.0 by design

Copilot uses AI. Check for mistakes.

## [0.6.1] - 2026-01-28

### Changed
Expand Down Expand Up @@ -179,7 +185,9 @@ Mark breaking changes clearly:

---

[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/objectstack-ai/spec/compare/v0.6.1...v0.7.1
[0.6.1]: https://github.com/objectstack-ai/spec/compare/v0.4.1...v0.6.1
[0.4.1]: https://github.com/objectstack-ai/spec/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/objectstack-ai/spec/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/objectstack-ai/spec/compare/v0.3.2...v0.3.3
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.7.1

### Patch Changes

- Patch release for maintenance and stability improvements

## 0.6.1

## 0.6.0
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.7.0",
"version": "0.7.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.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1

## 0.6.1

### 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": "0.7.0",
"version": "0.7.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.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1

## 0.6.1

### 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": "0.7.0",
"version": "0.7.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.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1

## 0.6.1

### 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": "0.7.0",
"version": "0.7.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.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1

## 0.6.1

### 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": "0.7.0",
"version": "0.7.1",
"description": "AI-powered customer support system with RAG knowledge base",
"private": true,
"main": "objectstack.config.ts",
Expand Down
9 changes: 9 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @objectstack/example-basic

## 0.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1
- @objectstack/core@0.7.1
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-basic",
"version": "0.7.0",
"version": "0.7.1",
"description": "Basic protocol examples demonstrating ObjectStack core features",
"private": true,
"type": "module",
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.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1

## 0.6.1

### 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": "0.7.0",
"version": "0.7.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.7.1

### Patch Changes

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

## 0.6.1

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

## 0.7.1

### Patch Changes

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

## 0.6.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": "0.7.0",
"version": "0.7.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.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1

## 0.6.1

### 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": "0.7.0",
"version": "0.7.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.7.1

### Patch Changes

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

## 0.6.1

### 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": "0.7.0",
"version": "0.7.1",
"description": "Example Todo App using ObjectStack Protocol",
"private": true,
"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.7.1

### Patch Changes

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

## 0.6.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.7.0",
"version": "0.7.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.7.1

### Patch Changes

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

## 0.6.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.7.0",
"version": "0.7.1",
"description": "Command Line Interface for ObjectStack Protocol",
"main": "dist/index.js",
"bin": {
Expand Down
9 changes: 9 additions & 0 deletions packages/client-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @objectstack/client-react

## 0.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1
- @objectstack/client@0.7.1
- @objectstack/core@0.7.1

## 0.6.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/client-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/client-react",
"version": "0.7.0",
"version": "0.7.1",
"description": "React hooks for ObjectStack Client SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @objectstack/client

## 0.7.1

### Patch Changes

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

## 0.6.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.7.0",
"version": "0.7.1",
"description": "Official Client SDK for ObjectStack Protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/core

## 0.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1

## 0.6.1

### Patch 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.7.0",
"version": "0.7.1",
"description": "Microkernel Core for ObjectStack",
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @objectstack/metadata

## 0.7.1

### Patch Changes

- Updated dependencies
- @objectstack/spec@0.7.1
- @objectstack/types@0.7.1
- @objectstack/core@0.7.1
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/metadata",
"version": "0.7.0",
"version": "0.7.1",
"description": "Metadata loading, saving, and persistence for ObjectStack",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading
Loading