Skip to content

Commit 2546552

Browse files
authored
release: v0.11.0 (#134)
1 parent e2d2a9a commit 2546552

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oc-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@faker-js/faker": "^9.7.0",
6262
"@mintlify/httpsnippet": "^1.0.10",
6363
"@monaco-editor/react": "^4.7.0",
64-
"@opencollection/types": "0.10.0",
64+
"@opencollection/types": "0.11.0",
6565
"@prantlf/jsonlint": "^16.0.0",
6666
"@reduxjs/toolkit": "^2.10.1",
6767
"@tabler/icons": "^1.46.0",

packages/oc-schema-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@monaco-editor/react": "^4.7.0",
14-
"@opencollection/schema": "0.10.0",
14+
"@opencollection/schema": "0.11.0",
1515
"lucide-react": "^0.539.0",
1616
"monaco-editor": "^0.47.0",
1717
"react": "^18.2.0",

packages/oc-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencollection/schema",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "OpenCollection schema",
55
"author": "Bruno Software Inc.",
66
"type": "module",

packages/oc-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencollection/types",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "TypeScript types for OpenCollection schema",
55
"author": "Bruno Software Inc.",
66
"main": "dist/opencollection.js",

0 commit comments

Comments
 (0)