From 95120e40c462678d7423b3dbe182346e8c92197c Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Tue, 21 Jul 2026 16:39:54 +0530 Subject: [PATCH] release: v0.11.0 --- package-lock.json | 8 ++++---- packages/oc-docs/package.json | 2 +- packages/oc-schema-explorer/package.json | 2 +- packages/oc-schema/package.json | 2 +- packages/oc-types/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c373573..3876eda9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9855,7 +9855,7 @@ "@faker-js/faker": "^9.7.0", "@mintlify/httpsnippet": "^1.0.10", "@monaco-editor/react": "^4.7.0", - "@opencollection/types": "0.10.0", + "@opencollection/types": "0.11.0", "@prantlf/jsonlint": "^16.0.0", "@reduxjs/toolkit": "^2.10.1", "@tabler/icons": "^1.46.0", @@ -9920,7 +9920,7 @@ }, "packages/oc-schema": { "name": "@opencollection/schema", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT" }, "packages/oc-schema-explorer": { @@ -9928,7 +9928,7 @@ "version": "0.0.0", "dependencies": { "@monaco-editor/react": "^4.7.0", - "@opencollection/schema": "0.10.0", + "@opencollection/schema": "0.11.0", "lucide-react": "^0.539.0", "monaco-editor": "^0.47.0", "react": "^18.2.0", @@ -11218,7 +11218,7 @@ }, "packages/oc-types": { "name": "@opencollection/types", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "devDependencies": { "typescript": "^5.0.0" diff --git a/packages/oc-docs/package.json b/packages/oc-docs/package.json index 12821187..8cede56d 100644 --- a/packages/oc-docs/package.json +++ b/packages/oc-docs/package.json @@ -61,7 +61,7 @@ "@faker-js/faker": "^9.7.0", "@mintlify/httpsnippet": "^1.0.10", "@monaco-editor/react": "^4.7.0", - "@opencollection/types": "0.10.0", + "@opencollection/types": "0.11.0", "@prantlf/jsonlint": "^16.0.0", "@reduxjs/toolkit": "^2.10.1", "@tabler/icons": "^1.46.0", diff --git a/packages/oc-schema-explorer/package.json b/packages/oc-schema-explorer/package.json index 993f1fc5..a399bc4f 100644 --- a/packages/oc-schema-explorer/package.json +++ b/packages/oc-schema-explorer/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@monaco-editor/react": "^4.7.0", - "@opencollection/schema": "0.10.0", + "@opencollection/schema": "0.11.0", "lucide-react": "^0.539.0", "monaco-editor": "^0.47.0", "react": "^18.2.0", diff --git a/packages/oc-schema/package.json b/packages/oc-schema/package.json index 6e7b7c85..8c112515 100644 --- a/packages/oc-schema/package.json +++ b/packages/oc-schema/package.json @@ -1,6 +1,6 @@ { "name": "@opencollection/schema", - "version": "0.10.0", + "version": "0.11.0", "description": "OpenCollection schema", "author": "Bruno Software Inc.", "type": "module", diff --git a/packages/oc-types/package.json b/packages/oc-types/package.json index 457af734..4c232a7b 100644 --- a/packages/oc-types/package.json +++ b/packages/oc-types/package.json @@ -1,6 +1,6 @@ { "name": "@opencollection/types", - "version": "0.10.0", + "version": "0.11.0", "description": "TypeScript types for OpenCollection schema", "author": "Bruno Software Inc.", "main": "dist/opencollection.js",