From 3096d2d650a9f06d478d1d72196c0e4696efe283 Mon Sep 17 00:00:00 2001 From: Richard Fontein <32132657+rifont@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:07:23 +0100 Subject: [PATCH 1/3] chore(shared): bump version to 2.1.2 --- packages/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index 0846c48f156..c29e97057c7 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@novu/shared", - "version": "2.1.1", + "version": "2.1.2", "description": "", "scripts": { "start": "npm run start:dev", From 4c14053fb2fd3bc37b0db3526f8e700930ae5da6 Mon Sep 17 00:00:00 2001 From: Richard Fontein <32132657+rifont@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:10:40 +0100 Subject: [PATCH 2/3] chore(nextjs): bump version to 2.6.1 --- packages/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index c2fc396fe74..04dbd148d20 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@novu/nextjs", - "version": "2.6.0", + "version": "2.6.1", "repository": "https://github.com/novuhq/novu", "description": "Novu's Next.js SDK for building custom inbox notification experiences", "author": "", From 2603460e1e50a557d829e21f835d0b720874e975 Mon Sep 17 00:00:00 2001 From: Richard Fontein <32132657+rifont@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:16:46 +0100 Subject: [PATCH 3/3] chore: bump version to 2.4.0 --- packages/framework/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/package.json b/packages/framework/package.json index fae96653dcb..deb6c4f680e 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@novu/framework", - "version": "2.3.0", + "version": "2.4.0", "description": "The Code-First Notifications Workflow SDK.", "main": "./dist/cjs/index.cjs", "types": "./dist/cjs/index.d.cts",