From f587d685a495b83aa5983a56e44b7a2b388c8230 Mon Sep 17 00:00:00 2001 From: Enzo Batista <111511512+Enzo707@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:57:41 -0300 Subject: [PATCH] feat: update notificationCenter version to 0.0.28 (#51) Co-authored-by: enzo707 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2a22b3..4904cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dynamods/notifications-center", - "version": "0.0.27", + "version": "0.0.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dynamods/notifications-center", - "version": "0.0.27", + "version": "0.0.28", "license": "MIT", "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index 86fa5e7..29f6205 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dynamods/notifications-center", - "version": "0.0.27", + "version": "0.0.28", "description": "Notification center maintained by Dynamo Team@Autodesk", "author": "Autodesk Inc.", "license": "MIT",