From 2b47b0cb972e73c605b4dc40b8fd6598c87be796 Mon Sep 17 00:00:00 2001 From: Claudio Benedetti Date: Fri, 19 Jan 2024 12:52:52 +0100 Subject: [PATCH] v1.0.16-rc1 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40b962f..d430cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@micro-lc/back-kit-engine", - "version": "1.0.15", + "version": "1.0.16-rc1", "description": "engine to sync react over webcomponents scaffolding + backoffice utils and types/interfaces", "license": "SEE LICENSE IN LICENSE", "author": "Mia Platform Core Team ", @@ -180,5 +180,6 @@ "open@8.4.0": { "unplugged": true } - } + }, + "stableVersion": "1.0.15" }