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
2 changes: 2 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"@objectstack/rest",
"@objectstack/studio",
"@objectstack/driver-memory",
"@objectstack/plugin-auth",
"@objectstack/plugin-hono-server",
"@objectstack/plugin-msw",
"@objectstack/plugin-security",
"@objectstack/hono",
"@objectstack/nestjs",
"@objectstack/nextjs",
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [2.0.5] - 2026-02-10

### Changed
- Unified all package versions to 2.0.5
- Added `@objectstack/plugin-auth` and `@objectstack/plugin-security` to the changeset fixed versioning group
- All packages now release together under the same version number

## [2.0.4] - 2026-02-10

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

---

[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.3...HEAD
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.5...HEAD
[2.0.5]: https://github.com/objectstack-ai/spec/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/objectstack-ai/spec/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/objectstack-ai/spec/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/objectstack-ai/spec/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/objectstack-ai/spec/compare/v0.9.1...v2.0.1
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

## 2.0.5

## 2.0.4

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

## 2.0.5

### Patch Changes

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

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.6

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.5

## 1.2.5

### 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.5",
"version": "1.2.6",
"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.6

### Patch Changes

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

## 1.2.5

### 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.5",
"version": "1.2.6",
"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.6

### Patch Changes

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

## 1.2.5

### 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.5",
"version": "1.2.6",
"description": "Example Todo App using ObjectStack Protocol",
"license": "Apache-2.0",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions examples/metadata-objectql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @objectstack/example-metadata-objectql

## 0.1.2

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.5
- @objectstack/core@2.0.5
- @objectstack/metadata@2.0.5
- @objectstack/objectql@2.0.5
- @objectstack/driver-memory@2.0.5

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/metadata-objectql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-metadata-objectql",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "Example demonstrating ObjectQL metadata service usage",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions examples/minimal-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @objectstack/example-minimal-auth

## 1.0.2

### Patch Changes

- Updated dependencies
- @objectstack/plugin-auth@2.0.5
- @objectstack/client@2.0.5
- @objectstack/core@2.0.5
- @objectstack/objectql@2.0.5
- @objectstack/driver-memory@2.0.5
- @objectstack/plugin-hono-server@2.0.5

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectstack/example-minimal-auth",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"description": "Minimal example demonstrating ObjectStack authentication with plugin-auth",
"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 @@
# @example/plugin-bi

## 1.2.6

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.5

## 1.2.5

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

## 2.0.5

### Patch Changes

- @objectstack/runtime@2.0.5

## 2.0.4

### 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.4",
"version": "2.0.5",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapters/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @objectstack/nestjs

## 2.0.5

### Patch Changes

- @objectstack/runtime@2.0.5

## 2.0.4

### 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.4",
"version": "2.0.5",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapters/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @objectstack/nextjs

## 2.0.5

### Patch Changes

- @objectstack/runtime@2.0.5

## 2.0.4

### 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.4",
"version": "2.0.5",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @objectstack/cli

## 2.0.5

### Patch Changes

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

## 2.0.4

### 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.4",
"version": "2.0.5",
"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

## 2.0.5

### Patch Changes

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

## 2.0.4

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

## 2.0.5

### Patch Changes

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

## 2.0.4

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

## 2.0.5

### Patch Changes

- Updated dependencies
- @objectstack/spec@2.0.5

## 2.0.4

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

## 2.0.5

### Patch Changes

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

## 2.0.4

### Patch Changes
Expand Down
Loading
Loading