From 1a7afe241984d5c415658ef3a7873620f22bb190 Mon Sep 17 00:00:00 2001 From: Olivier Terral Date: Wed, 25 Oct 2023 14:12:01 +0200 Subject: [PATCH] chore(release): 1.7.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3841a145..b6dd9077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.7.1](https://github.com/geops/react-spatial/compare/v1.7.0...v1.7.1) (2023-10-25) + + +### Bug Fixes + +* hide delay in route schedule when the vehicle has no realtime ([8716ce7](https://github.com/geops/react-spatial/commit/8716ce74c8a988639a06202c8b371b647e8d03ed)) + ## [1.7.0](https://github.com/geops/react-spatial/compare/v1.6.0...v1.7.0) (2023-10-10) diff --git a/package.json b/package.json index cdcc09fc..8db8721b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-spatial", "license": "MIT", "description": "Components to build React map apps.", - "version": "1.7.0", + "version": "1.7.1", "dependencies": { "@geops/geops-ui": "0.1.18", "@material-ui/core": "4.12.4",