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 apps/docs/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# @objectstack/docs

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

## 2.0.7

## 2.0.6
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/docs",
"version": "2.0.7",
"version": "3.0.0",
"private": true,
"description": "ObjectStack Protocol Documentation Site",
"license": "Apache-2.0",
Expand Down
18 changes: 18 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
# @objectstack/studio

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/spec@3.0.0
- @objectstack/client@3.0.0
- @objectstack/client-react@3.0.0
- @objectstack/metadata@3.0.0
- @objectstack/objectql@3.0.0
- @objectstack/runtime@3.0.0
- @objectstack/driver-memory@3.0.0
- @objectstack/plugin-msw@3.0.0

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/studio",
"version": "2.0.7",
"version": "3.0.0",
"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 numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @objectstack/example-crm

CopilotAIFeb 12, 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 title (# @objectstack/example-crm) doesn’t match this package’s package.json name (@example/app-crm). Consider updating the header to the actual package name for consistency and clarity.

Suggested change
# @objectstack/example-crm
# @example/app-crm

Copilot uses AI. Check for mistakes.

## 1.2.9

### Patch Changes

- Updated dependencies
- @objectstack/spec@3.0.0

## 1.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-crm/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@example/app-crm",
"version": "1.2.8",
"version": "1.2.9",
"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 numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
# @objectstack/example-host

CopilotAIFeb 12, 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 title (# @objectstack/example-host) doesn’t match this package’s package.json name (@example/app-host). Consider updating the header to the actual package name for consistency and clarity.

Suggested change
# @objectstack/example-host
# @example/app-host

Copilot uses AI. Check for mistakes.

## 1.2.9

### Patch Changes

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

## 1.2.8

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

CopilotAIFeb 12, 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 title (# @objectstack/example-todo) doesn’t match this package’s package.json name (@example/app-todo). Consider updating the header to the actual package name for consistency and clarity.

Suggested change
# @objectstack/example-todo
# @example/app-todo

Copilot uses AI. Check for mistakes.

## 1.2.9

### Patch Changes

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

## 1.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-todo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@example/app-todo",
"version": "1.2.8",
"version": "1.2.9",
"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 numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @example/plugin-bi

## 1.2.9

### Patch Changes

- Updated dependencies
- @objectstack/spec@3.0.0

## 1.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-bi/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@example/plugin-bi",
"version": "1.2.8",
"version": "1.2.9",
"license": "Apache-2.0",
"private": true,
"main": "objectstack.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/spec-monorepo",
"version": "1.2.0",
"version": "3.0.0",
"private": true,
"description": "ObjectStack Protocol & Specification - Monorepo for TypeScript Interfaces, JSON Schemas, and Convention Configurations",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/adapters/hono/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# @objectstack/hono

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/runtime@3.0.0

## 2.0.7

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

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/runtime@3.0.0

## 2.0.7

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

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/runtime@3.0.0

## 2.0.7

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

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/spec@3.0.0
- @objectstack/core@3.0.0
- @objectstack/objectql@3.0.0
- @objectstack/runtime@3.0.0
- @objectstack/rest@3.0.0
- @objectstack/driver-memory@3.0.0
- @objectstack/plugin-hono-server@3.0.0

## 2.0.7

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

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

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

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-react/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/client-react",
"version": "2.0.7",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "React hooks for ObjectStack Client SDK",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# @objectstack/client

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/spec@3.0.0
- @objectstack/core@3.0.0

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/client",
"version": "2.0.7",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Official Client SDK for ObjectStack Protocol",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# @objectstack/core

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/spec@3.0.0

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/core",
"version": "2.0.7",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Microkernel Core for ObjectStack",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# @objectstack/metadata

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/spec@3.0.0
- @objectstack/core@3.0.0
- @objectstack/types@3.0.0

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/metadata",
"version": "2.0.7",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Metadata loading, saving, and persistence for ObjectStack",
"main": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/objectql/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# @objectstack/objectql

## 3.0.0

### Major Changes

- Release v3.0.0 — unified version bump for all ObjectStack packages.

### Patch Changes

- Updated dependencies
- @objectstack/spec@3.0.0
- @objectstack/core@3.0.0
- @objectstack/types@3.0.0

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/objectql/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/objectql",
"version": "2.0.7",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Isomorphic ObjectQL Engine for ObjectStack",
"main": "dist/index.js",
Expand Down
Loading