Skip to content

Commit fa0447c

Browse files
Copilothuangyiirene
andcommitted
Update all package versions to 3.0.0
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 0bfa42d commit fa0447c

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

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

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": "2.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Example demonstrating @objectql/driver-fs",
66
"scripts": {

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": "2.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Browser demo for ObjectQL showing Memory and LocalStorage drivers",
66
"type": "module",

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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Express API Integration Example for ObjectQL",
55
"private": true,
66
"keywords": [

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": "2.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

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

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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "ObjectQL Basic Example Project",
55
"private": true,
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"vite": "^7.3.1",
4242
"vitepress": "^1.6.4"
4343
},
44-
"version": "2.0.0",
44+
"version": "3.0.0",
4545
"dependencies": {
4646
"build": "^0.1.4"
4747
}

packages/drivers/excel/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-excel",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Excel file driver for ObjectQL - Read/write data from Excel files (.xlsx) with flexible storage modes",
55
"keywords": [
66
"objectql",

packages/drivers/fs/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-fs",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "File system driver for ObjectQL - JSON file-based storage with one file per table",
55
"keywords": [
66
"objectql",

0 commit comments

Comments
 (0)