Skip to content

Commit f440a02

Browse files
authored
Merge pull request #385 from objectstack-ai/copilot/update-all-version-numbers
2 parents 06efc47 + a0aa26a commit f440a02

10 files changed

Lines changed: 42 additions & 9 deletions

File tree

.changeset/unify-versions.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
"@objectql/types": patch
3+
"@objectql/core": patch
4+
"@objectql/platform-node": patch
5+
"@objectql/edge-adapter": patch
6+
"@objectql/plugin-formula": patch
7+
"@objectql/plugin-multitenancy": patch
8+
"@objectql/plugin-optimizations": patch
9+
"@objectql/plugin-query": patch
10+
"@objectql/plugin-security": patch
11+
"@objectql/plugin-sync": patch
12+
"@objectql/plugin-validator": patch
13+
"@objectql/plugin-workflow": patch
14+
"@objectql/driver-excel": patch
15+
"@objectql/driver-fs": patch
16+
"@objectql/driver-memory": patch
17+
"@objectql/driver-mongo": patch
18+
"@objectql/driver-pg-wasm": patch
19+
"@objectql/driver-redis": patch
20+
"@objectql/driver-sql": patch
21+
"@objectql/driver-sqlite-wasm": patch
22+
"@objectql/sdk": patch
23+
"@objectql/protocol-graphql": patch
24+
"@objectql/protocol-json-rpc": patch
25+
"@objectql/protocol-odata-v4": patch
26+
"@objectql/protocol-sync": patch
27+
"@objectql/cli": patch
28+
"@objectql/create": patch
29+
"@objectql/driver-tck": patch
30+
"@objectql/protocol-tck": patch
31+
---
32+
33+
Unify all package versions and release a patch

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/site",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",

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.1.1",
3+
"version": "4.2.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": "4.1.1",
3+
"version": "4.2.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": "4.1.1",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "Browser demo for ObjectQL showing Memory driver",
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": "4.1.1",
3+
"version": "4.2.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": "4.1.1",
3+
"version": "4.2.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": "5.0.0",
3+
"version": "4.2.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": "5.0.0",
3+
"version": "4.2.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
@@ -58,7 +58,7 @@
5858
"vitepress": "^1.6.4",
5959
"vitest": "^1.6.1"
6060
},
61-
"version": "4.0.5",
61+
"version": "4.2.0",
6262
"dependencies": {
6363
"@objectql/protocol-json-rpc": "workspace:*",
6464
"@objectstack/studio": "^3.0.2",

0 commit comments

Comments
 (0)