Skip to content

Commit

Permalink
fix: trigger another release
Browse files Browse the repository at this point in the history
  • Loading branch information
julrich committed Oct 11, 2024
1 parent 8eff114 commit a89a1fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/jsonschema2stackbit",
"comment": "trigger another release",
"type": "patch"
}
],
"packageName": "@kickstartds/jsonschema2stackbit"
}
1 change: 1 addition & 0 deletions tools/jsonschema2stackbit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ function processObject({
type: 'model',
models: [modelName]
};

if (isCmsAnnotatedSchema(subSchema) && subSchema['x-cms-group-name'])
model.group = subSchema['x-cms-group-name'];

Expand Down

0 comments on commit a89a1fa

Please sign in to comment.