From 37cda032bf311cef3aca2d2f034777414cd873a3 Mon Sep 17 00:00:00 2001 From: Enio Sultan Date: Fri, 17 Nov 2023 13:51:38 +0100 Subject: [PATCH] bumped c8y/client ngx-components and styles version to latest published --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d6371fe2..a1a54d78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-community-plugins", - "version": "2.1.5", + "version": "2.1.6", "description": "This is a set of plugins developed and maintained by the community.", "scripts": { "start": "c8ycli server", @@ -44,9 +44,9 @@ "@angular/platform-browser-dynamic": "14.0.6", "@angular/router": "14.0.6", "@angular/upgrade": "14.0.6", - "@c8y/client": "1016.0.214", - "@c8y/ngx-components": "1016.0.214", - "@c8y/style": "1016.0.214", + "@c8y/client": "1016.0.396", + "@c8y/ngx-components": "1016.0.396", + "@c8y/style": "1016.0.396", "@ngx-translate/core": "14.0.0", "rxjs": "~6.6.3", "zone.js": "~0.11.7",