Skip to content

Commit

Permalink
chore(framework, shared, nextjs): Release new versions (#6963)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Nov 12, 2024
1 parent f7ca22b commit 079b349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@novu/shared",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"scripts": {
"start": "npm run start:dev",
Expand Down

0 comments on commit 079b349

Please sign in to comment.