Skip to content

Commit 47d4a05

Browse files
Copilothotlong
andcommitted
Version bump to 1.8.3 - Small version release
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent f5788c3 commit 47d4a05

30 files changed

Lines changed: 167 additions & 17 deletions

File tree

examples/starters/hello-world/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @example/hello-world
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.8.3
9+
- @objectql/driver-sql@1.8.3
10+
311
## 1.0.2
412

513
### Patch Changes

examples/starters/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/hello-world",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"description": "Zero-config ObjectQL starter",
66
"scripts": {

examples/tutorials/tutorial-ai-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/tutorial-ai-agent",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"private": true,
55
"scripts": {
66
"start": "tsx agent.ts"

examples/tutorials/tutorial-crm-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/tutorial-crm-system",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"private": true,
55
"scripts": {
66
"start": "tsx index.ts"

examples/tutorials/tutorial-federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/tutorial-federation",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"private": true,
55
"scripts": {
66
"start": "tsx index.ts"

examples/tutorials/tutorial-task-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/tutorial-task-manager",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"private": true,
55
"scripts": {
66
"start": "tsx index.ts"

packages/drivers/mongo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @objectql/driver-mongo
22

3+
## 1.8.3
4+
5+
### Patch Changes
6+
7+
- Release patch version 1.8.3
8+
9+
Small version update with latest improvements and bug fixes.
10+
11+
- Updated dependencies
12+
- @objectql/types@1.8.3
13+
314
## 1.8.2
415

516
### Patch Changes

packages/drivers/mongo/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-mongo",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "MongoDB driver for ObjectQL - Native aggregation pipeline translation for high-performance NoSQL operations",
55
"keywords": [
66
"objectql",

packages/drivers/sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @objectql/sdk
22

3+
## 1.8.3
4+
5+
### Patch Changes
6+
7+
- Release patch version 1.8.3
8+
9+
Small version update with latest improvements and bug fixes.
10+
11+
- Updated dependencies
12+
- @objectql/types@1.8.3
13+
314
## 1.8.2
415

516
### Patch Changes

packages/drivers/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/sdk",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "Remote HTTP driver for ObjectQL - Universal client for browser, Node.js, and edge runtimes",
55
"keywords": [
66
"objectql",

0 commit comments

Comments
 (0)