Skip to content

Commit 79619b1

Browse files
authored
Merge pull request #117 from objectstack-ai/copilot/release-19-x
2 parents 4306517 + 8ee06e8 commit 79619b1

File tree

29 files changed

+188
-14
lines changed

29 files changed

+188
-14
lines changed

.changeset/release-1-9-2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@objectql/cli": patch
3+
"@objectql/core": patch
4+
"@objectql/create": patch
5+
"@objectql/driver-excel": patch
6+
"@objectql/driver-fs": patch
7+
"@objectql/driver-localstorage": patch
8+
"@objectql/driver-memory": patch
9+
"@objectql/driver-mongo": patch
10+
"@objectql/driver-redis": patch
11+
"@objectql/driver-sql": patch
12+
"@objectql/platform-node": patch
13+
"@objectql/sdk": patch
14+
"@objectql/server": patch
15+
"@objectql/types": patch
16+
---
17+
18+
Release version 1.9.2 with latest improvements and bug fixes
19+
20+
This patch release includes stability improvements and bug fixes backported from the development branch.

packages/drivers/excel/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@
4949
- Updated dependencies [38b01f4]
5050
- @objectql/types@3.0.0
5151

52+
## 1.9.2
53+
54+
### Patch Changes
55+
56+
- Release version 1.9.2 with latest improvements and bug fixes
57+
58+
This patch release includes stability improvements and bug fixes backported from the development branch.
59+
60+
- Updated dependencies
61+
- @objectql/types@1.9.2
62+
5263
## 0.2.1
5364

5465
### Patch Changes

packages/drivers/excel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/driver-excel",
3-
"version": "3.0.0",
3+
"version": "1.9.2",
44
"description": "Excel file driver for ObjectQL - Read/write data from Excel files (.xlsx) with flexible storage modes",
55
"keywords": [
66
"objectql",

packages/drivers/fs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@
4949
- Updated dependencies [38b01f4]
5050
- @objectql/types@3.0.0
5151

52+
## 1.9.2
53+
54+
### Patch Changes
55+
56+
- Release version 1.9.2 with latest improvements and bug fixes
57+
58+
This patch release includes stability improvements and bug fixes backported from the development branch.
59+
60+
- Updated dependencies
61+
- @objectql/types@1.9.2
62+
5263
## 0.1.1
5364

5465
### Patch Changes

packages/drivers/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/driver-fs",
3-
"version": "3.0.0",
3+
"version": "1.9.2",
44
"description": "File system driver for ObjectQL - JSON file-based storage with one file per table",
55
"keywords": [
66
"objectql",

packages/drivers/localstorage/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@
4949
- Updated dependencies [38b01f4]
5050
- @objectql/types@3.0.0
5151

52+
## 1.9.2
53+
54+
### Patch Changes
55+
56+
- Release version 1.9.2 with latest improvements and bug fixes
57+
58+
This patch release includes stability improvements and bug fixes backported from the development branch.
59+
60+
- Updated dependencies
61+
- @objectql/types@1.9.2
62+
5263
## 0.1.2
5364

5465
### Patch Changes

packages/drivers/localstorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/driver-localstorage",
3-
"version": "3.0.0",
3+
"version": "1.9.2",
44
"description": "LocalStorage driver for ObjectQL - Browser-based persistent storage",
55
"keywords": [
66
"objectql",

packages/drivers/memory/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@
4949
- Updated dependencies [38b01f4]
5050
- @objectql/types@3.0.0
5151

52+
## 1.9.2
53+
54+
### Patch Changes
55+
56+
- Release version 1.9.2 with latest improvements and bug fixes
57+
58+
This patch release includes stability improvements and bug fixes backported from the development branch.
59+
60+
- Updated dependencies
61+
- @objectql/types@1.9.2
62+
5263
## 0.1.2
5364

5465
### Patch Changes

packages/drivers/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/driver-memory",
3-
"version": "3.0.0",
3+
"version": "1.9.2",
44
"description": "In-memory driver for ObjectQL - Fast, zero-dependency storage for testing and development",
55
"keywords": [
66
"objectql",

packages/drivers/mongo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@
4949
- Updated dependencies [38b01f4]
5050
- @objectql/types@3.0.0
5151

52+
## 1.9.2
53+
54+
### Patch Changes
55+
56+
- Release version 1.9.2 with latest improvements and bug fixes
57+
58+
This patch release includes stability improvements and bug fixes backported from the development branch.
59+
60+
- Updated dependencies
61+
- @objectql/types@1.9.2
62+
5263
## 1.9.1
5364

5465
### Patch Changes

0 commit comments

Comments
 (0)