From e9258be89cb6f7a564aca5bbe33febd678d3c205 Mon Sep 17 00:00:00 2001 From: bonita-ci Date: Fri, 10 Sep 2021 14:50:40 +0000 Subject: [PATCH] Release 0.0.9 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2397b9..14906a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bonitasoft/ui-designer-context-binding", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d5aa0a2..5b5a6bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bonitasoft/ui-designer-context-binding", - "version": "0.0.8", + "version": "0.0.9", "description": "Librairy to manage ui-designer binding between variable and widgets properties", "main": "lib/index", "types": "lib/index", @@ -37,4 +37,4 @@ "dependencies": { "ts-expression-evaluator": "^1.3.14" } -} \ No newline at end of file +}