Skip to content

Commit 1f3d6b2

Browse files
Copilothotlong
andcommitted
Bump versions to 1.9.0
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent a29a67c commit 1f3d6b2

File tree

32 files changed

+249
-16
lines changed

32 files changed

+249
-16
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @objectql/example-browser
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.9.0
9+
- @objectql/types@1.9.0
10+
- @objectql/driver-localstorage@0.1.1
11+
- @objectql/driver-memory@0.1.1

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.0",
3+
"version": "1.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+
## 1.8.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.9.0
9+
- @objectql/driver-sql@1.9.0
10+
- @objectql/server@1.9.0
11+
- @objectql/types@1.9.0
12+
- @objectql/platform-node@1.9.0
13+
314
## 1.8.4
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.4",
3+
"version": "1.8.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.9.0
9+
- @objectql/driver-sql@1.9.0
10+
311
## 1.0.4
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.4",
3+
"version": "1.0.5",
44
"private": true,
55
"repository": {
66
"type": "git",

examples/showcase/enterprise-erp/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.9.0
9+
- @objectql/driver-sql@1.9.0
10+
- @objectql/types@1.9.0
11+
- @objectql/platform-node@1.9.0
12+
313
## 1.8.4
414

515
### Patch Changes

examples/showcase/enterprise-erp/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-enterprise-erp",
3-
"version": "1.8.4",
3+
"version": "2.0.0",
44
"description": "ObjectQL Enterprise Example - CRM & HR Demo",
55
"private": true,
66
"keywords": [

examples/showcase/project-tracker/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectql/core@1.9.0
9+
- @objectql/driver-sql@1.9.0
10+
- @objectql/types@1.9.0
11+
- @objectql/platform-node@1.9.0
12+
313
## 1.8.4
414

515
### Patch Changes

examples/showcase/project-tracker/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-project-tracker",
3-
"version": "1.8.4",
3+
"version": "2.0.0",
44
"description": "ObjectQL Basic Example Project",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)