Skip to content

Commit 3fb3918

Browse files
authored
Merge pull request #71 from objectstack-ai/copilot/release-small-version-again
2 parents 0bfaee3 + 5db9588 commit 3fb3918

30 files changed

Lines changed: 133 additions & 24 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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.8.2
9+
- @objectql/driver-sql@1.8.2
10+
311
## 1.0.1
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.1",
3+
"version": "1.0.2",
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.5",
3+
"version": "1.0.6",
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.5",
3+
"version": "1.0.6",
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.5",
3+
"version": "1.0.6",
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.5",
3+
"version": "1.0.6",
44
"private": true,
55
"scripts": {
66
"start": "tsx index.ts"

packages/drivers/mongo/CHANGELOG.md

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

3+
## 1.8.2
4+
5+
### Patch Changes
6+
7+
- Patch release v1.8.2 - Small version update with latest improvements
8+
- Updated dependencies
9+
- @objectql/types@1.8.2
10+
311
## 1.8.1
412

513
### 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.1",
3+
"version": "1.8.2",
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# @objectql/sdk
22

3-
## 1.8.2 (Unreleased)
3+
## 1.8.2
44

55
### Patch Changes
66

7+
- Patch release v1.8.2 - Small version update with latest improvements
78
- **Enhanced Browser Compatibility:**
89
- Added comprehensive README with browser usage examples
910
- Added `browser` field to package.json for better bundler support
@@ -12,7 +13,6 @@
1213
- Expanded keywords for better discoverability (frontend, react, vue, angular, esm)
1314
- **Built-in polyfill for `AbortSignal.timeout()`** - SDK now works in older browsers automatically
1415
- Improved timeout handling with fallback mechanism for universal compatibility
15-
1616
- **Documentation Improvements:**
1717
- Added detailed browser compatibility notes (now works in Chrome 90+, Firefox 90+, Safari 15+)
1818
- Removed need for manual polyfills - SDK includes automatic polyfill
@@ -21,12 +21,13 @@
2121
- Added Node.js example demonstrating cross-runtime compatibility
2222
- Added package-level documentation comments
2323
- Updated examples to use CDN imports for browser usage
24-
2524
- **Examples:**
2625
- Added `examples/browser/` with standalone HTML example
2726
- Added `examples/browser/example-node.ts` for Node.js usage
2827
- Demonstrates browser usage without build tools
2928
- Shows SDK works identically across all JavaScript runtimes
29+
- Updated dependencies
30+
- @objectql/types@1.8.2
3031

3132
## 1.8.1
3233

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.1",
3+
"version": "1.8.2",
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)