From db79c1f95eb07e9a669e1e02afadbb16befeba06 Mon Sep 17 00:00:00 2001 From: arnobl <1052622+arnobl@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:43:13 +0100 Subject: [PATCH] chore(version): updating version --- package-lock.json | 2 +- package.json | 2 +- projects/interacto-angular/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 571d28b..f83edd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "interacto-angular", - "version": "8.16.0", + "version": "8.16.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 758d121..5bc6482 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "interacto-angular", "description": "Front-end framework for processing user interface events in Angular", - "version": "8.16.0", + "version": "8.16.1", "author": "Arnaud Blouin", "contributors": [ "RĂ©mi Daniel" diff --git a/projects/interacto-angular/package.json b/projects/interacto-angular/package.json index bff8475..0fa09e8 100644 --- a/projects/interacto-angular/package.json +++ b/projects/interacto-angular/package.json @@ -1,6 +1,6 @@ { "name": "interacto-angular", - "version": "8.16.0", + "version": "8.16.1", "peerDependencies": { "@angular/common": " ~16", "@angular/core": "~16",