Skip to content

Commit

Permalink
docs: Update documentation and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Guidi authored and scpa1055 committed Jul 26, 2024
1 parent 0990741 commit 3008b85
Show file tree
Hide file tree
Showing 33 changed files with 95 additions and 33 deletions.
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[project]
name = "cloe-launch"
version = "0.24.0"
version = "0.24.1"
description = "Launch cloe-engine with Conan profiles."
license = { text = "Apache-2.0" }
authors = [
Expand Down
20 changes: 20 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,33 @@ News
:hidden:
:maxdepth: 1

news/release-0.24.1
news/release-0.24.0
news/release-0.23.0
news/release-0.22.0
news/release-0.21.0
news/release-0.20.0
news/release-0.19.0

:doc:`Version 0.24.1 Release <news/release-0.24.1>`
---------------------------------------------------

This is a patch release to address two issues:

- The open-simulation-interface and Protobuf configuration that we want to
support with ESMini is set to support the integration in WSL and Linux.
OSI is set to be compiled as a shared library and Protobuf as static. At
least with the current versions of OSI and Protobuf any other configuration
combination produces issues either in WSL or Linux.
- Set full_package_mode() for dependencies. The Conan configuration has as
default semver_direct_mode. This means that from the final consumer recipe
perspective if I override the version of a dependency package A from v1.0.0
to v1.0.1, any dependency that is also part of the dependency tree and is
also consuming package A, will not be rebuilt because semver_direct_mode
doesn't consider patch releases in the package_id of the consumer. We set
full_package_mode to the dependencies to consider this case, the user,
channel and package_id of the dependencies to define the resulting package_id
of the consumer.

:doc:`Version 0.24.0 Release <news/release-0.24.0>`
---------------------------------------------------
Expand Down
42 changes: 42 additions & 0 deletions docs/news/release-0.24.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Version 0.24.1 Release

This patch release primarily fixes problems when consuming esmini simulator in Linux
distribution under certain corner cases (in a context where more than one Conan package
makes use of open-simulation-interface and Protobuf) and activates full_package_mode for
all dependencies in the Cloe Conan packages.

## Motivation to activate full_package_mode for the different dependencies

Normally when working in a private project one wants to take advantage of distributing
already compiled packages with a certain configuration to reduce the compile time of an
application. Also, it happens quite often that the Conan configuration is out of your
control (so going for a solution like changing the default configuration in the Conan
configuration of `default_package_id_mode` from `semver_direct_mode` to something
else is not an option). And since `semver_direct_mode` only rebuilds a package if a
dependency is overriden to a newer minor version (it does not care about if a newer
patch version is consumed), it might happen that from your application recipe you
override to a newer patch version of a Conan package (let's call it `A/1.0.2`) but the
Cloe release uploaded to your artifactory which was produced with `A/1.0.1` is still
consumed in your build (Conan will download the packages from artifactory because,
with the current configuration, it detects that the uploaded binaries satisfy the
conditions to build your application). Which is wrong since you are overriding package
`A` to be version `1.0.2` from your main recipe. If the patch release of package `A`
is not backward compatible with its old patch version you will face runtime issues.
To avoid this situation and to make Conan detect properly that the Cloe conan packages
have to be rebuild with the correct overriden dependencies we calculate the package_id
of a package setting the full_package_mode for all its dependencies. This way Conan will
rebuild the package considering also if the version of the package changed (including
a patch version), the user, the channel or even the package_id of the dependencies.

## Recipe fix for esmini

Support to WSL and Linux distribution at the same time with open-simulation-interface and
Protobuf is a challenge, especially due to the fact that many packages may make use of them.
Using a different combination of how we produce the libraries will end up in runtime issues
when we load an application using Protobuf under the hood (for example having Protobuf as
a shared library). Using open-simulation-interface as a shared
library and Protobuf as static library works well in both WSL and linux. This change in the
esmini's recipe was to be more strict in which modes we use OSI and Protobuf which is actually
what we currently support in other packages as well.


2 changes: 1 addition & 1 deletion docs/reference/plugins/basic.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: basic
Type: controller
Path: ~/.conan/data/cloe-plugin-basic/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_basic.so
Path: ~/.conan/data/cloe-plugin-basic/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_basic.so
Usage: {
"acc": "object :: ACC configuration",
"aeb": "object :: AEB configuration",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/basic_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-basic/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_basic.so",
"$id": "~/.conan/data/cloe-plugin-basic/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_basic.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "very basic vehicle controller",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/clothoid_fit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: clothoid_fit
Type: component
Path: ~/.conan/data/cloe-plugin-clothoid-fit/0.24.0/cloe/develop/package/8f9ac47c1ba762e10f909572a2501bc20131849f/lib/cloe/component_clothoid_fit.so
Path: ~/.conan/data/cloe-plugin-clothoid-fit/0.24.1/cloe/develop/package/393a044adb3667afdbf3c814ad52113e2f3dae60/lib/cloe/component_clothoid_fit.so
Usage: {
"enable": "boolean :: enable or disable component",
"frustum_culling": "boolean :: enable or disable frustum culling"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/clothoid_fit_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-clothoid-fit/0.24.0/cloe/develop/package/8f9ac47c1ba762e10f909572a2501bc20131849f/lib/cloe/component_clothoid_fit.so",
"$id": "~/.conan/data/cloe-plugin-clothoid-fit/0.24.1/cloe/develop/package/393a044adb3667afdbf3c814ad52113e2f3dae60/lib/cloe/component_clothoid_fit.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "fit clothoids to polylines",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/demo_printer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: demo_printer
Type: controller
Path: ~/.conan/data/cloe-plugin-mocks/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_demo_printer.so
Path: ~/.conan/data/cloe-plugin-mocks/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_demo_printer.so
Usage: null
Defaults: {}
2 changes: 1 addition & 1 deletion docs/reference/plugins/demo_printer_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-mocks/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_demo_printer.so",
"$id": "~/.conan/data/cloe-plugin-mocks/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_demo_printer.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "print a lot of information",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/demo_stuck.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: demo_stuck
Type: controller
Path: ~/.conan/data/cloe-plugin-mocks/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_demo_stuck.so
Path: ~/.conan/data/cloe-plugin-mocks/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_demo_stuck.so
Usage: {
"halt_progress_at": "integer :: time in ns at which to halt all progress",
"progress_per_step": "integer :: progress to make each step"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/demo_stuck_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-mocks/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_demo_stuck.so",
"$id": "~/.conan/data/cloe-plugin-mocks/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_demo_stuck.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "slowly progressing demo controller",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/esmini.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: esmini
Type: simulator
Path: ~/.conan/data/cloe-plugin-esmini/0.24.0/cloe/develop/package/d7a7554cbdefb6329d8ab091c6c8b1679c2bb1be/lib/cloe/simulator_esmini.so
Path: ~/.conan/data/cloe-plugin-esmini/0.24.1/cloe/develop/package/5efc0d1ed9e357b57d40f081a2edd6609cf5aa67/lib/cloe/simulator_esmini.so
Usage: {
"headless": "boolean :: run esmini without viewer",
"scenario": "string :: absolute path to open scenario file",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/esmini_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-esmini/0.24.0/cloe/develop/package/d7a7554cbdefb6329d8ab091c6c8b1679c2bb1be/lib/cloe/simulator_esmini.so",
"$id": "~/.conan/data/cloe-plugin-esmini/0.24.1/cloe/develop/package/5efc0d1ed9e357b57d40f081a2edd6609cf5aa67/lib/cloe/simulator_esmini.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "basic OpenScenario player",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/frustum_culling_lanes.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: frustum_culling_lanes
Type: component
Path: ~/.conan/data/cloe-plugin-frustum-culling/0.24.0/cloe/develop/package/7ecda101666cc57e74197e36a88beb3d4fdbf3be/lib/cloe/component_frustum_culling_lanes.so
Path: ~/.conan/data/cloe-plugin-frustum-culling/0.24.1/cloe/develop/package/6a34472426314ffa0c566906e297483bc1c99f10/lib/cloe/component_frustum_culling_lanes.so
Usage: {
"frustum": "object! :: sensor frustum",
"reference_frame": "object! :: sensor frame of reference"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/frustum_culling_lanes_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-frustum-culling/0.24.0/cloe/develop/package/7ecda101666cc57e74197e36a88beb3d4fdbf3be/lib/cloe/component_frustum_culling_lanes.so",
"$id": "~/.conan/data/cloe-plugin-frustum-culling/0.24.1/cloe/develop/package/6a34472426314ffa0c566906e297483bc1c99f10/lib/cloe/component_frustum_culling_lanes.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "transform lane boundaries to given reference frame and apply frustum culling",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/frustum_culling_objects.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: frustum_culling_objects
Type: component
Path: ~/.conan/data/cloe-plugin-frustum-culling/0.24.0/cloe/develop/package/7ecda101666cc57e74197e36a88beb3d4fdbf3be/lib/cloe/component_frustum_culling_objects.so
Path: ~/.conan/data/cloe-plugin-frustum-culling/0.24.1/cloe/develop/package/6a34472426314ffa0c566906e297483bc1c99f10/lib/cloe/component_frustum_culling_objects.so
Usage: {
"frustum": "object! :: sensor frustum",
"reference_frame": "object! :: sensor frame of reference"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/frustum_culling_objects_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-frustum-culling/0.24.0/cloe/develop/package/7ecda101666cc57e74197e36a88beb3d4fdbf3be/lib/cloe/component_frustum_culling_objects.so",
"$id": "~/.conan/data/cloe-plugin-frustum-culling/0.24.1/cloe/develop/package/6a34472426314ffa0c566906e297483bc1c99f10/lib/cloe/component_frustum_culling_objects.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "transform objects to given reference frame and apply frustum culling",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/gndtruth_extractor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: gndtruth_extractor
Type: controller
Path: ~/.conan/data/cloe-plugin-gndtruth-extractor/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_gndtruth_extractor.so
Path: ~/.conan/data/cloe-plugin-gndtruth-extractor/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_gndtruth_extractor.so
Usage: {
"components": "array of string :: array of components to be extracted",
"output_file": "string :: file path to write groundtruth output to",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/gndtruth_extractor_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-gndtruth-extractor/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_gndtruth_extractor.so",
"$id": "~/.conan/data/cloe-plugin-gndtruth-extractor/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_gndtruth_extractor.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "extracts information from the simulation",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/minimator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: minimator
Type: simulator
Path: ~/.conan/data/cloe-plugin-minimator/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/simulator_minimator.so
Path: ~/.conan/data/cloe-plugin-minimator/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/simulator_minimator.so
Usage: {
"vehicles": "object :: list of vehicle names to make available"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/minimator_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-minimator/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/simulator_minimator.so",
"$id": "~/.conan/data/cloe-plugin-minimator/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/simulator_minimator.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "minimalistic simulator",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/noisy_lane_sensor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: noisy_lane_sensor
Type: component
Path: ~/.conan/data/cloe-plugin-noisy-sensor/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/component_noisy_lane_sensor.so
Path: ~/.conan/data/cloe-plugin-noisy-sensor/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/component_noisy_lane_sensor.so
Usage: {
"enable": "boolean :: enable or disable component",
"noise": "array of object :: configure noisy parameters",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/noisy_lane_sensor_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-noisy-sensor/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/component_noisy_lane_sensor.so",
"$id": "~/.conan/data/cloe-plugin-noisy-sensor/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/component_noisy_lane_sensor.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "add gaussian noise to lane sensor output",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/noisy_object_sensor.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: noisy_object_sensor
Type: component
Path: ~/.conan/data/cloe-plugin-noisy-sensor/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/component_noisy_object_sensor.so
Path: ~/.conan/data/cloe-plugin-noisy-sensor/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/component_noisy_object_sensor.so
Usage: {
"enable": "boolean :: enable or disable component",
"noise": "array of object :: configure noisy parameters",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/noisy_object_sensor_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-noisy-sensor/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/component_noisy_object_sensor.so",
"$id": "~/.conan/data/cloe-plugin-noisy-sensor/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/component_noisy_object_sensor.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "add gaussian noise to object sensor output",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/speedometer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: speedometer
Type: component
Path: ~/.conan/data/cloe-plugin-speedometer/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/component_speedometer.so
Path: ~/.conan/data/cloe-plugin-speedometer/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/component_speedometer.so
Usage: null
Defaults: {}
2 changes: 1 addition & 1 deletion docs/reference/plugins/speedometer_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-speedometer/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/component_speedometer.so",
"$id": "~/.conan/data/cloe-plugin-speedometer/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/component_speedometer.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "provide an event trigger to evaluate speed in km/h",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/virtue.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: virtue
Type: controller
Path: ~/.conan/data/cloe-plugin-virtue/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_virtue.so
Path: ~/.conan/data/cloe-plugin-virtue/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_virtue.so
Usage: {
"init_phase": "integer :: time during which initialization is performed",
"lane_sensor_components": "array of string :: array of lane-sensor components to be checked"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/virtue_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-virtue/0.24.0/cloe/develop/package/b604e04f9a20730e6de510c8305e28e783869866/lib/cloe/controller_virtue.so",
"$id": "~/.conan/data/cloe-plugin-virtue/0.24.1/cloe/develop/package/5c3bb391fe904448001b7294c2ab64c9c24ce1c5/lib/cloe/controller_virtue.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "performs various quality assurance measures",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/vtd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: vtd
Type: simulator
Path: ~/.conan/data/cloe-plugin-vtd/0.24.0/cloe/develop/package/5bc5ec244ccb442a1db8ee83a46534971663d5e4/lib/cloe/simulator_vtd.so
Path: ~/.conan/data/cloe-plugin-vtd/0.24.1/cloe/develop/package/a7f18fe8984f9e47fa44de4d7b79db9a8be9d7a9/lib/cloe/simulator_vtd.so
Usage: {
"camera": {
"focus_on": "string :: player to focus on",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/plugins/vtd_schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "~/.conan/data/cloe-plugin-vtd/0.24.0/cloe/develop/package/5bc5ec244ccb442a1db8ee83a46534971663d5e4/lib/cloe/simulator_vtd.so",
"$id": "~/.conan/data/cloe-plugin-vtd/0.24.1/cloe/develop/package/a7f18fe8984f9e47fa44de4d7b79db9a8be9d7a9/lib/cloe/simulator_vtd.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "VIRES Virtual Test Drive",
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloe-ui",
"version": "0.24.0",
"version": "0.24.1",
"cloe-compatibility": "0.16",
"license": "Apache-2.0",
"private": true,
Expand Down Expand Up @@ -103,4 +103,4 @@
"tabWidth": 2
},
"proxy": "http://localhost:4000"
}
}
4 changes: 2 additions & 2 deletions ui/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloe-ui-server",
"version": "0.24.0",
"version": "0.24.1",
"cloe-compatibility": "0.18",
"license": "Apache-2.0",
"private": true,
Expand Down Expand Up @@ -32,4 +32,4 @@
"semi": true,
"tabWidth": 2
}
}
}

0 comments on commit 3008b85

Please sign in to comment.