From 5cec11a49413830489c1120f08ea4aed91a076e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Jul 2023 12:27:58 +0000 Subject: [PATCH] ci(release): 2.1.5 [skip ci] ## [2.1.5](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v2.1.4...v2.1.5) (2023-07-26) ### Bug Fixes * **datapoints-graph:** adding margin to the datapoint graph config view ([eb09afb](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/eb09afb2d8879d31f946bc8764833bb523b2b3ed)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba39762..c77b580a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.5](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v2.1.4...v2.1.5) (2023-07-26) + + +### Bug Fixes + +* **datapoints-graph:** adding margin to the datapoint graph config view ([eb09afb](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/eb09afb2d8879d31f946bc8764833bb523b2b3ed)) + ## [2.1.4](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v2.1.3...v2.1.4) (2023-07-10) diff --git a/package-lock.json b/package-lock.json index 49901217..1e251a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a510857b..d6371fe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "2.1.4", + "version": "2.1.5", "description": "This is a set of plugins developed and maintained by the community.", "scripts": { "start": "c8ycli server",