diff --git a/apps/api/package-lock.json b/apps/api/package-lock.json index 33c050a3..613d47a2 100644 --- a/apps/api/package-lock.json +++ b/apps/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "osmo-notify", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "osmo-notify", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@apollo/server": "^4.9.5", diff --git a/apps/api/package.json b/apps/api/package.json index a9c529aa..1de2c0e1 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "osmo-notify", - "version": "1.0.0", + "version": "1.1.0", "description": "Centralized multi-channel notification management component for streamlined communication across email, SMS, WhatsApp, and push notifications.", "author": "Osmosys Software Solutions Private Limited", "license": "MIT", diff --git a/apps/portal/package-lock.json b/apps/portal/package-lock.json index 8dd809ac..46985d38 100644 --- a/apps/portal/package-lock.json +++ b/apps/portal/package-lock.json @@ -1,12 +1,12 @@ { "name": "osmo-notify-frontend", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "osmo-notify-frontend", - "version": "0.0.0", + "version": "1.0.0", "dependencies": { "@angular/animations": "^16.2.0", "@angular/common": "^16.2.0", diff --git a/apps/portal/package.json b/apps/portal/package.json index a2dcaf8d..05936800 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -1,6 +1,6 @@ { "name": "osmo-notify-frontend", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve",