From e4e9b3d48ba1494d820d6947f8546b51c3a5bf60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Roucheray?= Date: Fri, 8 Mar 2024 16:45:20 +0100 Subject: [PATCH] 17.0.1 --- CHANGELOG.md | 2 ++ libs/ngx-contextmenu/package.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e2e72..ad3d24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [17.0.1] - 2024-03-08 + ### Fix - Prevent several instances of a sub menu when opening with the mouse diff --git a/libs/ngx-contextmenu/package.json b/libs/ngx-contextmenu/package.json index 761f930..7f28ba2 100644 --- a/libs/ngx-contextmenu/package.json +++ b/libs/ngx-contextmenu/package.json @@ -1,6 +1,6 @@ { "name": "@perfectmemory/ngx-contextmenu", - "version": "17.0.0", + "version": "17.0.1", "description": "A context menu component for Angular", "keywords": [ "angular", diff --git a/package.json b/package.json index d26dc28..885ba76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@perfectmemory/ngx-contextmenu-monorepo", - "version": "17.0.0", + "version": "17.0.1", "description": "Context menu for Angular", "keywords": [ "angular",