From 8a92bef5dc2cb5350d818f8810a50f3b2178f6c5 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Fri, 22 Jul 2022 18:37:21 +0200 Subject: [PATCH] chore: release v0.1.7 * (bluefox) Added `modulefederation` and `craco` config files --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8ef21c..8bb2aec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See here: https://github.com/ioBroker/ioBroker.vis-widgets-react-template --> ## Changelog -### **WORK IN PROGRESS** +### 0.1.7 (2022-07-22) * (bluefox) Added `modulefederation` and `craco` config files ### 0.1.5 (2022-07-20) diff --git a/package.json b/package.json index b55b0c3..0cd69ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/vis-widgets-react-dev", - "version": "0.1.6", + "version": "0.1.7", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",