Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to feature/EDT-1500_AddDateVariableType
  • Loading branch information
Dvergar committed Jun 7, 2024
2 parents e27655d + 4d20308 commit 698d94c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.10.1",
"version": "1.10.2",
"name": "studio-sdk-monorepo",
"description": "The umbrella project of grafx studio sdk",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions",
"version": "1.10.1",
"version": "1.10.2",
"apiVersion": "1.0",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chili-publish/studio-connectors",
"version": "1.10.1",
"version": "1.10.2",
"types": "dist/index.d.ts",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chili-publish/studio-sdk",
"version": "1.10.1",
"version": "1.10.2",
"description": "The sdk for the chili editor",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/src/types/ConnectorTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export type MediaConnectorCapabilities = {
query: boolean;
detail: boolean;
filtering: boolean;
metadata?: boolean;
};

interface ConnectorRegistrationBase {
Expand Down

0 comments on commit 698d94c

Please sign in to comment.