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
20 changes: 20 additions & 0 deletions .changeset/release-1-9-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"@objectql/cli": patch
"@objectql/core": patch
"@objectql/create": patch
"@objectql/driver-excel": patch
"@objectql/driver-fs": patch
"@objectql/driver-localstorage": patch
"@objectql/driver-memory": patch
"@objectql/driver-mongo": patch
"@objectql/driver-redis": patch
"@objectql/driver-sql": patch
"@objectql/platform-node": patch
"@objectql/sdk": patch
"@objectql/server": patch
"@objectql/types": patch
---

Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.
11 changes: 11 additions & 0 deletions packages/drivers/excel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/excel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/driver-excel",
"version": "3.0.0",
"version": "1.9.2",
"description": "Excel file driver for ObjectQL - Read/write data from Excel files (.xlsx) with flexible storage modes",
"keywords": [
"objectql",
Expand Down
11 changes: 11 additions & 0 deletions packages/drivers/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/driver-fs",
"version": "3.0.0",
"version": "1.9.2",
"description": "File system driver for ObjectQL - JSON file-based storage with one file per table",
"keywords": [
"objectql",
Expand Down
11 changes: 11 additions & 0 deletions packages/drivers/localstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/localstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/driver-localstorage",
"version": "3.0.0",
"version": "1.9.2",
"description": "LocalStorage driver for ObjectQL - Browser-based persistent storage",
"keywords": [
"objectql",
Expand Down
11 changes: 11 additions & 0 deletions packages/drivers/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/driver-memory",
"version": "3.0.0",
"version": "1.9.2",
"description": "In-memory driver for ObjectQL - Fast, zero-dependency storage for testing and development",
"keywords": [
"objectql",
Expand Down
11 changes: 11 additions & 0 deletions packages/drivers/mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/driver-mongo",
"version": "3.0.0",
"version": "1.9.2",
"description": "MongoDB driver for ObjectQL - Native aggregation pipeline translation for high-performance NoSQL operations",
"keywords": [
"objectql",
Expand Down
11 changes: 11 additions & 0 deletions packages/drivers/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/driver-redis",
"version": "3.0.0",
"version": "1.9.2",
"description": "Redis driver for ObjectQL - Example implementation for key-value storage",
"keywords": [
"objectql",
Expand Down
11 changes: 11 additions & 0 deletions packages/drivers/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/sdk",
"version": "3.0.0",
"version": "1.9.2",
"description": "Remote HTTP driver for ObjectQL - Universal client for browser, Node.js, and edge runtimes",
"keywords": [
"objectql",
Expand Down
11 changes: 11 additions & 0 deletions packages/drivers/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/driver-sql",
"version": "3.0.0",
"version": "1.9.2",
"description": "SQL database driver for ObjectQL - Supports PostgreSQL, MySQL, SQLite via Knex with smart hybrid mode",
"keywords": [
"objectql",
Expand Down
11 changes: 11 additions & 0 deletions packages/foundation/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
- Updated dependencies [38b01f4]
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/core",
"version": "3.0.0",
"version": "1.9.2",
"description": "Universal runtime engine for ObjectQL - AI-native metadata-driven ORM with validation, repository pattern, and driver orchestration",
"keywords": [
"objectql",
Expand Down
12 changes: 12 additions & 0 deletions packages/foundation/platform-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@
- @objectql/core@3.0.0
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2
- @objectql/core@1.9.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/platform-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/platform-node",
"version": "3.0.0",
"version": "1.9.2",
"description": "Node.js platform utilities for ObjectQL - File system integration, YAML loading, and plugin management",
"keywords": [
"objectql",
Expand Down
8 changes: 8 additions & 0 deletions packages/foundation/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@

This release establishes a foundation for coordinated major releases across the ObjectQL ecosystem, ensuring compatibility and simplifying dependency management for users.

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/types",
"version": "3.0.0",
"version": "1.9.2",
"description": "Pure TypeScript type definitions and interfaces for the ObjectQL protocol - The Contract",
"keywords": [
"objectql",
Expand Down
12 changes: 12 additions & 0 deletions packages/runtime/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@
- @objectql/core@3.0.0
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2
- @objectql/core@1.9.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/server",
"version": "3.0.0",
"version": "1.9.2",
"description": "HTTP server adapter for ObjectQL - Express/NestJS compatible with GraphQL and REST API support",
"keywords": [
"objectql",
Expand Down
15 changes: 15 additions & 0 deletions packages/tools/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,21 @@
- @objectql/server@3.0.0
- @objectql/types@3.0.0

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

- Updated dependencies
- @objectql/types@1.9.2
- @objectql/core@1.9.2
- @objectql/platform-node@1.9.2
- @objectql/server@1.9.2
- @objectql/driver-sql@1.9.2

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/cli",
"version": "3.0.0",
"version": "1.9.2",
"description": "Command-line interface for ObjectQL - Code generation, migrations, REPL, and AI-powered development tools",
"keywords": [
"objectql",
Expand Down
8 changes: 8 additions & 0 deletions packages/tools/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@

This release establishes a foundation for coordinated major releases across the ObjectQL ecosystem, ensuring compatibility and simplifying dependency management for users.

## 1.9.2

### Patch Changes

- Release version 1.9.2 with latest improvements and bug fixes

This patch release includes stability improvements and bug fixes backported from the development branch.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectql/create",
"version": "3.0.0",
"version": "1.9.2",
"description": "Create ObjectQL apps with one command",
"bin": {
"create-objectql": "./dist/bin.js"
Expand Down
Loading