From 079b3492a33249a7b592c111ee00c072af162659 Mon Sep 17 00:00:00 2001 From: Richard Fontein <32132657+rifont@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:09:42 +0100 Subject: [PATCH] chore(framework, shared, nextjs): Release new versions (#6963) --- packages/framework/package.json | 2 +- packages/nextjs/package.json | 2 +- packages/shared/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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", 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": "", 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",