Skip to content

Commit 6c5032c

Browse files
authored
Merge pull request #111 from objectstack-ai/copilot/create-new-version
2 parents 0db5577 + 28310c9 commit 6c5032c

File tree

42 files changed

+207
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+207
-22
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @objectql/example-excel-demo
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/types@1.9.1
9+
- @objectql/driver-excel@0.2.1

examples/drivers/excel-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/example-excel-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"description": "Example demonstrating the Excel Driver for ObjectQL",
66
"scripts": {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# fs-demo
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.9.1
9+
- @objectql/driver-fs@0.1.1

examples/drivers/fs-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"description": "Example demonstrating @objectql/driver-fs",
66
"scripts": {

examples/integrations/browser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @objectql/example-browser
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/types@1.9.1
9+
- @objectql/core@1.9.1
10+
- @objectql/driver-localstorage@0.1.2
11+
- @objectql/driver-memory@0.1.2
12+
313
## 1.0.1
414

515
### Patch Changes

examples/integrations/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/example-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "Browser demo for ObjectQL showing Memory and LocalStorage drivers",
66
"type": "module",

examples/integrations/express-server/CHANGELOG.md

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

3+
## 1.8.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/types@1.9.1
9+
- @objectql/core@1.9.1
10+
- @objectql/platform-node@1.9.1
11+
- @objectql/server@1.9.1
12+
- @objectql/driver-sql@1.9.1
13+
314
## 1.8.5
415

516
### Patch Changes

examples/integrations/express-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/example-express-server",
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44
"description": "Express API Integration Example for ObjectQL",
55
"private": true,
66
"keywords": [

examples/quickstart/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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.9.1
9+
- @objectql/driver-sql@1.9.1
10+
311
## 1.0.5
412

513
### Patch Changes

examples/quickstart/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": "@objectql/example-hello-world",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)