Skip to content

Commit 5533281

Browse files
Copilothotlong
andcommitted
Version bump to 4.0.1
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e1daf75 commit 5533281

File tree

42 files changed

+324
-63
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

+324
-63
lines changed

examples/drivers/excel-demo/CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/driver-excel@4.0.1
9+
- @objectql/types@4.0.1
10+
311
## 3.0.1
412

513
### Patch Changes

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": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "Example demonstrating the Excel Driver for ObjectQL",
66
"scripts": {

examples/drivers/fs-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# fs-demo
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@4.0.1
9+
- @objectql/driver-fs@4.0.1
10+
311
## 3.0.1
412

513
### Patch Changes

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": "4.0.0",
3+
"version": "4.0.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+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@4.0.1
9+
- @objectql/driver-localstorage@4.0.1
10+
- @objectql/driver-memory@4.0.1
11+
- @objectql/types@4.0.1
12+
313
## 3.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": "4.0.0",
3+
"version": "4.0.1",
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+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@4.0.1
9+
- @objectql/driver-sql@4.0.1
10+
- @objectql/platform-node@4.0.1
11+
- @objectql/server@4.0.1
12+
- @objectql/types@4.0.1
13+
314
## 3.0.1
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": "4.0.0",
3+
"version": "4.0.1",
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+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@4.0.1
9+
- @objectql/driver-sql@4.0.1
10+
311
## 3.0.1
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": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)