Skip to content

Commit

Permalink
release: version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
camargo committed May 31, 2022
1 parent 2a8a7d2 commit 351f213
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 43 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aerie-gateway",
"description": "The API gateway for Aerie.",
"version": "0.11.2",
"version": "0.11.3",
"type": "module",
"license": "MIT",
"private": true,
Expand Down
45 changes: 6 additions & 39 deletions schemas/view.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "https://github.com/NASA-AMMOS/aerie-gateway/blob/develop/schemas/view.json",
"$schema": "http://json-schema.org/draft-07/schema",
"$version": "0.11.2",
"$version": "0.11.3",
"additionalProperties": false,
"definitions": {
"color": {
Expand Down Expand Up @@ -376,14 +376,7 @@
"$ref": "#/definitions/yAxisId"
}
},
"required": [
"activityColor",
"activityHeight",
"chartType",
"filter",
"id",
"yAxisId"
],
"required": ["activityColor", "activityHeight", "chartType", "filter", "id", "yAxisId"],
"type": "object"
},
{
Expand Down Expand Up @@ -463,14 +456,7 @@
"$ref": "#/definitions/yAxisId"
}
},
"required": [
"chartType",
"colorScheme",
"filter",
"id",
"opacity",
"yAxisId"
],
"required": ["chartType", "colorScheme", "filter", "id", "opacity", "yAxisId"],
"type": "object"
}
]
Expand Down Expand Up @@ -504,26 +490,13 @@
"type": "number"
}
},
"required": [
"color",
"id",
"label",
"scaleDomain",
"tickCount"
],
"required": ["color", "id", "label", "scaleDomain", "tickCount"],
"type": "object"
},
"type": "array"
}
},
"required": [
"autoAdjustHeight",
"height",
"horizontalGuides",
"id",
"layers",
"yAxes"
],
"required": ["autoAdjustHeight", "height", "horizontalGuides", "id", "layers", "yAxes"],
"type": "object"
},
"type": "array"
Expand All @@ -550,13 +523,7 @@
"type": "array"
}
},
"required": [
"id",
"marginLeft",
"marginRight",
"rows",
"verticalGuides"
],
"required": ["id", "marginLeft", "marginRight", "rows", "verticalGuides"],
"type": "object"
},
"type": "array"
Expand Down
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const defaultEnv: Env = {
RATE_LIMITER_FILES_MAX: 1000,
RATE_LIMITER_LOGIN_MAX: 1000,
RATE_LIMITER_UI_VIEWS_MAX: 1000,
VERSION: '0.11.2',
VERSION: '0.11.3',
};

/**
Expand Down

0 comments on commit 351f213

Please sign in to comment.