diff --git a/commit_message b/commit_message index 6cd58e14..f8f1361e 100644 --- a/commit_message +++ b/commit_message @@ -1,6 +1,6 @@ -Create a new dist version 2.0.11 +Create a new dist version 2.0.12 Collecting: -- Fix [Jobs] Filtering through custom labels isn't working as intended (#286) +- Impl [Models endpoints monitoring] Invocation graph (#288) diff --git a/dist/scss/colors.scss b/dist/scss/colors.scss index fc0924d3..6334b5a5 100644 --- a/dist/scss/colors.scss +++ b/dist/scss/colors.scss @@ -70,5 +70,6 @@ $frenchLilac: #f0e2f6; :export { amethyst: $amethyst; + cornflowerBlueTwo: $cornflowerBlueTwo; mulledWine: $mulledWine; } diff --git a/package.json b/package.json index a3403de5..57e68225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iguazio.dashboard-react-controls", - "version": "2.0.11", + "version": "2.0.12", "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.", "main": "dist/index.js", "module": "dist/index.js",