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

## [2.0.1] - 2026-02-09

### Changed
- Patch release for maintenance and stability improvements
- Updated all packages to version 2.0.1 with unified versioning

Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

Root CHANGELOG adds a 2.0.1 section, but the reference links at the bottom weren’t updated: there’s no [2.0.1]: ... entry, and [Unreleased] still compares from v0.9.1. Also, the file has no 2.0.0 section, which makes the new 2.0.1 entry and compare links inconsistent with the package versions. Please add the missing 2.0.0 entry (if 2.0.0 was released) and update/add the link references for 2.0.0/2.0.1 and Unreleased accordingly.

Suggested change
## [2.0.0] - 2026-02-07
### Changed
- Major release establishing the 2.x line of the ObjectStack Protocol
- Introduced breaking changes and schema refinements for the 2.0.0 baseline
- Updated all packages to version 2.0.0 with unified versioning

Copilot uses AI. Check for mistakes.
## [0.9.1] - 2026-02-03

### Changed
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

## 2.0.1

### Patch Changes

- Patch release for maintenance and stability improvements

## 2.0.0

## 1.0.12
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": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "ObjectStack Protocol Documentation Site",
"license": "Apache-2.0",
Expand Down
15 changes: 15 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @objectstack/studio

## 2.0.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@2.0.1
- @objectstack/client@2.0.1
- @objectstack/client-react@2.0.1
- @objectstack/metadata@2.0.1
- @objectstack/objectql@2.0.1
- @objectstack/runtime@2.0.1
- @objectstack/driver-memory@2.0.1
- @objectstack/plugin-msw@2.0.1

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/studio",
"version": "2.0.0",
"version": "2.0.1",
"description": "ObjectStack Studio - A metadata-driven admin interface for managing data and configuration",
"license": "Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions examples/app-crm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @objectstack/example-crm

## 1.2.2

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.1

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-crm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/app-crm",
"version": "1.2.1",
"version": "1.2.2",
"description": "Example CRM implementation using ObjectStack Protocol",
"license": "Apache-2.0",
"private": true,
Expand Down
15 changes: 15 additions & 0 deletions examples/app-host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @objectstack/example-host

## 1.2.2

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.1
- @objectstack/metadata@2.0.1
- @objectstack/objectql@2.0.1
- @objectstack/runtime@2.0.1
- @objectstack/driver-memory@2.0.1
- @objectstack/plugin-hono-server@2.0.1
- @example/app-crm@1.2.2
- @example/app-todo@1.2.2
- @example/plugin-bi@1.2.2

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/app-host",
"version": "1.2.1",
"version": "1.2.2",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions examples/app-todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @objectstack/example-todo

## 1.2.2

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.1
- @objectstack/client@2.0.1
- @objectstack/objectql@2.0.1
- @objectstack/runtime@2.0.1
- @objectstack/driver-memory@2.0.1

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-todo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/app-todo",
"version": "1.2.1",
"version": "1.2.2",
"description": "Example Todo App using ObjectStack Protocol",
"license": "Apache-2.0",
"private": true,
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 @@
# @example/plugin-bi

## 1.2.2

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.1

## 1.2.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": "@example/plugin-bi",
"version": "1.2.1",
"version": "1.2.2",
"license": "Apache-2.0",
"private": true,
"main": "objectstack.config.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapters/hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/hono

## 2.0.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/runtime@2.0.1

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/hono",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapters/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/nestjs

## 2.0.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/runtime@2.0.1

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/nestjs",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapters/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @objectstack/nextjs

## 2.0.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/runtime@2.0.1

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/nextjs",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @objectstack/cli

## 2.0.1

### Patch Changes

- Patch release for maintenance and stability improvements
- Updated dependencies
- @objectstack/spec@2.0.1
- @objectstack/core@2.0.1
- @objectstack/objectql@2.0.1
- @objectstack/runtime@2.0.1
- @objectstack/rest@2.0.1
- @objectstack/driver-memory@2.0.1
- @objectstack/plugin-hono-server@2.0.1

## 2.0.0

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

## 2.0.1

### Patch Changes

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

## 2.0.0

### Patch Changes
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": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"description": "React hooks for ObjectStack Client SDK",
"main": "dist/index.js",
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

## 2.0.1

### Patch Changes

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

## 2.0.0

### 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": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"description": "Official Client SDK for ObjectStack Protocol",
"main": "dist/index.js",
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

## 2.0.1

### Patch Changes

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

## 2.0.0

### 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": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"description": "Microkernel Core for ObjectStack",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @objectstack/metadata

## 2.0.1

### Patch Changes

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

## 2.0.0

### Patch Changes
Expand Down
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": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"description": "Metadata loading, saving, and persistence for ObjectStack",
"main": "src/index.ts",
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

## 2.0.1

### Patch Changes

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

## 2.0.0

### 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": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"description": "Isomorphic ObjectQL Engine for ObjectStack",
"main": "dist/index.js",
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

## 2.0.1

### Patch Changes

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

## 2.0.0

### Patch 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": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"description": "In-Memory Driver for ObjectStack (Reference Implementation)",
"main": "dist/index.js",
Expand Down
Loading
Loading